WARNING: [license.mk] Every package should define a LICENSE. ===> Building for sablevm-classpath-1.13nb1 Making all in lib gmake[1]: Entering directory '/Users/pbulk/build/lang/sablevm-classpath/work/sablevm-classpath-1.13/lib' mkdir -p ../java/util ../scripts/generate-locale-list.sh > ../java/util/LocaleData.java true 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 -q -g +Pno-shadow +Pno-switchcheck +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath ..:../vm/reference:../external/w3c_dom:../external/sax:.: -d . @classes Charset conversion error at offset 1989: Illegal byte sequence Found 13 semantic errors compiling "../org/omg/PortableServer/POAHelper.java": 66. public static POA narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 72. catch (ClassCastException cex) ^----------------^ *** Semantic Error: Type "java.lang.ClassCastException" was not found. 74. throw new BAD_PARAM(obj.getClass().getName() + " is not a POA"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 81. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 93. public static void insert(Any any, POA that) ^-^ *** Semantic Error: Type "Any" was not found. 103. public static POA extract(Any any) ^-^ *** Semantic Error: Type "Any" was not found. 115. return "IDL:omg.org/PortableServer/POA:2.3"; ^----------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 129. public static POA read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 131. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 131. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 147. public static void write(OutputStream output, POA value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 149. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 149. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. Found 6 semantic errors compiling "../javax/rmi/CORBA/StubDelegate.java": 74. void connect(Stub self, ORB orb) ^-^ *** Semantic Error: Type "ORB" was not found. 75. throws RemoteException; ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 90. void readObject(Stub self, ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 91. throws IOException, ClassNotFoundException; ^---------^ *** Semantic Error: Type "IOException" was not found. 96. void writeObject(Stub self, ObjectOutputStream s) ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 97. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 7 semantic errors compiling "../javax/rmi/CORBA/Tie.java": 68. extends InvokeHandler ^-----------^ *** Semantic Error: Type "InvokeHandler" was not found. 76. Remote getTarget(); ^----^ *** Semantic Error: Type "Remote" was not found. 89. void setTarget(Remote target); ^----^ *** Semantic Error: Type "Remote" was not found. 96. ORB orb(); ^-^ *** Semantic Error: Type "ORB" was not found. 101. void orb(ORB orb); ^-^ *** Semantic Error: Type "ORB" was not found. 108. org.omg.CORBA.Object thisObject(); ^------------------^ *** Semantic Error: Type "Object" was not found. 123. throws NoSuchObjectException; ^-------------------^ *** Semantic Error: Type "NoSuchObjectException" was not found. Found 10 semantic errors compiling "../javax/rmi/CORBA/PortableRemoteObjectDelegate.java": 77. void connect(Remote target, Remote source) ^----^ *** Semantic Error: Type "Remote" was not found. 77. void connect(Remote target, Remote source) ^----^ *** Semantic Error: Type "Remote" was not found. 78. throws RemoteException; ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 91. void exportObject(Remote obj) ^----^ *** Semantic Error: Type "Remote" was not found. 92. throws RemoteException; ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 122. Remote toStub(Remote obj) ^----^ *** Semantic Error: Type "Remote" was not found. 122. Remote toStub(Remote obj) ^----^ *** Semantic Error: Type "Remote" was not found. 123. throws NoSuchObjectException; ^-------------------^ *** Semantic Error: Type "NoSuchObjectException" was not found. 135. void unexportObject(Remote obj) ^----^ *** Semantic Error: Type "Remote" was not found. 136. throws NoSuchObjectException; ^-------------------^ *** Semantic Error: Type "NoSuchObjectException" was not found. Found 17 semantic errors compiling "../javax/rmi/PortableRemoteObject.java": 53. import javax.rmi.CORBA.PortableRemoteObjectDelegate; ^--------------------------^ *** Semantic Error: Type "javax.rmi.CORBA.PortableRemoteObjectDelegate" was not found. 54. import javax.rmi.CORBA.Stub; ^--^ *** Semantic Error: Type "javax.rmi.CORBA.Stub" was not found. 55. import javax.rmi.CORBA.Tie; ^-^ *** Semantic Error: Type "javax.rmi.CORBA.Tie" was not found. 80. static PortableRemoteObjectDelegate delegate = (PortableRemoteObjectDelegate) DelegateFactory.getInstance(DelegateFactory.PORTABLE_REMOTE_OBJECT); ^--------------------------^ *** Semantic Error: Type "PortableRemoteObjectDelegate" was not found. 80. static PortableRemoteObjectDelegate delegate = (PortableRemoteObjectDelegate) DelegateFactory.getInstance(DelegateFactory.PORTABLE_REMOTE_OBJECT); ^--------------------------^ *** Semantic Error: Type "PortableRemoteObjectDelegate" was not found. 88. throws RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 90. exportObject((Remote) this); ^----^ *** Semantic Error: Type "Remote" was not found. 109. public static void connect(Remote target, Remote source) ^----^ *** Semantic Error: Type "Remote" was not found. 109. public static void connect(Remote target, Remote source) ^----^ *** Semantic Error: Type "Remote" was not found. 110. throws RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 130. public static void exportObject(Remote object) ^----^ *** Semantic Error: Type "Remote" was not found. 131. throws RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 207. public static Remote toStub(Remote targetImpl) ^----^ *** Semantic Error: Type "Remote" was not found. 207. public static Remote toStub(Remote targetImpl) ^----^ *** Semantic Error: Type "Remote" was not found. 208. throws NoSuchObjectException ^-------------------^ *** Semantic Error: Type "NoSuchObjectException" was not found. 223. public static void unexportObject(Remote object) ^----^ *** Semantic Error: Type "Remote" was not found. 224. throws NoSuchObjectException ^-------------------^ *** Semantic Error: Type "NoSuchObjectException" was not found. Found 77 semantic errors compiling "../gnu/javax/rmi/CORBA/StubDelegateImpl.java": 52. import javax.rmi.PortableRemoteObject; ^------------------^ *** Semantic Error: Type "javax.rmi.PortableRemoteObject" was not found. 54. import javax.rmi.CORBA.StubDelegate; ^----------^ *** Semantic Error: Type "javax.rmi.CORBA.StubDelegate" was not found. 63. import org.omg.PortableServer.POAHelper; ^-------^ *** Semantic Error: Type "org.omg.PortableServer.POAHelper" was not found. 74. implements StubDelegate ^----------^ *** Semantic Error: Type "StubDelegate" was not found. 104. public void connect(Stub self, ORB orb) ^--^ *** Semantic Error: Type "Stub" was not found. 104. public void connect(Stub self, ORB orb) ^-^ *** Semantic Error: Type "ORB" was not found. 105. throws RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 107. connect(self, orb, null); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "connect(??, ??, null)" was found in type "StubDelegateImpl". Perhaps you wanted the overloaded version "void connect(?? self, ?? orb, ?? poa) throws ??;" instead? 113. public static void connect(Stub self, ORB orb, POA poa) ^--^ *** Semantic Error: Type "Stub" was not found. 113. public static void connect(Stub self, ORB orb, POA poa) ^-^ *** Semantic Error: Type "ORB" was not found. 113. public static void connect(Stub self, ORB orb, POA poa) ^-^ *** Semantic Error: Type "POA" was not found. 114. throws RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 116. ORB oorb = null; ^-^ *** Semantic Error: Type "ORB" was not found. 119. Delegate d = self._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 123. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 132. throw new RemoteException("Stub " + self ^-------------^ *** Semantic Error: Type "RemoteException" was not found. 138. Tie t = null; ^-^ *** Semantic Error: Type "Tie" was not found. 139. if (self instanceof Remote) ^----^ *** Semantic Error: Type "Remote" was not found. 140. t = Util.getTie((Remote) self); ^----^ *** Semantic Error: Type "Remote" was not found. 144. t = getTieFromStub(self); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "getTieFromStub(??)" was found in type "StubDelegateImpl". Perhaps you wanted the overloaded version "?? getTieFromStub(?? self);" instead? 146. Delegate delegate; ^------^ *** Semantic Error: Type "Delegate" was not found. 148. if (t instanceof Servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 160. ObjectImpl obj = (ObjectImpl) poa.servant_to_reference((Servant) t); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 160. ObjectImpl obj = (ObjectImpl) poa.servant_to_reference((Servant) t); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 160. ObjectImpl obj = (ObjectImpl) poa.servant_to_reference((Servant) t); ^-----^ *** Semantic Error: Type "Servant" was not found. 163. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 165. throw new Unexpected(ex); ^--------^ *** Semantic Error: Type "Unexpected" was not found. 168. else if (t instanceof ObjectImpl) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 170. ObjectImpl o = (ObjectImpl) t; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 170. ObjectImpl o = (ObjectImpl) t; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 175. throw new BAD_PARAM("The Tie must be either Servant or ObjectImpl"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 184. public static Tie getTieFromStub(java.lang.Object self) ^-^ *** Semantic Error: Type "Tie" was not found. 184. public static Tie getTieFromStub(java.lang.Object self) ^--------------^ *** Semantic Error: Type "Object" was not found. 186. Tie t; ^-^ *** Semantic Error: Type "Tie" was not found. 187. String sn = self.getClass().getName(); ^----^ *** Semantic Error: Type "String" was not found. 189. throw new BAD_PARAM("The stub name, " + sn ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 192. String tn = sn.substring(0, sn.length() - "_Stub".length()) + "Impl_Tie"; ^----^ *** Semantic Error: Type "String" was not found. 193. Class tieClass = null; ^---^ *** Semantic Error: Type "Class" was not found. 198. t = (Tie) tieClass.newInstance(); ^-^ *** Semantic Error: Type "Tie" was not found. 199. if (self instanceof Remote) ^----^ *** Semantic Error: Type "Remote" was not found. 200. Util.registerTarget(t, (Remote) self); ^----^ *** Semantic Error: Type "Remote" was not found. 202. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 204. BAD_PARAM bad = new BAD_PARAM("Unable to instantiate '" + tn + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 204. BAD_PARAM bad = new BAD_PARAM("Unable to instantiate '" + tn + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 214. public boolean equals(Stub self, java.lang.Object obj) ^--^ *** Semantic Error: Type "Stub" was not found. 214. public boolean equals(Stub self, java.lang.Object obj) ^--------------^ *** Semantic Error: Type "Object" was not found. 216. if (obj instanceof ObjectImpl) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 218. ObjectImpl other = (ObjectImpl) obj; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 218. ObjectImpl other = (ObjectImpl) obj; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 219. Delegate d1 = other._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 220. Delegate d2 = self._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 232. public int hashCode(Stub self) ^--^ *** Semantic Error: Type "Stub" was not found. 234. Delegate d = self._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 243. public String toString(Stub self) ^--^ *** Semantic Error: Type "Stub" was not found. 249. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 260. public void readObject(Stub self, ObjectInputStream input) ^--^ *** Semantic Error: Type "Stub" was not found. 260. public void readObject(Stub self, ObjectInputStream input) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 261. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 263. readObject(self, input, null); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "readObject(??, ??, null)" was found in type "StubDelegateImpl". Perhaps you wanted the overloaded version "void readObject(?? self, ?? input, ?? orb) throws ??, ClassNotFoundException;" instead? 271. public void readObject(Stub self, ObjectInputStream input, ORB orb) ^--^ *** Semantic Error: Type "Stub" was not found. 271. public void readObject(Stub self, ObjectInputStream input, ORB orb) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 271. public void readObject(Stub self, ObjectInputStream input, ORB orb) ^-^ *** Semantic Error: Type "ORB" was not found. 272. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 275. BufferredCdrInput in = new BufferredCdrInput(b); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 275. BufferredCdrInput in = new BufferredCdrInput(b); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 280. ObjectImpl r = (ObjectImpl) in.read_Object(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 280. ObjectImpl r = (ObjectImpl) in.read_Object(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 290. public void writeObject(Stub self, ObjectOutputStream output) ^--^ *** Semantic Error: Type "Stub" was not found. 290. public void writeObject(Stub self, ObjectOutputStream output) ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 291. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 293. writeObject(self, output, null); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "writeObject(??, ??, null)" was found in type "StubDelegateImpl". Perhaps you wanted the overloaded version "void writeObject(?? self, ?? output, ?? orb) throws ??;" instead? 301. public void writeObject(Stub self, ObjectOutputStream output, ORB orb) ^--^ *** Semantic Error: Type "Stub" was not found. 301. public void writeObject(Stub self, ObjectOutputStream output, ORB orb) ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 301. public void writeObject(Stub self, ObjectOutputStream output, ORB orb) ^-^ *** Semantic Error: Type "ORB" was not found. 302. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 304. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 304. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. Found 6 semantic errors compiling "../org/omg/CORBA/CompletionStatusHelper.java": 80. return "IDL:omg.org/CORBA/CompletionStatus:1.0"; ^--------------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 103. public static CompletionStatus read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 116. public static void write(OutputStream output, CompletionStatus status) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 130. String[] members = ^----^ *** Semantic Error: Type "String" was not found. 131. new String[] { "COMPLETED_YES", "COMPLETED_NO", "COMPLETED_MAYBE" }; ^----^ *** Semantic Error: Type "String" was not found. 131. new String[] { "COMPLETED_YES", "COMPLETED_NO", "COMPLETED_MAYBE" }; ^----------------------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". Found 12 semantic errors compiling "../gnu/CORBA/StubLocator.java": 67. public static ObjectImpl search(ORB orb, IOR ior) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 67. public static ObjectImpl search(ORB orb, IOR ior) ^-^ *** Semantic Error: Type "ORB" was not found. 74. String s = ior.Id.substring(a + 1, b).replace('/', '.'); ^----^ *** Semantic Error: Type "String" was not found. 76. String path; ^----^ *** Semantic Error: Type "String" was not found. 84. String stub = "_" + s.substring(b + 1) + "Stub"; ^----^ *** Semantic Error: Type "String" was not found. 86. Class stubClass = ObjectCreator.forName(path + stub); ^---^ *** Semantic Error: Type "Class" was not found. 88. return (ObjectImpl) stubClass.newInstance(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 90. catch (Exception failed) ^-------^ *** Semantic Error: Type "Exception" was not found. 95. return createDefaultStub(orb, ior); ^-------------------------^ *** Semantic Error: No applicable overload for a method with signature "createDefaultStub(??, IOR)" was found in type "StubLocator". Perhaps you wanted the overloaded version "?? createDefaultStub(?? orb, IOR ior);" instead? 106. protected static ObjectImpl createDefaultStub(ORB orb, IOR ior) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 106. protected static ObjectImpl createDefaultStub(ORB orb, IOR ior) ^-^ *** Semantic Error: Type "ORB" was not found. 108. return new IorObject(orb, ior); ^-------^ *** Semantic Error: Type "IorObject" was not found. Found 5 semantic errors compiling "../org/omg/CORBA/ValueBaseHolder.java": 56. implements Streamable ^--------^ *** Semantic Error: Type "Streamable" was not found. 61. public Serializable value; ^----------^ *** Semantic Error: Type "Serializable" was not found. 75. public ValueBaseHolder(Serializable initial) ^----------^ *** Semantic Error: Type "Serializable" was not found. 86. public void _read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 105. public void _write(OutputStream output) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 3 semantic errors compiling "../org/omg/SendingContext/RunTime.java": 58. extends IDLEntity, Object, RunTimeOperations, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 58. extends IDLEntity, Object, RunTimeOperations, Serializable ^----^ *** Semantic Error: Type "Object" was not found. 58. extends IDLEntity, Object, RunTimeOperations, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 9 semantic errors compiling "../javax/rmi/CORBA/ValueHandler.java": 47. import org.omg.SendingContext.RunTime; ^-----^ *** Semantic Error: Type "org.omg.SendingContext.RunTime" was not found. 82. RunTime getRunTimeCodeBase(); ^-----^ *** Semantic Error: Type "RunTime" was not found. 110. Serializable readValue(InputStream in, int offset, Class clz, ^----------^ *** Semantic Error: Type "Serializable" was not found. 110. Serializable readValue(InputStream in, int offset, Class clz, ^---------^ *** Semantic Error: Type "InputStream" was not found. 111. String repositoryID, RunTime sender); ^-----^ *** Semantic Error: Type "RunTime" was not found. 121. Serializable writeReplace(Serializable value); ^----------^ *** Semantic Error: Type "Serializable" was not found. 121. Serializable writeReplace(Serializable value); ^----------^ *** Semantic Error: Type "Serializable" was not found. 129. void writeValue(OutputStream out, Serializable value); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 129. void writeValue(OutputStream out, Serializable value); ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 15 semantic errors compiling "../org/omg/CORBA/WStringValueHelper.java": 61. implements BoxedValueHelper ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 66. private static final String id = "IDL:omg.org/CORBA/WStringValue:1.0"; ^---------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 104. public Serializable read_value(InputStream istream) ^----------^ *** Semantic Error: Type "Serializable" was not found. 104. public Serializable read_value(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 115. public void write_value(OutputStream ostream, Serializable a_string) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 115. public void write_value(OutputStream ostream, Serializable a_string) ^----------^ *** Semantic Error: Type "Serializable" was not found. 119. ostream.write_wstring((String) a_string); ^----^ *** Semantic Error: Type "String" was not found. 121. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 123. MARSHAL m = new MARSHAL("String expected"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 123. MARSHAL m = new MARSHAL("String expected"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 146. BAD_OPERATION bad = new BAD_OPERATION("WString value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 146. BAD_OPERATION bad = new BAD_OPERATION("WString value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 172. public static String read(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. 185. ORB orb = OrbRestricted.Singleton; ^-^ *** Semantic Error: Type "ORB" was not found. 199. public static void write(OutputStream out, String a_string) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 3 semantic errors compiling "../org/omg/CORBA/portable/BoxedValueHelper.java": 70. Serializable read_value(InputStream istream); ^----------^ *** Semantic Error: Type "Serializable" was not found. 70. Serializable read_value(InputStream istream); ^---------^ *** Semantic Error: Type "InputStream" was not found. 78. void write_value(OutputStream ostream, Serializable value); ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 16 semantic errors compiling "../org/omg/CORBA/StringValueHelper.java": 44. import org.omg.CORBA.portable.BoxedValueHelper; ^--------------^ *** Semantic Error: Type "org.omg.CORBA.portable.BoxedValueHelper" was not found. 61. implements BoxedValueHelper ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 66. private static final String id = "IDL:omg.org/CORBA/StringValue:1.0"; ^--------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 104. public Serializable read_value(InputStream istream) ^----------^ *** Semantic Error: Type "Serializable" was not found. 104. public Serializable read_value(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 115. public void write_value(OutputStream ostream, Serializable a_string) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 115. public void write_value(OutputStream ostream, Serializable a_string) ^----------^ *** Semantic Error: Type "Serializable" was not found. 119. ostream.write_string((String) a_string); ^----^ *** Semantic Error: Type "String" was not found. 121. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 123. MARSHAL m = new MARSHAL("String expected"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 123. MARSHAL m = new MARSHAL("String expected"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 146. BAD_OPERATION bad = new BAD_OPERATION("String value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 146. BAD_OPERATION bad = new BAD_OPERATION("String value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 172. public static String read(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. 185. ORB orb = OrbRestricted.Singleton; ^-^ *** Semantic Error: Type "ORB" was not found. 199. public static void write(OutputStream out, String a_string) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 12 semantic errors compiling "../org/omg/CORBA/StringSeqHelper.java": 70. StringSeqHolder h = (StringSeqHolder) a.extract_Streamable(); ^-------------^ *** Semantic Error: Type "StringSeqHolder" was not found. 70. StringSeqHolder h = (StringSeqHolder) a.extract_Streamable(); ^-------------^ *** Semantic Error: Type "StringSeqHolder" was not found. 84. catch (BadKind ex) ^-----^ *** Semantic Error: Type "BadKind" was not found. 87. throw new Error("Please report this bug.", ex); ^---^ *** Semantic Error: Type "Error" was not found. 102. StringSeqHolder holder = new StringSeqHolder(that); ^-------------^ *** Semantic Error: Type "StringSeqHolder" was not found. 102. StringSeqHolder holder = new StringSeqHolder(that); ^-------------^ *** Semantic Error: Type "StringSeqHolder" was not found. 112. public static String[] read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 114. String[] value = new String[ input.read_long() ]; ^----^ *** Semantic Error: Type "String" was not found. 114. String[] value = new String[ input.read_long() ]; ^----^ *** Semantic Error: Type "String" was not found. 117. return value; ^-----------^ *** Semantic Error: This statement is unreachable. 128. return new ArrayTypeCode(TCKind.tk_string); ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 137. public static void write(OutputStream output, String[] value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 311 semantic errors compiling "../gnu/CORBA/CDR/Vio.java": 44. import org.omg.CORBA.CustomMarshal; ^-----------^ *** Semantic Error: Type "org.omg.CORBA.CustomMarshal" was not found. 46. import org.omg.CORBA.DataOutputStream; ^--------------^ *** Semantic Error: Type "org.omg.CORBA.DataOutputStream" was not found. 49. import org.omg.CORBA.StringSeqHelper; ^-------------^ *** Semantic Error: Type "org.omg.CORBA.StringSeqHelper" was not found. 50. import org.omg.CORBA.StringValueHelper; ^---------------^ *** Semantic Error: Type "org.omg.CORBA.StringValueHelper" was not found. 52. import org.omg.CORBA.WStringValueHelper; ^----------------^ *** Semantic Error: Type "org.omg.CORBA.WStringValueHelper" was not found. 66. import javax.rmi.CORBA.ValueHandler; ^----------^ *** Semantic Error: Type "javax.rmi.CORBA.ValueHandler" was not found. 143. public static final WStringValueHelper m_StringValueHelper = new WStringValueHelper(); ^----------------^ *** Semantic Error: Type "WStringValueHelper" was not found. 143. public static final WStringValueHelper m_StringValueHelper = new WStringValueHelper(); ^----------------^ *** Semantic Error: Type "WStringValueHelper" was not found. 148. static ValueHandler handler = Util.createValueHandler(); ^----------^ *** Semantic Error: Type "ValueHandler" was not found. 164. public static Serializable read(InputStream input) ^----------^ *** Semantic Error: Type "Serializable" was not found. 164. public static Serializable read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 166. return read(input, (String) null); ^----^ *** Semantic Error: Type "String" was not found. 183. public static Serializable read(InputStream input, String repository_id) ^----------^ *** Semantic Error: Type "Serializable" was not found. 183. public static Serializable read(InputStream input, String repository_id) ^---------^ *** Semantic Error: Type "InputStream" was not found. 187. final int position = getCurrentPosition(input); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "getCurrentPosition(??)" was found in type "Vio". Perhaps you wanted the overloaded version "int getCurrentPosition(?? x);" instead? 194. String codebase = null; ^----^ *** Semantic Error: Type "String" was not found. 195. String[] ids = null; ^----^ *** Semantic Error: Type "String" was not found. 196. String id = repository_id; ^----^ *** Semantic Error: Type "String" was not found. 202. return readIndirection(input); ^--------------------^ *** Semantic Error: No applicable overload for a method with signature "readIndirection(??)" was found in type "Vio". Perhaps you wanted the overloaded version "?? readIndirection(?? an_input);" instead? 211. codebase = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 217. ids = read_string_array(input); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_string_array(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String[] read_string_array(?? input);" instead? 222. id = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 226. BoxedValueHelper helper = getHelper(null, id); ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 226. BoxedValueHelper helper = getHelper(null, id); ^-----------------^ *** Semantic Error: Ambiguous invocation of method "getHelper". At least two methods are accessible from here: "?? getHelper(Class x, Object ids);" declared in type "Vio" and "?? getHelper(Class x, String id);" declared in type "Vio". 228. java.lang.Object ox = null; ^--------------^ *** Semantic Error: Type "Object" was not found. 236. return (Serializable) read_instance(input, position, ox, value_tag, ^----------^ *** Semantic Error: Type "Serializable" was not found. <-------------------------------------------- 236. return (Serializable) read_instance(input, position, ox, value_tag, 237. helper, id, ids, codebase); -----------------------------------> *** Semantic Error: No applicable overload for a method with signature "read_instance(??, int, ??, int, ??, ??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "Object read_instance(?? input, int position, Object value, int value_tag, ?? helper, String id, String[] ids, String codebase);" instead? 239. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 241. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 241. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 259. public static Serializable read(InputStream input, Class value_class) ^----------^ *** Semantic Error: Type "Serializable" was not found. 259. public static Serializable read(InputStream input, Class value_class) ^---------^ *** Semantic Error: Type "InputStream" was not found. 261. final int position = getCurrentPosition(input); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "getCurrentPosition(??)" was found in type "Vio". Perhaps you wanted the overloaded version "int getCurrentPosition(?? x);" instead? 263. String id = null; ^----^ *** Semantic Error: Type "String" was not found. 264. String[] ids = null; ^----^ *** Semantic Error: Type "String" was not found. 265. String codebase = null; ^----^ *** Semantic Error: Type "String" was not found. 276. return readIndirection(input); ^--------------------^ *** Semantic Error: No applicable overload for a method with signature "readIndirection(??)" was found in type "Vio". Perhaps you wanted the overloaded version "?? readIndirection(?? an_input);" instead? 283. codebase = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 289. ids = read_string_array(input); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_string_array(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String[] read_string_array(?? input);" instead? 294. id = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 298. BoxedValueHelper vHelper = id != null ? getHelper(value_class, id) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 298. BoxedValueHelper vHelper = id != null ? getHelper(value_class, id) ^------------------------^ *** Semantic Error: Ambiguous invocation of method "getHelper". At least two methods are accessible from here: "?? getHelper(Class x, Object ids);" declared in type "Vio" and "?? getHelper(Class x, String id);" declared in type "Vio". 299. : getHelper(value_class, ids); ^-------------------------^ *** Semantic Error: Ambiguous invocation of method "getHelper". At least two methods are accessible from here: "?? getHelper(Class x, Object ids);" declared in type "Vio" and "?? getHelper(Class x, String id);" declared in type "Vio". 301. java.lang.Object ox; ^--------------^ *** Semantic Error: Type "Object" was not found. 309. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 319. MARSHAL m = new MARSHAL(ox.getClass() + " is not a " ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 319. MARSHAL m = new MARSHAL(ox.getClass() + " is not a " ^-----^ *** Semantic Error: Type "MARSHAL" was not found. <-------------------------------------------------------------- 329. ox = read_instance(input, position, ox, value_tag, vHelper, id, ids, 330. codebase); ------------------> *** Semantic Error: No applicable overload for a method with signature "read_instance(??, int, ??, int, ??, ??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "Object read_instance(?? input, int position, Object value, int value_tag, ?? helper, String id, String[] ids, String codebase);" instead? 331. return (Serializable) ox; ^----------^ *** Semantic Error: Type "Serializable" was not found. 333. catch (MARSHAL m) ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 337. catch (SystemException sysEx) ^-------------^ *** Semantic Error: Type "SystemException" was not found. 342. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 344. MARSHAL m = new MARSHAL("Cant read " + value_class); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 344. MARSHAL m = new MARSHAL("Cant read " + value_class); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 369. public static Object read(InputStream input, Object value_instance, ^---------^ *** Semantic Error: Type "InputStream" was not found. 370. BoxedValueHelper helper) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 372. final int position = getCurrentPosition(input); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "getCurrentPosition(??)" was found in type "Vio". Perhaps you wanted the overloaded version "int getCurrentPosition(?? x);" instead? 374. String id = null; ^----^ *** Semantic Error: Type "String" was not found. 375. String[] ids = null; ^----^ *** Semantic Error: Type "String" was not found. 376. String codebase = null; ^----^ *** Semantic Error: Type "String" was not found. 387. return readIndirection(input); ^--------------------^ *** Semantic Error: No applicable overload for a method with signature "readIndirection(??)" was found in type "Vio". Perhaps you wanted the overloaded version "?? readIndirection(?? an_input);" instead? 394. codebase = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 400. ids = read_string_array(input); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_string_array(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String[] read_string_array(?? input);" instead? 405. id = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 409. Class value_class = value_instance == null ? null ^---^ *** Semantic Error: Type "Class" was not found. 413. helper = id != null ? getHelper(value_class, id) : getHelper( ^------------------------^ *** Semantic Error: Ambiguous invocation of method "getHelper". At least two methods are accessible from here: "?? getHelper(Class x, Object ids);" declared in type "Vio" and "?? getHelper(Class x, String id);" declared in type "Vio". <--------- 413. helper = id != null ? getHelper(value_class, id) : getHelper( 414. value_class, ids); ----------------------------> *** Semantic Error: Ambiguous invocation of method "getHelper". At least two methods are accessible from here: "?? getHelper(Class x, Object ids);" declared in type "Vio" and "?? getHelper(Class x, String id);" declared in type "Vio". <--------------------------------------------- 416. value_instance = read_instance(input, position, value_instance, 417. value_tag, helper, id, ids, codebase); ----------------------------------------------> *** Semantic Error: No applicable overload for a method with signature "read_instance(??, int, Object, int, ??, ??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "Object read_instance(?? input, int position, Object value, int value_tag, ?? helper, String id, String[] ids, String codebase);" instead? 420. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 422. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 422. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 440. public static Serializable read(InputStream input, BoxedValueHelper helper) ^----------^ *** Semantic Error: Type "Serializable" was not found. 440. public static Serializable read(InputStream input, BoxedValueHelper helper) ^---------^ *** Semantic Error: Type "InputStream" was not found. 440. public static Serializable read(InputStream input, BoxedValueHelper helper) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 442. return (Serializable) read(input, null, helper); ^----------^ *** Semantic Error: Type "Serializable" was not found. 442. return (Serializable) read(input, null, helper); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "read(??, null, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "Object read(?? input, Object value_instance, ?? helper);" instead? 462. static Object read_instance(InputStream input, final int position, ^---------^ *** Semantic Error: Type "InputStream" was not found. 463. Object value, int value_tag, BoxedValueHelper helper, String id, ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 477. BufferedCdrOutput output = createBuffer(input, 1024); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 477. BufferedCdrOutput output = createBuffer(input, 1024); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "createBuffer(??, int)" was found in type "Vio". Perhaps you wanted the overloaded version "BufferedCdrOutput createBuffer(?? input, int proposed_size);" instead? 479. readNestedValue(value_tag, input, output, -1); ^-------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "readNestedValue(int, ??, ??, int)" was found in type "Vio". Perhaps you wanted the overloaded version "int readNestedValue(int value_tag, ?? input, BufferedCdrOutput output, int level) throws ??;" instead? 480. BufferredCdrInput ci = new BufferredCdrInput(output.buffer.getBuffer()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 480. BufferredCdrInput ci = new BufferredCdrInput(output.buffer.getBuffer()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 483. input = new HeadlessInput(ci, input); ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 487. if (input instanceof BufferredCdrInput) ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 490. input = new HeadlessInput((BufferredCdrInput) input, null); ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 490. input = new HeadlessInput((BufferredCdrInput) input, null); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 492. else if (input instanceof HeadlessInput) ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 496. ((HeadlessInput) input).subsequentCalls = false; ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 500. BufferedCdrOutput bout = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 500. BufferedCdrOutput bout = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. <------------------------- 504. input = new HeadlessInput( 505. (BufferredCdrInput) bout.create_input_stream(), input); ------------------------------------------------------------------------> *** Semantic Error: This statement is unreachable. 504. input = new HeadlessInput( ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 505. (BufferredCdrInput) bout.create_input_stream(), input); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 509. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 511. MARSHAL m = new MARSHAL("Unable to read chunks"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 511. MARSHAL m = new MARSHAL("Unable to read chunks"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 517. return readValue(input, position, value, helper, id, ids, codebase); ^----------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "readValue(??, int, Object, ??, String, String[], String)" was found in type "Vio". Perhaps you wanted the overloaded version "?? readValue(?? input, int position, Object value, ?? helper, String id, String[] ids, String codebase);" instead? 523. private static BufferedCdrOutput createBuffer(InputStream input, int proposed_size) ^---------^ *** Semantic Error: Type "InputStream" was not found. 525. BufferedCdrOutput bout; ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 526. bout = new BufferedCdrOutput(2 * proposed_size + 256); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 528. if (input instanceof BufferredCdrInput) ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 530. BufferredCdrInput in = (BufferredCdrInput) input; ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 530. BufferredCdrInput in = (BufferredCdrInput) input; ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 534. if (input instanceof gnuValueStream) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 535. bout.setRunTime(((gnuValueStream) input).getRunTime()); ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 537. bout.setRunTime(new gnuRuntime(null, null)); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 553. public static int readNestedValue(int value_tag, InputStream input, ^---------^ *** Semantic Error: Type "InputStream" was not found. 555. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 557. String id = null; ^----^ *** Semantic Error: Type "String" was not found. 566. MARSHAL m = new MARSHAL("readNestedValue: must be chunked"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 566. MARSHAL m = new MARSHAL("readNestedValue: must be chunked"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 572. MARSHAL m = new MARSHAL("readNestedValue: nul"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 572. MARSHAL m = new MARSHAL("readNestedValue: nul"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 578. MARSHAL m = new MARSHAL("readNestedValue: indirection"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 578. MARSHAL m = new MARSHAL("readNestedValue: indirection"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 587. String codebase = read_string(input); ^----^ *** Semantic Error: Type "String" was not found. 587. String codebase = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 588. write_string(output, codebase); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_string(BufferedCdrOutput, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void write_string(?? output, String id);" instead? 594. String[] ids = read_string_array(input); ^----^ *** Semantic Error: Type "String" was not found. 594. String[] ids = read_string_array(input); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_string_array(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String[] read_string_array(?? input);" instead? 596. write_string_array(output, ids); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_string_array(BufferedCdrOutput, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void write_string_array(?? output, String[] ids);" instead? 600. id = read_string(input); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "read_string(??)" was found in type "Vio". Perhaps you wanted the overloaded version "String read_string(?? input);" instead? 601. write_string(output, id); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "write_string(BufferedCdrOutput, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void write_string(?? output, String id);" instead? 624. int onInput = getCurrentPosition(input) - 4; ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "getCurrentPosition(??)" was found in type "Vio". Perhaps you wanted the overloaded version "int getCurrentPosition(?? x);" instead? 630. chunk_size = readNestedValue(chunk_size, input, output, level - 1); ^---------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "readNestedValue(int, ??, BufferedCdrOutput, int)" was found in type "Vio". Perhaps you wanted the overloaded version "int readNestedValue(int value_tag, ?? input, BufferedCdrOutput output, int level) throws ??;" instead? 651. public static Serializable readValue(InputStream input, final int position, ^----------^ *** Semantic Error: Type "Serializable" was not found. 651. public static Serializable readValue(InputStream input, final int position, ^---------^ *** Semantic Error: Type "InputStream" was not found. 652. Object value, BoxedValueHelper helper, String id, String[] ids, ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 655. gnuRuntime g; ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 656. gnuValueStream c = ((gnuValueStream) input); ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 656. gnuValueStream c = ((gnuValueStream) input); ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 659. g = new gnuRuntime(codebase, value); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 666. g.target = (Serializable) value; ^----------^ *** Semantic Error: Type "Serializable" was not found. 671. if (input instanceof HeadlessInput) ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 672. ((HeadlessInput) input).subsequentCalls = false; ^-----------^ *** Semantic Error: Type "HeadlessInput" was not found. 677. if (value instanceof CustomMarshal) ^-----------^ *** Semantic Error: Type "CustomMarshal" was not found. 679. CustomMarshal marsh = (CustomMarshal) value; ^-----------^ *** Semantic Error: Type "CustomMarshal" was not found. 679. CustomMarshal marsh = (CustomMarshal) value; ^-----------^ *** Semantic Error: Type "CustomMarshal" was not found. 680. marsh.unmarshal((DataInputStream) input); ^-------------^ *** Semantic Error: Type "DataInputStream" was not found. 684. if (value instanceof Streamable) ^--------^ *** Semantic Error: Type "Streamable" was not found. 686. ((Streamable) value)._read(input); ^--------^ *** Semantic Error: Type "Streamable" was not found. 697. ValueFactory factory = null; ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 698. org.omg.CORBA_2_3.ORB orb = (org.omg.CORBA_2_3.ORB) input.orb(); ^-------------------^ *** Semantic Error: Type "ORB" was not found. 698. org.omg.CORBA_2_3.ORB orb = (org.omg.CORBA_2_3.ORB) input.orb(); ^-------------------^ *** Semantic Error: Type "ORB" was not found. 713. value = factory.read_value((org.omg.CORBA_2_3.portable.InputStream) input); ^------------------------------------^ *** Semantic Error: Type "InputStream" was not found. 718. if (!ok && value instanceof Serializable) ^----------^ *** Semantic Error: Type "Serializable" was not found. 732. MARSHAL m = new MARSHAL(value.getClass().getName() ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 732. MARSHAL m = new MARSHAL(value.getClass().getName() ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 739. MARSHAL m = new MARSHAL("Unable to instantiate " + id + ":" + list(ids) ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 739. MARSHAL m = new MARSHAL("Unable to instantiate " + id + ":" + list(ids) ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 746. return (Serializable) value; ^----------^ *** Semantic Error: Type "Serializable" was not found. 755. return "null"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 758. StringBuffer b = new StringBuffer("{"); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 758. StringBuffer b = new StringBuffer("{"); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. <------------- 764. b.append("}"); 765. return b.toString(); ---------------------------> *** Semantic Error: These statements are unreachable. 779. public static void write(OutputStream output, Serializable value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 779. public static void write(OutputStream output, Serializable value) ^----------^ *** Semantic Error: Type "Serializable" was not found. 784. else if (value instanceof String) ^----^ *** Semantic Error: Type "String" was not found. 785. write(output, value, m_StringValueHelper); ^---------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write(??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void write(?? output, ?? value, ?? helper);" instead? 800. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 800. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "Serializable" was not found. 806. else if (value instanceof String || substitute == String.class) ^----^ *** Semantic Error: Type "String" was not found. 806. else if (value instanceof String || substitute == String.class) ^----^ *** Semantic Error: Type "String" was not found. 807. writeString(output, value); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "writeString(??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void writeString(?? output, ?? string);" instead? 810. String vId = ObjectCreator.getRepositoryId(value.getClass()); ^----^ *** Semantic Error: Type "String" was not found. 815. String vC = ObjectCreator.getRepositoryId(substitute); ^----^ *** Semantic Error: Type "String" was not found. 816. String[] ids = new String[] { vId, vC }; ^----^ *** Semantic Error: Type "String" was not found. 816. String[] ids = new String[] { vId, vC }; ^----^ *** Semantic Error: Type "String" was not found. 816. String[] ids = new String[] { vId, vC }; ^---------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 817. BoxedValueHelper h = getHelper(substitute.getClass(), ids); ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 822. write_instance(output, value, ids, null); ^--------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_instance(??, ??, ??, null)" was found in type "Vio". Perhaps you wanted the overloaded version "void write_instance(?? output, ?? value, Object ids, ?? helper);" instead? 840. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 840. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "Serializable" was not found. 848. String[] ids = new String[multiple_ids.length + 1]; ^----^ *** Semantic Error: Type "String" was not found. 848. String[] ids = new String[multiple_ids.length + 1]; ^----^ *** Semantic Error: Type "String" was not found. 851. BoxedValueHelper h = getHelper(value.getClass(), ids); ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 852. write_instance(output, value, ids, h); ^-----------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_instance(??, ??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void write_instance(?? output, ?? value, Object ids, ?? helper);" instead? 864. public static void write(OutputStream output, Serializable value, String id) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 864. public static void write(OutputStream output, Serializable value, String id) ^----------^ *** Semantic Error: Type "Serializable" was not found. 881. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 881. public static void write(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "Serializable" was not found. 882. BoxedValueHelper helper) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 885. throw new AssertionError("Helper must be provided"); ^------------^ *** Semantic Error: Type "java.lang.AssertionError" was not found. 895. private static void writeString(OutputStream output, Serializable string) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 895. private static void writeString(OutputStream output, Serializable string) ^----------^ *** Semantic Error: Type "Serializable" was not found. 912. static void write_instance(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 912. static void write_instance(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "Serializable" was not found. 913. Object ids, BoxedValueHelper helper) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 915. gnuValueStream rout = null; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 916. gnuRuntime runtime = null; ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 920. if (output instanceof gnuValueStream) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 923. rout = (gnuValueStream) output; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 928. runtime = new gnuRuntime(null, value); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 935. if (!writeSelf(output, value)) ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "writeSelf(??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "boolean writeSelf(?? output, ?? value);" instead? 936. throw new InternalError("Recursive helper call for " ^-----------^ *** Semantic Error: Type "InternalError" was not found. 960. if (ids instanceof String) ^----^ *** Semantic Error: Type "String" was not found. 962. else if (ids instanceof String[]) ^----^ *** Semantic Error: Type "String" was not found. 968. OutputStream outObj; ^----------^ *** Semantic Error: Type "OutputStream" was not found. 983. write_string_array(output, (String[]) ids); ^----^ *** Semantic Error: Type "String" was not found. 985. write_string(output, (String) ids); ^----^ *** Semantic Error: Type "String" was not found. 999. writeValue(outObj, value, helper); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "writeValue(??, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void writeValue(?? output, ?? value, ?? helper);" instead? 1024. static void writeValue(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 1024. static void writeValue(OutputStream output, Serializable value, ^----------^ *** Semantic Error: Type "Serializable" was not found. 1025. BoxedValueHelper helper) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1027. ((gnuValueStream) output).getRunTime().target = value; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1030. else if (!writeSelf(output, value)) ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "writeSelf(??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "boolean writeSelf(?? output, ?? value);" instead? 1037. if (output instanceof BufferedCdrOutput) ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 1039. BufferedCdrOutput b = (BufferedCdrOutput) output; ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 1039. BufferedCdrOutput b = (BufferedCdrOutput) output; ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 1041. b.runtime = new gnuRuntime(null, value); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 1053. static boolean writeSelf(OutputStream output, Serializable value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 1053. static boolean writeSelf(OutputStream output, Serializable value) ^----------^ *** Semantic Error: Type "Serializable" was not found. 1056. if (value instanceof CustomMarshal) ^-----------^ *** Semantic Error: Type "CustomMarshal" was not found. 1058. ((CustomMarshal) value).marshal((DataOutputStream) output); ^--------------^ *** Semantic Error: Type "DataOutputStream" was not found. 1061. else if (value instanceof Streamable) ^--------^ *** Semantic Error: Type "Streamable" was not found. 1063. ((Streamable) value)._write(output); ^--------^ *** Semantic Error: Type "Streamable" was not found. 1075. static Serializable readIndirection(InputStream an_input) ^----------^ *** Semantic Error: Type "Serializable" was not found. 1075. static Serializable readIndirection(InputStream an_input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 1077. if (!(an_input instanceof gnuValueStream)) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1078. throw new NO_IMPLEMENT(gnuValueStream.class.getName() ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 1078. throw new NO_IMPLEMENT(gnuValueStream.class.getName() ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1081. gnuValueStream in = (gnuValueStream) an_input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1081. gnuValueStream in = (gnuValueStream) an_input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1088. MARSHAL m = new MARSHAL("Indirection tag refers to " + offset ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1088. MARSHAL m = new MARSHAL("Indirection tag refers to " + offset ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1098. MARSHAL m = new MARSHAL(stored_at + " offset " + offset + ": not written"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1098. MARSHAL m = new MARSHAL(stored_at + " offset " + offset + ": not written"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1103. return (Serializable) in.getRunTime().isObjectWrittenAt(stored_at, offset); ^----------^ *** Semantic Error: Type "Serializable" was not found. 1118. MARSHAL m = new MARSHAL("Invalid value record, unsupported header tag: " ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1118. MARSHAL m = new MARSHAL("Invalid value record, unsupported header tag: " ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1126. MARSHAL m = new MARSHAL("Invalid value record header flag combination (0x" ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1126. MARSHAL m = new MARSHAL("Invalid value record header flag combination (0x" ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1137. throws MARSHAL ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1139. MARSHAL m = new MARSHAL(msg + ":'" + id1 + "' versus '" + id2 + "'"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1139. MARSHAL m = new MARSHAL(msg + ":'" + id1 + "' versus '" + id2 + "'"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1151. Object o = null; ^----^ *** Semantic Error: Type "Object" was not found. 1167. return ""; ^^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "Object". 1168. StringTokenizer st = new StringTokenizer(id, ":"); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 1168. StringTokenizer st = new StringTokenizer(id, ":"); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 1170. String prefix = st.nextToken(); ^----^ *** Semantic Error: Type "String" was not found. 1175. String className = st.nextToken(); ^----^ *** Semantic Error: Type "String" was not found. 1176. String hashCode = st.nextToken(); ^----^ *** Semantic Error: Type "String" was not found. 1177. String sid = null; ^----^ *** Semantic Error: Type "String" was not found. 1183. Class objectClass = Util.loadClass(className, codebase, ^---^ *** Semantic Error: Type "Class" was not found. 1184. Vio.class.getClassLoader()); ^-^ *** Semantic Error: Type "Vio" was not found. 1186. String rid = ObjectCreator.getRepositoryId(objectClass); ^----^ *** Semantic Error: Type "String" was not found. 1191. StringTokenizer st2 = new StringTokenizer(rid, ":"); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 1191. StringTokenizer st2 = new StringTokenizer(rid, ":"); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 1193. throw new InternalError("RMI format expected: '" + rid + "'"); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 1195. throwIt("Class name mismatch", id, rid, null); ^-------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "throwIt(java.lang.String, String, ??, null)" was found in type "Vio". Perhaps you wanted the overloaded version "void throwIt(String msg, String id1, String id2, Throwable e) throws ??;" instead? 1202. throwIt("Hashcode mismatch", id, rid, null); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "throwIt(java.lang.String, String, ??, null)" was found in type "Vio". Perhaps you wanted the overloaded version "void throwIt(String msg, String id1, String id2, Throwable e) throws ??;" instead? 1209. throwIt("serialVersionUID mismatch", id, rid, null); ^-------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "throwIt(java.lang.String, String, ??, null)" was found in type "Vio". Perhaps you wanted the overloaded version "void throwIt(String msg, String id1, String id2, Throwable e) throws ??;" instead? 1212. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "java.lang.NumberFormatException" was not found. 1214. throwIt("Invalid hashcode or svuid format: ", id, rid, e); ^-------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "throwIt(java.lang.String, String, ??, ??)" was found in type "Vio". Perhaps you wanted the overloaded version "void throwIt(String msg, String id1, String id2, Throwable e) throws ??;" instead? 1221. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 1223. MARSHAL m = new MARSHAL("Unable to instantiate " + id); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1223. MARSHAL m = new MARSHAL("Unable to instantiate " + id); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 1230. throw new NO_IMPLEMENT("Unsupported prefix " + prefix + ":"); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 1236. static String read_string(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 1238. gnuValueStream g = (gnuValueStream) input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1238. gnuValueStream g = (gnuValueStream) input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1244. String s = input.read_string(); ^----^ *** Semantic Error: Type "String" was not found. 1246. g.setRunTime(new gnuRuntime(null, null)); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 1252. gnuRuntime r = g.getRunTime(); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 1259. String indir = input.read_string(); ^----^ *** Semantic Error: Type "String" was not found. 1265. return (String) r.isObjectWrittenAt(base + delta, delta); ^----^ *** Semantic Error: Type "String" was not found. 1273. static String[] read_string_array(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 1275. gnuValueStream g = (gnuValueStream) input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1275. gnuValueStream g = (gnuValueStream) input; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1281. String[] s = StringSeqHelper.read(input); ^----^ *** Semantic Error: Type "String" was not found. 1283. g.setRunTime(new gnuRuntime(null, null)); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 1289. gnuRuntime r = g.getRunTime(); ^--------^ *** Semantic Error: Type "gnuRuntime" was not found. 1296. String[] indir = StringSeqHelper.read(input); ^----^ *** Semantic Error: Type "String" was not found. 1302. return (String[]) r.isObjectWrittenAt(base + delta, delta); ^----^ *** Semantic Error: Type "String" was not found. 1310. static void write_string(OutputStream output, String id) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 1312. if (output instanceof gnuValueStream) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1314. gnuValueStream b = (gnuValueStream) output; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1314. gnuValueStream b = (gnuValueStream) output; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1339. static void write_string_array(OutputStream output, String[] ids) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 1341. if (output instanceof gnuValueStream) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1343. gnuValueStream b = (gnuValueStream) output; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1343. gnuValueStream b = (gnuValueStream) output; ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1369. public static BoxedValueHelper getHelper(Class x, Object ids) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1371. if (x != null && x.equals(String.class)) ^----^ *** Semantic Error: Type "String" was not found. 1374. return new ArrayValueHelper(x); ^--------------^ *** Semantic Error: Type "ArrayValueHelper" was not found. 1375. else if (ids instanceof String) ^----^ *** Semantic Error: Type "String" was not found. 1376. return locateHelper((String) ids); ^----^ *** Semantic Error: Type "String" was not found. 1377. else if (ids instanceof String[]) ^----^ *** Semantic Error: Type "String" was not found. 1379. String[] ia = (String[]) ids; ^----^ *** Semantic Error: Type "String" was not found. 1379. String[] ia = (String[]) ids; ^----^ *** Semantic Error: Type "String" was not found. 1380. BoxedValueHelper h; ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1387. return null; ^----------^ *** Semantic Error: This statement is unreachable. 1397. public static BoxedValueHelper getHelper(Class x, String id) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1399. if (x != null && x.equals(String.class)) ^----^ *** Semantic Error: Type "String" was not found. 1402. return new ArrayValueHelper(x); ^--------------^ *** Semantic Error: Type "ArrayValueHelper" was not found. 1410. static BoxedValueHelper locateHelper(String id) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1422. Class helperClass = ObjectCreator.findHelper(id); ^---^ *** Semantic Error: Type "Class" was not found. 1423. if (BoxedValueHelper.class.isAssignableFrom(helperClass)) ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1424. return (BoxedValueHelper) helperClass.newInstance(); ^--------------^ *** Semantic Error: Type "BoxedValueHelper" was not found. 1426. return new IDLTypeHelper(helperClass); ^-----------^ *** Semantic Error: Type "IDLTypeHelper" was not found. 1430. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 1442. static int getCurrentPosition(InputStream x) ^---------^ *** Semantic Error: Type "InputStream" was not found. 1444. if (x instanceof gnuValueStream) ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1445. return ((gnuValueStream) x).getPosition(); ^------------^ *** Semantic Error: Type "gnuValueStream" was not found. 1460. Class first_nonserial = clazz; ^---^ *** Semantic Error: Type "Class" was not found. 1462. while (Serializable.class.isAssignableFrom(first_nonserial) ^----------^ *** Semantic Error: Type "Serializable" was not found. <----------------------------------------------------- 1466. final Class local_constructor_class = first_nonserial; . . . 1471. constructor); ------------------> *** Semantic Error: These statements are unreachable. 1466. final Class local_constructor_class = first_nonserial; ^---^ *** Semantic Error: Type "Class" was not found. 1468. Constructor constructor = local_constructor_class.getDeclaredConstructor(new Class[0]); ^---------^ *** Semantic Error: Type "Constructor" was not found. 1468. Constructor constructor = local_constructor_class.getDeclaredConstructor(new Class[0]); ^---^ *** Semantic Error: Type "Class" was not found. Found 203 semantic errors compiling "../gnu/CORBA/gnuAny.java": 41. import gnu.CORBA.CDR.Vio; ^-^ *** Semantic Error: Type "gnu.CORBA.CDR.Vio" was not found. 67. import org.omg.CORBA.ValueBaseHolder; ^-------------^ *** Semantic Error: Type "org.omg.CORBA.ValueBaseHolder" was not found. 91. extends Any ^-^ *** Semantic Error: Type "Any" was not found. 102. protected static final TypeCode nullType = ^------^ *** Semantic Error: Type "TypeCode" was not found. 103. new PrimitiveTypeCode(TCKind.tk_null); ^---------------^ *** Semantic Error: Type "PrimitiveTypeCode" was not found. 108. protected Streamable has; ^--------^ *** Semantic Error: Type "Streamable" was not found. 113. protected TypeCode typecode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 123. private ORB orb; ^-^ *** Semantic Error: Type "ORB" was not found. 128. public void setOrb(ORB an_orb) ^-^ *** Semantic Error: Type "ORB" was not found. 140. public gnuAny Clone() ^----^ *** Semantic Error: Type "gnuAny" was not found. 142. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 142. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 146. BufferredCdrInput in = new BufferredCdrInput(out.buffer.toByteArray()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 146. BufferredCdrInput in = new BufferredCdrInput(out.buffer.toByteArray()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 148. return (gnuAny) in.read_any(); ^----^ *** Semantic Error: Type "gnuAny" was not found. 155. public org.omg.CORBA.portable.InputStream create_input_stream() ^--------------------------------^ *** Semantic Error: Type "InputStream" was not found. 157. if (has instanceof GeneralHolder) ^-----------^ *** Semantic Error: Type "GeneralHolder" was not found. 159. GeneralHolder u = (GeneralHolder) has; ^-----------^ *** Semantic Error: Type "GeneralHolder" was not found. 159. GeneralHolder u = (GeneralHolder) has; ^-----------^ *** Semantic Error: Type "GeneralHolder" was not found. 164. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 164. BufferedCdrOutput out = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 166. write_value(out); ^--------------^ *** Semantic Error: No applicable overload for a method with signature "write_value(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void write_value(?? output);" instead? 168. BufferredCdrInput in = new BufferredCdrInput(out.buffer.toByteArray()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 168. BufferredCdrInput in = new BufferredCdrInput(out.buffer.toByteArray()); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 177. public org.omg.CORBA.portable.OutputStream create_output_stream() ^---------------------------------^ *** Semantic Error: Type "OutputStream" was not found. 179. BufferedCdrOutput stream = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 179. BufferedCdrOutput stream = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 188. public boolean equal(Any other) ^-^ *** Semantic Error: Type "Any" was not found. 195. if (has != null && other instanceof gnuAny) ^----^ *** Semantic Error: Type "gnuAny" was not found. 196. if (has.equals(((gnuAny) other).has)) ^----^ *** Semantic Error: Type "gnuAny" was not found. 199. BufferedCdrOutput a = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 199. BufferedCdrOutput a = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 201. write_value(a); ^------------^ *** Semantic Error: No applicable overload for a method with signature "write_value(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void write_value(?? output);" instead? 203. BufferedCdrOutput b = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 203. BufferedCdrOutput b = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 222. Adler32 adler = new Adler32(); ^-----^ *** Semantic Error: Type "Adler32" was not found. 222. Adler32 adler = new Adler32(); ^-----^ *** Semantic Error: Type "Adler32" was not found. 224. BufferedCdrOutput a = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 224. BufferedCdrOutput a = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 226. write_value(a); ^------------^ *** Semantic Error: No applicable overload for a method with signature "write_value(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void write_value(?? output);" instead? 238. public boolean equals(java.lang.Object other) ^--------------^ *** Semantic Error: Type "Object" was not found. 242. if (!(other instanceof Any)) ^-^ *** Semantic Error: Type "Any" was not found. 245. return equal((Any) other); ^-^ *** Semantic Error: Type "Any" was not found. 251. public org.omg.CORBA.Object extract_Object() ^------------------^ *** Semantic Error: Type "Object" was not found. 255. return ((ObjectHolder) has).value; ^----------^ *** Semantic Error: Type "ObjectHolder" was not found. 257. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 259. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 259. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 275. public Principal extract_Principal() ^-------^ *** Semantic Error: Type "Principal" was not found. 278. return ((PrincipalHolder) has).value; ^-------------^ *** Semantic Error: Type "PrincipalHolder" was not found. 287. public Streamable extract_Streamable() ^--------^ *** Semantic Error: Type "Streamable" was not found. 292. public TypeCode extract_TypeCode() ^------^ *** Semantic Error: Type "TypeCode" was not found. 293. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 296. return ((TypeCodeHolder) has).value; ^------------^ *** Semantic Error: Type "TypeCodeHolder" was not found. 308. public Serializable extract_Value() ^----------^ *** Semantic Error: Type "Serializable" was not found. 309. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 313. if (has instanceof ValueBaseHolder) ^-------------^ *** Semantic Error: Type "ValueBaseHolder" was not found. 314. return ((ValueBaseHolder) has).value; ^-------------^ *** Semantic Error: Type "ValueBaseHolder" was not found. 321. Field f = has.getClass().getField("value"); ^---^ *** Semantic Error: Type "Field" was not found. 322. return (Serializable) f.get(has); ^----------^ *** Semantic Error: Type "Serializable" was not found. 325. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 327. BAD_OPERATION bad = new BAD_OPERATION("Value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 327. BAD_OPERATION bad = new BAD_OPERATION("Value type expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 335. public Any extract_any() ^-^ *** Semantic Error: Type "Any" was not found. 336. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 339. return ((AnyHolder) has).value; ^-------^ *** Semantic Error: Type "AnyHolder" was not found. 344. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 347. return ((BooleanHolder) has).value; ^-----------^ *** Semantic Error: Type "BooleanHolder" was not found. 352. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 355. return ((CharHolder) has).value; ^--------^ *** Semantic Error: Type "CharHolder" was not found. 360. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 363. return ((DoubleHolder) has).value; ^----------^ *** Semantic Error: Type "DoubleHolder" was not found. 373. public BigDecimal extract_fixed() ^--------^ *** Semantic Error: Type "BigDecimal" was not found. 374. throws org.omg.CORBA.BAD_OPERATION ^-------------------------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 377. return ((FixedHolder) has).value; ^---------^ *** Semantic Error: Type "FixedHolder" was not found. 382. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 385. return ((FloatHolder) has).value; ^---------^ *** Semantic Error: Type "FloatHolder" was not found. 390. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 394. return ((IntHolder) has).value; ^-------^ *** Semantic Error: Type "IntHolder" was not found. 399. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 402. return ((LongHolder) has).value; ^--------^ *** Semantic Error: Type "LongHolder" was not found. 407. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 411. return (byte) ((OctetHolder) has).value; ^---------^ *** Semantic Error: Type "OctetHolder" was not found. 416. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 419. return ((ShortHolder) has).value; ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 424. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 427. return ((StringHolder) has).value; ^----------^ *** Semantic Error: Type "StringHolder" was not found. 432. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 436. return ((IntHolder) has).value; ^-------^ *** Semantic Error: Type "IntHolder" was not found. 441. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 445. return ((LongHolder) has).value; ^--------^ *** Semantic Error: Type "LongHolder" was not found. 450. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 454. return ((ShortHolder) has).value; ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 459. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 462. return ((WCharHolder) has).value; ^---------^ *** Semantic Error: Type "WCharHolder" was not found. 467. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 471. return ((WStringHolder) has).value; ^-----------^ *** Semantic Error: Type "WStringHolder" was not found. 477. public void insert_Object(org.omg.CORBA.Object x, TypeCode typecode) ^------------------^ *** Semantic Error: Type "Object" was not found. 477. public void insert_Object(org.omg.CORBA.Object x, TypeCode typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 479. has = new ObjectHolder(x); ^----------^ *** Semantic Error: Type "ObjectHolder" was not found. 480. type(typecode); ^------------^ *** Semantic Error: No applicable overload for a method with signature "type(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void type(?? valueTypeCode);" instead? 486. public void insert_Object(org.omg.CORBA.Object x) ^------------------^ *** Semantic Error: Type "Object" was not found. 488. has = new ObjectHolder(x); ^----------^ *** Semantic Error: Type "ObjectHolder" was not found. 499. public void insert_Principal(Principal x) ^-------^ *** Semantic Error: Type "Principal" was not found. 502. if (has instanceof PrincipalHolder) ^-------------^ *** Semantic Error: Type "PrincipalHolder" was not found. 503. ((PrincipalHolder) has).value = x; ^-------------^ *** Semantic Error: Type "PrincipalHolder" was not found. 505. has = new PrincipalHolder(x); ^-------------^ *** Semantic Error: Type "PrincipalHolder" was not found. 514. public void insert_Streamable(Streamable x) ^--------^ *** Semantic Error: Type "Streamable" was not found. 524. public void insert_TypeCode(TypeCode typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 527. if (has instanceof TypeCodeHolder) ^------------^ *** Semantic Error: Type "TypeCodeHolder" was not found. 528. ((TypeCodeHolder) has).value = typecode; ^------------^ *** Semantic Error: Type "TypeCodeHolder" was not found. 530. has = new TypeCodeHolder(typecode); ^------------^ *** Semantic Error: Type "TypeCodeHolder" was not found. 534. public void insert_Value(Serializable x, TypeCode c_typecode) ^----------^ *** Semantic Error: Type "Serializable" was not found. 534. public void insert_Value(Serializable x, TypeCode c_typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 538. has = new gnuValueHolder(x, typecode); ^------------^ *** Semantic Error: Type "gnuValueHolder" was not found. 542. type(typecode); ^------------^ *** Semantic Error: No applicable overload for a method with signature "type(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void type(?? valueTypeCode);" instead? 543. insert_Value(x); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "insert_Value(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void insert_Value(?? x);" instead? 548. public void insert_Value(Serializable x) ^----------^ *** Semantic Error: Type "Serializable" was not found. 552. has = new gnuValueHolder(x, typecode); ^------------^ *** Semantic Error: Type "gnuValueHolder" was not found. 556. if (has instanceof ValueBaseHolder) ^-------------^ *** Semantic Error: Type "ValueBaseHolder" was not found. 557. ((ValueBaseHolder) has).value = x; ^-------------^ *** Semantic Error: Type "ValueBaseHolder" was not found. 559. has = new ValueBaseHolder(x); ^-------------^ *** Semantic Error: Type "ValueBaseHolder" was not found. 569. public void insert_any(Any an_any) ^-^ *** Semantic Error: Type "Any" was not found. 572. if (has instanceof AnyHolder) ^-------^ *** Semantic Error: Type "AnyHolder" was not found. 573. ((AnyHolder) has).value = an_any; ^-------^ *** Semantic Error: Type "AnyHolder" was not found. 575. has = new AnyHolder(an_any); ^-------^ *** Semantic Error: Type "AnyHolder" was not found. 582. if (has instanceof BooleanHolder) ^-----------^ *** Semantic Error: Type "BooleanHolder" was not found. 583. ((BooleanHolder) has).value = x; ^-----------^ *** Semantic Error: Type "BooleanHolder" was not found. 585. has = new BooleanHolder(x); ^-----------^ *** Semantic Error: Type "BooleanHolder" was not found. 592. if (has instanceof CharHolder) ^--------^ *** Semantic Error: Type "CharHolder" was not found. 593. ((CharHolder) has).value = x; ^--------^ *** Semantic Error: Type "CharHolder" was not found. 595. has = new CharHolder(x); ^--------^ *** Semantic Error: Type "CharHolder" was not found. 602. if (has instanceof DoubleHolder) ^----------^ *** Semantic Error: Type "DoubleHolder" was not found. 603. ((DoubleHolder) has).value = x; ^----------^ *** Semantic Error: Type "DoubleHolder" was not found. 605. has = new DoubleHolder(x); ^----------^ *** Semantic Error: Type "DoubleHolder" was not found. 615. public void insert_fixed(BigDecimal x, TypeCode x_typecode) ^--------^ *** Semantic Error: Type "BigDecimal" was not found. 615. public void insert_fixed(BigDecimal x, TypeCode x_typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 618. insert_fixed(x); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "insert_fixed(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void insert_fixed(?? x);" instead? 629. public void insert_fixed(BigDecimal x) ^--------^ *** Semantic Error: Type "BigDecimal" was not found. 632. if (has instanceof FixedHolder) ^---------^ *** Semantic Error: Type "FixedHolder" was not found. 633. ((FixedHolder) has).value = x; ^---------^ *** Semantic Error: Type "FixedHolder" was not found. 635. has = new FixedHolder(x); ^---------^ *** Semantic Error: Type "FixedHolder" was not found. 642. if (has instanceof FloatHolder) ^---------^ *** Semantic Error: Type "FloatHolder" was not found. 643. ((FloatHolder) has).value = x; ^---------^ *** Semantic Error: Type "FloatHolder" was not found. 645. has = new FloatHolder(x); ^---------^ *** Semantic Error: Type "FloatHolder" was not found. 652. if (has instanceof IntHolder) ^-------^ *** Semantic Error: Type "IntHolder" was not found. 653. ((IntHolder) has).value = x; ^-------^ *** Semantic Error: Type "IntHolder" was not found. 655. has = new IntHolder(x); ^-------^ *** Semantic Error: Type "IntHolder" was not found. 662. if (has instanceof LongHolder) ^--------^ *** Semantic Error: Type "LongHolder" was not found. 663. ((LongHolder) has).value = x; ^--------^ *** Semantic Error: Type "LongHolder" was not found. 665. has = new LongHolder(x); ^--------^ *** Semantic Error: Type "LongHolder" was not found. 672. if (has instanceof OctetHolder) ^---------^ *** Semantic Error: Type "OctetHolder" was not found. 673. ((OctetHolder) has).value = x; ^---------^ *** Semantic Error: Type "OctetHolder" was not found. 675. has = new OctetHolder(x); ^---------^ *** Semantic Error: Type "OctetHolder" was not found. 682. if (has instanceof ShortHolder) ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 683. ((ShortHolder) has).value = x; ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 685. has = new ShortHolder(x); ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 692. if (has instanceof StringHolder) ^----------^ *** Semantic Error: Type "StringHolder" was not found. 693. ((StringHolder) has).value = x; ^----------^ *** Semantic Error: Type "StringHolder" was not found. 695. has = new StringHolder(x); ^----------^ *** Semantic Error: Type "StringHolder" was not found. 697. typecode = new StringTypeCode(TCKind.tk_string); ^------------^ *** Semantic Error: Type "StringTypeCode" was not found. 704. if (has instanceof IntHolder) ^-------^ *** Semantic Error: Type "IntHolder" was not found. 705. ((IntHolder) has).value = x; ^-------^ *** Semantic Error: Type "IntHolder" was not found. 707. has = new IntHolder(x); ^-------^ *** Semantic Error: Type "IntHolder" was not found. 715. if (has instanceof LongHolder) ^--------^ *** Semantic Error: Type "LongHolder" was not found. 716. ((LongHolder) has).value = x; ^--------^ *** Semantic Error: Type "LongHolder" was not found. 718. has = new LongHolder(x); ^--------^ *** Semantic Error: Type "LongHolder" was not found. 726. if (has instanceof ShortHolder) ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 727. ((ShortHolder) has).value = x; ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 729. has = new ShortHolder(x); ^---------^ *** Semantic Error: Type "ShortHolder" was not found. 737. if (has instanceof WCharHolder) ^---------^ *** Semantic Error: Type "WCharHolder" was not found. 738. ((WCharHolder) has).value = x; ^---------^ *** Semantic Error: Type "WCharHolder" was not found. 740. has = new WCharHolder(x); ^---------^ *** Semantic Error: Type "WCharHolder" was not found. 747. if (has instanceof WStringHolder) ^-----------^ *** Semantic Error: Type "WStringHolder" was not found. 748. ((WStringHolder) has).value = x; ^-----------^ *** Semantic Error: Type "WStringHolder" was not found. 750. has = new WStringHolder(x); ^-----------^ *** Semantic Error: Type "WStringHolder" was not found. 756. public ORB orb() ^-^ *** Semantic Error: Type "ORB" was not found. 767. public void read_value(org.omg.CORBA.portable.InputStream input, ^--------------------------------^ *** Semantic Error: Type "InputStream" was not found. 768. TypeCode a_type ^------^ *** Semantic Error: Type "TypeCode" was not found. 770. throws MARSHAL ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 779. BigDecimal dec = BigDecimalHelper.read(input, a_type.fixed_scale()); ^--------^ *** Semantic Error: Type "BigDecimal" was not found. 780. has = new FixedHolder(dec); ^---------^ *** Semantic Error: Type "FixedHolder" was not found. 790. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 790. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 792. has = new GeneralHolder(buffer); ^-----------^ *** Semantic Error: Type "GeneralHolder" was not found. 795. type(a_type); ^----------^ *** Semantic Error: No applicable overload for a method with signature "type(??)" was found in type "gnuAny". Perhaps you wanted the overloaded version "void type(?? valueTypeCode);" instead? 797. if (!(has instanceof GeneralHolder) && ^-----------^ *** Semantic Error: Type "GeneralHolder" was not found. 802. Field vField = has.getClass().getField("value"); ^---^ *** Semantic Error: Type "Field" was not found. 804. Object content = Vio.read(input, a_type.id()); ^----^ *** Semantic Error: Type "Object" was not found. 810. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 812. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 812. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 820. public TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 826. typecode = new PrimitiveTypeCode(TCKind.from_int(xKind)); ^---------------^ *** Semantic Error: Type "PrimitiveTypeCode" was not found. 838. public void type(TypeCode valueTypeCode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 845. public void write_value(org.omg.CORBA.portable.OutputStream output) ^---------------------------------^ *** Semantic Error: Type "OutputStream" was not found. 864. throws BAD_OPERATION ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 868. BAD_OPERATION bad = new BAD_OPERATION("value not set"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 868. BAD_OPERATION bad = new BAD_OPERATION("value not set"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 878. BAD_OPERATION bad = new BAD_OPERATION("Extracting " ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 878. BAD_OPERATION bad = new BAD_OPERATION("Extracting " ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 890. BAD_OPERATION bad = new BAD_OPERATION("Extracting " ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 890. BAD_OPERATION bad = new BAD_OPERATION("Extracting " ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 55 semantic errors compiling "../gnu/CORBA/SimpleDelegate.java": 61. extends Delegate ^------^ *** Semantic Error: Type "Delegate" was not found. 67. protected final ORB orb; ^-^ *** Semantic Error: Type "ORB" was not found. <-------------------------------------------- 74. public SimpleDelegate(ORB an_orb, IOR an_ior) . . . 78. } --> *** Semantic Error: The blank final field "orb" 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. public SimpleDelegate(ORB an_orb, IOR an_ior) ^-^ *** Semantic Error: Type "ORB" was not found. 105. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Request" was not found. 105. public Request create_request(org.omg.CORBA.Object target, Context context, ^------------------^ *** Semantic Error: Type "Object" was not found. 105. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Context" was not found. 106. String operation, NVList parameters, ^----^ *** Semantic Error: Type "NVList" was not found. 107. NamedValue returns ^--------^ *** Semantic Error: Type "NamedValue" was not found. 110. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 118. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Request" was not found. 118. public Request create_request(org.omg.CORBA.Object target, Context context, ^------------------^ *** Semantic Error: Type "Object" was not found. 118. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Context" was not found. 119. String operation, NVList parameters, ^----^ *** Semantic Error: Type "NVList" was not found. 120. NamedValue returns, ExceptionList exceptions, ^--------^ *** Semantic Error: Type "NamedValue" was not found. 120. NamedValue returns, ExceptionList exceptions, ^-----------^ *** Semantic Error: Type "ExceptionList" was not found. 121. ContextList ctx_list ^---------^ *** Semantic Error: Type "ContextList" was not found. 124. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 132. public org.omg.CORBA.Object duplicate(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 132. public org.omg.CORBA.Object duplicate(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 134. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 140. public boolean equals(org.omg.CORBA.Object self, org.omg.CORBA.Object other) ^------------------^ *** Semantic Error: Type "Object" was not found. 140. public boolean equals(org.omg.CORBA.Object self, org.omg.CORBA.Object other) ^------------------^ *** Semantic Error: Type "Object" was not found. 150. public org.omg.CORBA.Object get_interface_def(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 150. public org.omg.CORBA.Object get_interface_def(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 152. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 158. public int hash(org.omg.CORBA.Object target, int maximum) ^------------------^ *** Semantic Error: Type "Object" was not found. 166. public int hashCode(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 182. public boolean is_a(org.omg.CORBA.Object target, String repositoryIdentifer) ^------------------^ *** Semantic Error: Type "Object" was not found. 184. if (!(target instanceof ObjectImpl)) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 185. throw new NO_IMPLEMENT("Supported only for org.omg.CORBA.portable.ObjectImpl"); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 187. ObjectImpl imp = (ObjectImpl) target; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 187. ObjectImpl imp = (ObjectImpl) target; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 188. String[] ids = imp._ids(); ^----^ *** Semantic Error: Type "String" was not found. 195. return false; ^-----------^ *** Semantic Error: This statement is unreachable. 203. public boolean is_equivalent(org.omg.CORBA.Object target, ^------------------^ *** Semantic Error: Type "Object" was not found. 204. org.omg.CORBA.Object other ^------------------^ *** Semantic Error: Type "Object" was not found. 209. if ((target instanceof ObjectImpl) && other instanceof ObjectImpl) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 209. if ((target instanceof ObjectImpl) && other instanceof ObjectImpl) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 213. org.omg.CORBA.portable.Delegate a = ^-----------------------------^ *** Semantic Error: Type "Delegate" was not found. 214. ((ObjectImpl) target)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 215. org.omg.CORBA.portable.Delegate b = ^-----------------------------^ *** Semantic Error: Type "Delegate" was not found. 216. ((ObjectImpl) other)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 226. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 238. public boolean is_local(org.omg.CORBA.Object self) ^------------------^ *** Semantic Error: Type "Object" was not found. 246. public boolean non_existent(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 256. public ORB orb(org.omg.CORBA.Object target) ^-^ *** Semantic Error: Type "ORB" was not found. 256. public ORB orb(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 264. public void release(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 271. public Request request(org.omg.CORBA.Object target, String operation) ^-----^ *** Semantic Error: Type "Request" was not found. 271. public Request request(org.omg.CORBA.Object target, String operation) ^------------------^ *** Semantic Error: Type "Object" was not found. 273. if (orb instanceof OrbFunctional) ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 275. ((OrbFunctional) orb).ensureRunning(); ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 277. gnuRequest g = new gnuRequest(); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 277. gnuRequest g = new gnuRequest(); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. Found 81 semantic errors compiling "../gnu/CORBA/IorDelegate.java": 77. public IorDelegate(ORB an_orb, IOR an_ior) ^-^ *** Semantic Error: Type "ORB" was not found. 95. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Request" was not found. 95. public Request create_request(org.omg.CORBA.Object target, Context context, ^------------------^ *** Semantic Error: Type "Object" was not found. 95. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Context" was not found. 96. String operation, NVList parameters, NamedValue returns ^----^ *** Semantic Error: Type "NVList" was not found. 96. String operation, NVList parameters, NamedValue returns ^--------^ *** Semantic Error: Type "NamedValue" was not found. 99. gnuRequest request = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 99. gnuRequest request = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 101. request.setIor(getIor()); ^------^ *** Semantic Error: The method "IOR getIor();" in type "SimpleDelegate" has public access and is not accessible here. 108. request.setORB(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 124. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Request" was not found. 124. public Request create_request(org.omg.CORBA.Object target, Context context, ^------------------^ *** Semantic Error: Type "Object" was not found. 124. public Request create_request(org.omg.CORBA.Object target, Context context, ^-----^ *** Semantic Error: Type "Context" was not found. 125. String operation, NVList parameters, NamedValue returns, ^----^ *** Semantic Error: Type "NVList" was not found. 125. String operation, NVList parameters, NamedValue returns, ^--------^ *** Semantic Error: Type "NamedValue" was not found. 126. ExceptionList exceptions, ContextList ctx_list ^-----------^ *** Semantic Error: Type "ExceptionList" was not found. 126. ExceptionList exceptions, ContextList ctx_list ^---------^ *** Semantic Error: Type "ContextList" was not found. 129. gnuRequest request = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 129. gnuRequest request = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 131. request.setIor(ior); ^-^ *** Semantic Error: The instance field "ior" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 140. request.setORB(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 148. protected gnuRequest getRequestInstance(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 150. return new gnuRequest(); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 174. public InputStream invoke(org.omg.CORBA.Object target, OutputStream output) ^---------^ *** Semantic Error: Type "InputStream" was not found. 174. public InputStream invoke(org.omg.CORBA.Object target, OutputStream output) ^------------------^ *** Semantic Error: Type "Object" was not found. 174. public InputStream invoke(org.omg.CORBA.Object target, OutputStream output) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 175. throws ApplicationException, RemarshalException ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 175. throws ApplicationException, RemarshalException ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 177. StreamBasedRequest request = (StreamBasedRequest) output; ^----------------^ *** Semantic Error: Type "StreamBasedRequest" was not found. 177. StreamBasedRequest request = (StreamBasedRequest) output; ^----------------^ *** Semantic Error: Type "StreamBasedRequest" was not found. 184. RawReply response = request.request.submit(); ^------^ *** Semantic Error: Type "RawReply" was not found. 187. ReplyHeader rh = response.header.create_reply_header(); ^---------^ *** Semantic Error: Type "ReplyHeader" was not found. 188. BufferredCdrInput input = response.getStream(); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 189. input.setOrb(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 207. showException(request, input); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "showException(??, ??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "void showException(StreamBasedRequest request, ?? input) throws ??;" instead? 215. showException(request, input); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "showException(??, ??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "void showException(StreamBasedRequest request, ?? input) throws ??;" instead? 217. throw new ApplicationException( ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 227. IOR forwarded = new IOR(); ^-^ *** Semantic Error: Type "IOR" was not found. 227. IOR forwarded = new IOR(); ^-^ *** Semantic Error: Type "IOR" was not found. 232. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 234. MARSHAL t = new MARSHAL("Cant read forwarding info", ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 234. MARSHAL t = new MARSHAL("Cant read forwarding info", ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 240. gnuRequest prev = request.request; ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 241. gnuRequest r = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 241. gnuRequest r = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 264. IorObject it = new IorObject(orb, ^-------^ *** Semantic Error: Type "IorObject" was not found. 264. IorObject it = new IorObject(orb, ^-------^ *** Semantic Error: Type "IorObject" was not found. 264. IorObject it = new IorObject(orb, ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 271. IOR prev_ior = getIor(); ^-^ *** Semantic Error: Type "IOR" was not found. 271. IOR prev_ior = getIor(); ^------^ *** Semantic Error: The method "IOR getIor();" in type "SimpleDelegate" has public access and is not accessible here. 277. return invoke(it, request); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "invoke(??, ??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "?? invoke(?? target, ?? output) throws ??, ??;" instead? 286. throw new MARSHAL("Unknow reply status: " ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 297. catch (ForwardRequest forwarded) ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 299. ForwardRequest fw = forwarded; ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 304. gnuRequest prev = request.request; ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 305. gnuRequest r = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 305. gnuRequest r = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 329. catch (ForwardRequest e) ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 341. void showException(StreamBasedRequest request, BufferredCdrInput input) ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 342. throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 360. public Request request(org.omg.CORBA.Object target, String operation) ^-----^ *** Semantic Error: Type "Request" was not found. 360. public Request request(org.omg.CORBA.Object target, String operation) ^------------------^ *** Semantic Error: Type "Object" was not found. 362. gnuRequest request = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 362. gnuRequest request = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 364. request.setIor(ior); ^-^ *** Semantic Error: The instance field "ior" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 368. request.setORB(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 383. public OutputStream request(org.omg.CORBA.Object target, String operation, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 383. public OutputStream request(org.omg.CORBA.Object target, String operation, ^------------------^ *** Semantic Error: Type "Object" was not found. 387. gnuRequest request = getRequestInstance(target); ^--------^ *** Semantic Error: Type "gnuRequest" was not found. 387. gnuRequest request = getRequestInstance(target); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "getRequestInstance(??)" was found in type "IorDelegate". Perhaps you wanted the overloaded version "gnuRequest getRequestInstance(?? target);" instead? 389. request.setIor(ior); ^-^ *** Semantic Error: The instance field "ior" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 393. StreamBasedRequest out = request.getParameterStream(); ^----------------^ *** Semantic Error: Type "StreamBasedRequest" was not found. 395. request.setORB(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 396. out.setOrb(orb); ^-^ *** Semantic Error: The instance field "orb" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 408. public void release(org.omg.CORBA.Object target) ^------------------^ *** Semantic Error: Type "Object" was not found. 410. String key = ior.Internet.host + ":" + ior.Internet.port; ^----^ *** Semantic Error: Type "String" was not found. 410. String key = ior.Internet.host + ":" + ior.Internet.port; ^-^ *** Semantic Error: The instance field "ior" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 410. String key = ior.Internet.host + ":" + ior.Internet.port; ^-^ *** Semantic Error: The instance field "ior" in class "SimpleDelegate" has protected access, but the qualifying expression is not of type "IorDelegate" or any of its enclosing types. 412. Socket socket = SocketRepository.get_socket(key); ^----^ *** Semantic Error: Type "Socket" was not found. 420. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 438. public boolean is_local(org.omg.CORBA.Object self) ^------------------^ *** Semantic Error: Type "Object" was not found. Found 1 semantic error compiling "../java/net/UnknownHostException.java": 53. public class UnknownHostException extends IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 24 semantic errors compiling "../org/omg/CosNaming/NamingContextExtHelper.java": 63. private static String _id = "IDL:omg.org/CosNaming/NamingContextExt:1.0"; ^------------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 68. private static TypeCode typeCode = null; ^------^ *** Semantic Error: Type "TypeCode" was not found. 73. public static NamingContextExt extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 77. return ((NamingContextExtHolder) a.extract_Streamable()).value; ^--------------------^ *** Semantic Error: Type "NamingContextExtHolder" was not found. 79. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 81. BAD_OPERATION bad = new BAD_OPERATION("NamingContextExt expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 81. BAD_OPERATION bad = new BAD_OPERATION("NamingContextExt expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 99. public static void insert(Any a, NamingContextExt that) ^-^ *** Semantic Error: Type "Any" was not found. 101. a.insert_Streamable(new NamingContextExtHolder(that)); ^--------------------^ *** Semantic Error: Type "NamingContextExtHolder" was not found. 114. public static NamingContextExt narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 121. throw new BAD_PARAM(); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 124. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 124. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 125. return new _NamingContextExtStub(delegate); ^-------------------^ *** Semantic Error: Type "_NamingContextExtStub" was not found. 144. public static NamingContextExt unchecked_narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 148. else if (obj instanceof NamingContextExt) ^--------------^ *** Semantic Error: Type "NamingContextExt" was not found. 149. return (NamingContextExt) obj; ^--------------^ *** Semantic Error: Type "NamingContextExt" was not found. 153. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 153. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 154. return new _NamingContextExtStub(delegate); ^-------------------^ *** Semantic Error: Type "_NamingContextExtStub" was not found. 161. public static NamingContextExt read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 163. return narrow(istream.read_Object(_NamingContextExtStub.class)); ^-------------------^ *** Semantic Error: Type "_NamingContextExtStub" was not found. 169. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 182. public static void write(OutputStream ostream, NamingContextExt value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 2 semantic errors compiling "../org/omg/CORBA/portable/UnknownException.java": 52. extends SystemException ^-------------^ *** Semantic Error: Type "SystemException" was not found. 53. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 29 semantic errors compiling "../java/lang/Throwable.java": 44. 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. 111. public class Throwable implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 133. private Throwable cause = this; ^-------^ *** Semantic Error: Type "Throwable" was not found. 153. this((String) null); ^----^ *** Semantic Error: Type "String" was not found. 178. public Throwable(String message, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 192. public Throwable(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 230. public Throwable getCause() ^-------^ *** Semantic Error: Type "Throwable" was not found. 247. public Throwable initCause(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 247. public Throwable initCause(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 250. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 252. throw new IllegalStateException(); ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 267. String msg = getLocalizedMessage(); ^----^ *** Semantic Error: Type "String" was not found. 268. return getClass().getName() + (msg == null ? "" : ": " + msg); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Throwable". 358. printStackTrace(System.err); ^----^ *** Semantic Error: Type "java.lang.System" was not found. 367. public void printStackTrace(PrintStream s) ^---------^ *** Semantic Error: Type "PrintStream" was not found. 402. 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:356". 402. public void printStackTrace (PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 420. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 420. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 423. StackTraceElement[] stack = getStackTrace(); ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 427. Throwable cause = getCause(); ^-------^ *** Semantic Error: Type "Throwable" was not found. 434. StackTraceElement[] parentStack = stack; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 467. String nl = StaticData.nl; ^----^ *** Semantic Error: Type "String" was not found. <------------- 486. if (equal > 0) . . . 492. } ----------> *** Semantic Error: This statement is unreachable. 502. public Throwable fillInStackTrace() ^-------^ *** Semantic Error: Type "Throwable" was not found. 544. stackTrace = new StackTraceElement[(stackTraceList == null) ? 0 : stackTraceList.length]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 573. StackTraceElement[] st = new StackTraceElement[i]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 573. StackTraceElement[] st = new StackTraceElement[i]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 579. throw new NullPointerException("Element " + i + " null"); ^------------------^ *** Semantic Error: Type "java.lang.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 3 semantic errors compiling "../org/omg/CORBA/UserException.java": 43. import org.omg.CORBA.portable.IDLEntity; ^-------^ *** Semantic Error: Type "org.omg.CORBA.portable.IDLEntity" was not found. 51. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 51. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" 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 "../org/omg/CORBA/SystemException.java": 50. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 1 semantic error compiling "../org/omg/CORBA/UNKNOWN.java": 49. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 5 semantic errors compiling "../gnu/CORBA/interfaces/SocketFactory.java": 65. final String PROPERTY = "gnu.CORBA.SocketFactory"; ^----------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 78. ServerSocket createServerSocket(int port) ^----------^ *** Semantic Error: Type "ServerSocket" was not found. 79. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 92. Socket createClientSocket(String host, int port) ^----^ *** Semantic Error: Type "Socket" was not found. 93. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 5 semantic errors compiling "../gnu/CORBA/Poa/gnuForwardRequest.java": 65. public ObjectImpl forward_reference; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 83. public gnuForwardRequest(org.omg.CORBA.Object a_forward_reference) ^------------------^ *** Semantic Error: Type "Object" was not found. 85. if (a_forward_reference instanceof ObjectImpl) ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 86. this.forward_reference = (ObjectImpl) a_forward_reference; ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 88. throw new BAD_PARAM("ObjectImpl expected"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. Found 2 semantic errors compiling "../java/io/OutputStream.java": 86. write (b, 0, b.length); ^----^ *** Semantic Error: The field "length" in type "byte[]" has public access and is not accessible here. 108. throw new ArrayIndexOutOfBoundsException (); ^----------------------------^ *** Semantic Error: Type "java.lang.ArrayIndexOutOfBoundsException" was not found. Found 10 semantic errors compiling "../java/io/FileOutputStream.java": 61. private FileChannelImpl ch; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 85. this (new File(path), append); ^--^ *** Semantic Error: Type "File" was not found. 154. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 186. throw new SecurityException("Invalid FileDescriptor"); ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 188. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 193. ch = (FileChannelImpl) fdObj.channel; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 196. FileOutputStream(FileChannelImpl ch) ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 220. fd = new FileDescriptor (ch); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 267. throw new ArrayIndexOutOfBoundsException (); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 290. public synchronized FileChannel getChannel() ^---------^ *** Semantic Error: Type "FileChannel" was not found. Found 29 semantic errors compiling "../org/omg/CosNaming/NamingContextOperations.java": 58. extends IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 69. void bind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 70. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^------^ *** Semantic Error: Type "NotFound" was not found. 70. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 70. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 70. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 82. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^------^ *** Semantic Error: Type "NotFound" was not found. 82. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 82. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 82. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 96. throws NotFound, AlreadyBound, CannotProceed, ^------^ *** Semantic Error: Type "NotFound" was not found. 96. throws NotFound, AlreadyBound, CannotProceed, ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 96. throws NotFound, AlreadyBound, CannotProceed, ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 97. InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 104. throws NotEmpty; ^------^ *** Semantic Error: Type "NotEmpty" was not found. 135. void rebind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 136. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 136. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 136. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 149. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 149. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 149. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 164. org.omg.CORBA.Object resolve(NameComponent[] a_name) ^------------------^ *** Semantic Error: Type "Object" was not found. 165. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 165. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 165. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 175. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 175. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 175. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. Found 9 semantic errors compiling "../org/omg/CosNaming/NamingContextExtOperations.java": 41. import org.omg.CosNaming.NamingContextExtPackage.InvalidAddress; ^------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextExtPackage.InvalidAddress" was not found. 65. org.omg.CORBA.Object resolve_str(String a_name_string) ^------------------^ *** Semantic Error: Type "Object" was not found. 66. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 66. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 66. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 80. throws InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 93. throws InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 96. throws InvalidAddress, InvalidName; ^------------^ *** Semantic Error: Type "InvalidAddress" was not found. 96. throws InvalidAddress, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. Found 39 semantic errors compiling "../org/omg/CosNaming/NamingContext.java": 42. import org.omg.CosNaming.NamingContextPackage.AlreadyBound; ^----------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.AlreadyBound" was not found. 43. import org.omg.CosNaming.NamingContextPackage.CannotProceed; ^-----------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.CannotProceed" was not found. 44. import org.omg.CosNaming.NamingContextPackage.InvalidName; ^---------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.InvalidName" was not found. 45. import org.omg.CosNaming.NamingContextPackage.NotEmpty; ^------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.NotEmpty" was not found. 46. import org.omg.CosNaming.NamingContextPackage.NotFound; ^------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.NotFound" was not found. 59. extends NamingContextOperations, org.omg.CORBA.Object, IDLEntity ^------------------^ *** Semantic Error: Type "Object" was not found. 59. extends NamingContextOperations, org.omg.CORBA.Object, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 72. void bind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 73. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^------^ *** Semantic Error: Type "NotFound" was not found. 73. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 73. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 73. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 86. void bind_context(NameComponent[] a_name, NamingContext a_context) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 87. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^------^ *** Semantic Error: Type "NotFound" was not found. 87. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 87. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 87. throws NotFound, CannotProceed, InvalidName, AlreadyBound; ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 102. NamingContext bind_new_context(NameComponent[] a_name) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 103. throws NotFound, AlreadyBound, CannotProceed, ^------^ *** Semantic Error: Type "NotFound" was not found. 103. throws NotFound, AlreadyBound, CannotProceed, ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 103. throws NotFound, AlreadyBound, CannotProceed, ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 104. InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 113. throws NotEmpty; ^------^ *** Semantic Error: Type "NotEmpty" was not found. 136. NamingContext new_context(); ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 150. void rebind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 151. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 151. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 151. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 165. void rebind_context(NameComponent[] a_name, NamingContext a_context) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 166. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 166. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 166. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 183. org.omg.CORBA.Object resolve(NameComponent[] a_name) ^------------------^ *** Semantic Error: Type "Object" was not found. 184. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 184. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 184. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. 196. throws NotFound, CannotProceed, InvalidName; ^------^ *** Semantic Error: Type "NotFound" was not found. 196. throws NotFound, CannotProceed, InvalidName; ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 196. throws NotFound, CannotProceed, InvalidName; ^---------^ *** Semantic Error: Type "InvalidName" was not found. Found 1 semantic error compiling "../org/omg/CosNaming/NamingContextExt.java": 53. extends NamingContextExtOperations, NamingContext, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 18 semantic errors compiling "../gnu/CORBA/NamingService/NamingServiceTransient.java": 44. import org.omg.CosNaming.NamingContextExt; ^--------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextExt" was not found. 46. import java.io.FileOutputStream; ^--------------^ *** Semantic Error: Type "java.io.FileOutputStream" was not found. 81. catch (UnsupportedEncodingException ex) ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 83. throw new InternalError("UTF-8 unsupported"); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 101. String iorf = null; ^----^ *** Semantic Error: Type "String" was not found. 105. final OrbFunctional orb = new OrbFunctional(); ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 105. final OrbFunctional orb = new OrbFunctional(); ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 120. NamingContextExt namer = new Ext(new TransientContext()); ^--------------^ *** Semantic Error: Type "NamingContextExt" was not found. 120. NamingContextExt namer = new Ext(new TransientContext()); ^-^ *** Semantic Error: Type "Ext" was not found. 120. NamingContextExt namer = new Ext(new TransientContext()); ^--------------^ *** Semantic Error: Type "TransientContext" was not found. 126. String ior = orb.object_to_string(namer); ^----^ *** Semantic Error: Type "String" was not found. 127. IOR iorr = IOR.parse(ior); ^-^ *** Semantic Error: Type "IOR" was not found. 130. FileOutputStream f = new FileOutputStream(iorf); ^--------------^ *** Semantic Error: Type "FileOutputStream" was not found. 130. FileOutputStream f = new FileOutputStream(iorf); ^--------------^ *** Semantic Error: Type "FileOutputStream" was not found. 131. PrintStream p = new PrintStream(f); ^---------^ *** Semantic Error: Type "PrintStream" was not found. 131. PrintStream p = new PrintStream(f); ^---------^ *** Semantic Error: Type "PrintStream" was not found. 145. new Thread() ^----^ *** Semantic Error: Type "Thread" was not found. 154. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. Found 10 semantic errors compiling "../java/net/URLDecoder.java": 88. return decode(s, "UTF-8"); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "decode(String, java.lang.String)" was found in type "URLDecoder". Perhaps you wanted the overloaded version "String decode(String s, String encoding) throws ??;" instead? 90. catch (UnsupportedEncodingException uee) ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 120. throws UnsupportedEncodingException ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 123. String str = s.replace('+', ' '); ^----^ *** Semantic Error: Type "String" was not found. 130. StringBuffer result = new StringBuffer(length); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 130. StringBuffer result = new StringBuffer(length); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 150. String sub = str.substring(start + 1, start + 3); ^----^ *** Semantic Error: Type "String" was not found. 156. catch (NumberFormatException nfe) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 162. result.append(new String(bytes, 0, index, encoding)); ^----^ *** Semantic Error: Type "String" was not found. <------------------------ 175. if (start < str.length()) . . . 178. return result.toString(); ----------------------------> *** Semantic Error: These statements are unreachable. Found 20 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java": <---- 63. private static String _id = 64. "IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"; -----------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 69. private static TypeCode typeCode = null; ^------^ *** Semantic Error: Type "TypeCode" was not found. 74. public static NotFound extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 78. return ((NotFoundHolder) a.extract_Streamable()).value; ^------------^ *** Semantic Error: Type "NotFoundHolder" was not found. 80. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 82. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 82. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 100. public static void insert(Any a, NotFound that) ^-^ *** Semantic Error: Type "Any" was not found. 102. a.insert_Streamable(new NotFoundHolder(that)); ^------------^ *** Semantic Error: Type "NotFoundHolder" was not found. 108. public static NotFound read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 110. NotFound value = new NotFound(); ^------^ *** Semantic Error: Type "NotFound" was not found. 110. NotFound value = new NotFound(); ^------^ *** Semantic Error: Type "NotFound" was not found. 122. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 126. ORB orb = ORB.init(); ^-^ *** Semantic Error: Type "ORB" was not found. 128. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 128. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 129. TypeCode member = null; ^------^ *** Semantic Error: Type "TypeCode" was not found. 131. members [ 0 ] = new StructMember("why", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 135. members [ 1 ] = new StructMember("rest_of_name", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 144. public static void write(OutputStream ostream, NotFound value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 15 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java": <---- 61. private static String _id = 62. "IDL:omg.org/CosNaming/NamingContext/NotEmpty:1.0"; -----------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 67. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 72. public static NotEmpty extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 76. return ((NotEmptyHolder) a.extract_Streamable()).value; ^------------^ *** Semantic Error: Type "NotEmptyHolder" was not found. 78. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 98. public static void insert(Any a, NotEmpty that) ^-^ *** Semantic Error: Type "Any" was not found. 100. a.insert_Streamable(new NotEmptyHolder(that)); ^------------^ *** Semantic Error: Type "NotEmptyHolder" was not found. 106. public static NotEmpty read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 108. NotEmpty value = new NotEmpty(); ^------^ *** Semantic Error: Type "NotEmpty" was not found. 108. NotEmpty value = new NotEmpty(); ^------^ *** Semantic Error: Type "NotEmpty" was not found. 118. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 122. ORB.init().create_struct_tc(id(), "NotEmpty", new StructMember[ 0 ]); ^----------^ *** Semantic Error: Type "StructMember" was not found. 129. public static void write(OutputStream ostream, NotEmpty value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 15 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java": <---- 61. private static String _id = 62. "IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"; --------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 67. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 72. public static InvalidName extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 76. return ((InvalidNameHolder) a.extract_Streamable()).value; ^---------------^ *** Semantic Error: Type "InvalidNameHolder" was not found. 78. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 98. public static void insert(Any a, InvalidName that) ^-^ *** Semantic Error: Type "Any" was not found. 100. a.insert_Streamable(new InvalidNameHolder(that)); ^---------------^ *** Semantic Error: Type "InvalidNameHolder" was not found. 106. public static InvalidName read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 108. InvalidName value = new InvalidName(); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 108. InvalidName value = new InvalidName(); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 118. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 125. new StructMember[ 0 ] ^----------^ *** Semantic Error: Type "StructMember" was not found. 134. public static void write(OutputStream ostream, InvalidName value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 32 semantic errors compiling "../org/omg/CosNaming/NamingContextHelper.java": 63. private static String _id = "IDL:omg.org/CosNaming/NamingContext:1.0"; ^---------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 68. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 73. public static NamingContext extract(Any a) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 73. public static NamingContext extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 77. return ((NamingContextHolder) a.extract_Streamable()).value; ^-----------------^ *** Semantic Error: Type "NamingContextHolder" was not found. 79. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 81. BAD_OPERATION bad = new BAD_OPERATION("Naming context expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 81. BAD_OPERATION bad = new BAD_OPERATION("Naming context expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 99. public static void insert(Any a, NamingContext that) ^-^ *** Semantic Error: Type "Any" was not found. 99. public static void insert(Any a, NamingContext that) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 101. a.insert_Streamable(new NamingContextHolder(that)); ^-----------------^ *** Semantic Error: Type "NamingContextHolder" was not found. 120. public static NamingContext narrow(org.omg.CORBA.Object obj) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 120. public static NamingContext narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 124. else if (obj instanceof NamingContext) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 125. return (NamingContext) obj; ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 128. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 128. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 129. return new _NamingContextStub(delegate); ^----------------^ *** Semantic Error: Type "_NamingContextStub" was not found. 134. throw new BAD_PARAM(); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 152. public static NamingContext unchecked_narrow(org.omg.CORBA.Object obj) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 152. public static NamingContext unchecked_narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 156. else if (obj instanceof NamingContext) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 157. return (NamingContext) obj; ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 161. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 161. Delegate delegate = ((ObjectImpl) obj)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 162. return new _NamingContextStub(delegate); ^----------------^ *** Semantic Error: Type "_NamingContextStub" was not found. 169. public static NamingContext read(InputStream istream) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 169. public static NamingContext read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 171. return narrow(istream.read_Object(_NamingContextStub.class)); ^----------------^ *** Semantic Error: Type "_NamingContextStub" was not found. 177. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 187. public static void write(OutputStream ostream, NamingContext value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 187. public static void write(OutputStream ostream, NamingContext value) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. Found 15 semantic errors compiling "../org/omg/CosNaming/NameHelper.java": 62. private static String _id = "IDL:omg.org/CosNaming/Name:1.0"; ^------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 67. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 72. public static NameComponent[] extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 76. return ((NameHolder) a.extract_Streamable()).value; ^--------^ *** Semantic Error: Type "NameHolder" was not found. 78. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION("Name expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION("Name expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 98. public static void insert(Any a, NameComponent[] that) ^-^ *** Semantic Error: Type "Any" was not found. 100. a.insert_Streamable(new NameHolder(that)); ^--------^ *** Semantic Error: Type "NameHolder" was not found. 106. public static NameComponent[] read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 108. NameComponent[] value = null; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 110. value = new NameComponent[ l ]; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 113. return value; ^-----------^ *** Semantic Error: This statement is unreachable. 119. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 134. public static void write(OutputStream ostream, NameComponent[] value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 20 semantic errors compiling "../org/omg/CosNaming/NameComponentHelper.java": 61. private static String _id = "IDL:omg.org/CosNaming/NameComponent:1.0"; ^---------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 66. private static TypeCode typeCode = null; ^------^ *** Semantic Error: Type "TypeCode" was not found. 71. public static NameComponent extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 75. return ((NameComponentHolder) a.extract_Streamable()).value; ^-----------------^ *** Semantic Error: Type "NameComponentHolder" was not found. 77. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 79. BAD_OPERATION bad = new BAD_OPERATION("Name component expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 79. BAD_OPERATION bad = new BAD_OPERATION("Name component expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 98. public static void insert(Any a, NameComponent that) ^-^ *** Semantic Error: Type "Any" was not found. 100. a.insert_Streamable(new NameComponentHolder(that)); ^-----------------^ *** Semantic Error: Type "NameComponentHolder" was not found. 106. public static NameComponent read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 108. NameComponent value = new NameComponent(); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 108. NameComponent value = new NameComponent(); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 117. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 121. ORB orb = ORB.init(); ^-^ *** Semantic Error: Type "ORB" was not found. 123. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 123. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 124. TypeCode member; ^------^ *** Semantic Error: Type "TypeCode" was not found. 126. members [ 0 ] = new StructMember("id", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 128. members [ 1 ] = new StructMember("kind", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 140. public static void write(OutputStream ostream, NameComponent value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 23 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java": 50. import org.omg.CosNaming.NameComponentHelper; ^-----------------^ *** Semantic Error: Type "org.omg.CosNaming.NameComponentHelper" was not found. 51. import org.omg.CosNaming.NameHelper; ^--------^ *** Semantic Error: Type "org.omg.CosNaming.NameHelper" was not found. 52. import org.omg.CosNaming.NamingContextHelper; ^-----------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextHelper" was not found. <---- 64. private static String _id = 65. "IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"; ----------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 70. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 75. public static CannotProceed extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 79. return ((CannotProceedHolder) a.extract_Streamable()).value; ^-----------------^ *** Semantic Error: Type "CannotProceedHolder" was not found. 81. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 83. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 83. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 101. public static void insert(Any a, CannotProceed that) ^-^ *** Semantic Error: Type "Any" was not found. 103. a.insert_Streamable(new CannotProceedHolder(that)); ^-----------------^ *** Semantic Error: Type "CannotProceedHolder" was not found. 109. public static CannotProceed read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 111. CannotProceed value = new CannotProceed(); ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 111. CannotProceed value = new CannotProceed(); ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 123. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 127. ORB orb = ORB.init(); ^-^ *** Semantic Error: Type "ORB" was not found. 129. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 129. StructMember[] members = new StructMember[ 2 ]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 130. TypeCode member; ^------^ *** Semantic Error: Type "TypeCode" was not found. 132. members [ 0 ] = new StructMember("cxt", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 136. members [ 1 ] = new StructMember("rest_of_name", member, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 145. public static void write(OutputStream ostream, CannotProceed value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 15 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java": <---- 61. private static String _id = 62. "IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"; ---------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 67. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 72. public static AlreadyBound extract(Any a) ^-^ *** Semantic Error: Type "Any" was not found. 76. return ((AlreadyBoundHolder) a.extract_Streamable()).value; ^----------------^ *** Semantic Error: Type "AlreadyBoundHolder" was not found. 78. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 80. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 98. public static void insert(Any a, AlreadyBound that) ^-^ *** Semantic Error: Type "Any" was not found. 100. a.insert_Streamable(new AlreadyBoundHolder(that)); ^----------------^ *** Semantic Error: Type "AlreadyBoundHolder" was not found. 106. public static AlreadyBound read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 108. AlreadyBound value = new AlreadyBound(); ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 108. AlreadyBound value = new AlreadyBound(); ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 118. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 122. ORB.init().create_struct_tc(id(), "AlreadyBound", new StructMember[ 0 ]); ^----------^ *** Semantic Error: Type "StructMember" was not found. 129. public static void write(OutputStream ostream, AlreadyBound value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 12 semantic errors compiling "../org/omg/CORBA/ObjectHelper.java": 59. public static org.omg.CORBA.Object extract(Any a) ^------------------^ *** Semantic Error: Type "Object" was not found. 63. return ((ObjectHolder) a.extract_Streamable()).value; ^----------^ *** Semantic Error: Type "ObjectHolder" was not found. 65. catch (ClassCastException ex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 67. BAD_OPERATION bad = new BAD_OPERATION("CORBA object expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 67. BAD_OPERATION bad = new BAD_OPERATION("CORBA object expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 79. return ""; ^^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 85. public static void insert(Any a, org.omg.CORBA.Object object) ^------------------^ *** Semantic Error: Type "Object" was not found. 87. a.insert_Streamable(new ObjectHolder(object)); ^----------^ *** Semantic Error: Type "ObjectHolder" was not found. 93. public static org.omg.CORBA.Object read(InputStream istream) ^------------------^ *** Semantic Error: Type "Object" was not found. 93. public static org.omg.CORBA.Object read(InputStream istream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 111. public static void write(OutputStream ostream, org.omg.CORBA.Object value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 111. public static void write(OutputStream ostream, org.omg.CORBA.Object value) ^------------------^ *** Semantic Error: Type "Object" was not found. Found 153 semantic errors compiling "../org/omg/CosNaming/_NamingContextStub.java": 43. import org.omg.CORBA.ObjectHelper; ^----------^ *** Semantic Error: Type "org.omg.CORBA.ObjectHelper" was not found. 51. import org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper; ^----------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper" was not found. 53. import org.omg.CosNaming.NamingContextPackage.CannotProceedHelper; ^-----------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.CannotProceedHelper" was not found. 55. import org.omg.CosNaming.NamingContextPackage.InvalidNameHelper; ^---------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.InvalidNameHelper" was not found. 57. import org.omg.CosNaming.NamingContextPackage.NotEmptyHelper; ^------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.NotEmptyHelper" was not found. 59. import org.omg.CosNaming.NamingContextPackage.NotFoundHelper; ^------------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContextPackage.NotFoundHelper" was not found. 69. extends ObjectImpl ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 88. public _NamingContextStub(Delegate delegate) ^------^ *** Semantic Error: Type "Delegate" was not found. 91. _set_delegate(delegate); ^---------------------^ *** Semantic Error: No accessible method with signature "_set_delegate(??)" was found in type "_NamingContextStub". 99. return new String[] { NamingContextHelper.id() }; ^----^ *** Semantic Error: Type "String" was not found. 99. return new String[] { NamingContextHelper.id() }; ^--------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 103. public void bind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 104. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^------^ *** Semantic Error: Type "NotFound" was not found. 104. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 104. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^---------^ *** Semantic Error: Type "InvalidName" was not found. 104. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 106. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 109. OutputStream out = _request("bind", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 109. OutputStream out = _request("bind", true); ^--------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 112. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 114. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 118. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 119. throw5(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw5(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw5(?? in, String id) throws ??, ??, ??, ??, ??;" instead? 121. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 123. bind(a_name, an_object); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "bind(NameComponent[], ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void bind(NameComponent[] a_name, ?? an_object) throws ??, ??, ??, ??;" instead? 127. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 132. public void bind_context(NameComponent[] a_name, NamingContext a_context) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 133. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^------^ *** Semantic Error: Type "NotFound" was not found. 133. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 133. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^---------^ *** Semantic Error: Type "InvalidName" was not found. 133. throws NotFound, CannotProceed, InvalidName, AlreadyBound ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 135. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 138. OutputStream out = _request("bind_context", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 138. OutputStream out = _request("bind_context", true); ^----------------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 141. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 143. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 147. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 148. throw5(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw5(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw5(?? in, String id) throws ??, ??, ??, ??, ??;" instead? 150. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 152. bind_context(a_name, a_context); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "bind_context(NameComponent[], ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void bind_context(NameComponent[] a_name, ?? a_context) throws ??, ??, ??, ??;" instead? 156. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 161. public NamingContext bind_new_context(NameComponent[] a_name) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 162. throws NotFound, AlreadyBound, CannotProceed, ^------^ *** Semantic Error: Type "NotFound" was not found. 162. throws NotFound, AlreadyBound, CannotProceed, ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 162. throws NotFound, AlreadyBound, CannotProceed, ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 163. InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 165. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 168. OutputStream out = _request("bind_new_context", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 168. OutputStream out = _request("bind_new_context", true); ^--------------------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 170. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 172. NamingContext __result = NamingContextHelper.read(in); ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 175. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 179. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 180. throw5(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw5(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw5(?? in, String id) throws ??, ??, ??, ??, ??;" instead? 181. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 183. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 189. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 195. throws NotEmpty ^------^ *** Semantic Error: Type "NotEmpty" was not found. 197. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 200. OutputStream out = _request("destroy", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 200. OutputStream out = _request("destroy", true); ^-----------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 201. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 203. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 207. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 211. throw new MARSHAL(id); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 213. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 219. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 228. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 231. OutputStream out = _request("list", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 231. OutputStream out = _request("list", true); ^--------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 233. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 237. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 240. throw new MARSHAL(ex.getId()); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 242. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 248. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 253. public NamingContext new_context() ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 255. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 258. OutputStream out = _request("new_context", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 258. OutputStream out = _request("new_context", true); ^---------------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 259. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 261. NamingContext __result = NamingContextHelper.read(in); ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 264. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 267. throw new MARSHAL(ex.getId()); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 269. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 275. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 280. public void rebind(NameComponent[] a_name, org.omg.CORBA.Object an_object) ^------------------^ *** Semantic Error: Type "Object" was not found. 281. throws NotFound, CannotProceed, InvalidName ^------^ *** Semantic Error: Type "NotFound" was not found. 281. throws NotFound, CannotProceed, InvalidName ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 281. throws NotFound, CannotProceed, InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 283. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 286. OutputStream out = _request("rebind", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 286. OutputStream out = _request("rebind", true); ^----------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 289. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 291. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 295. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 296. throw4(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw4(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw4(?? in, String id) throws ??, ??, ??, ??;" instead? 298. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 300. rebind(a_name, an_object); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "rebind(NameComponent[], ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void rebind(NameComponent[] a_name, ?? an_object) throws ??, ??, ??;" instead? 304. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 309. public void rebind_context(NameComponent[] a_name, NamingContext a_context) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 310. throws NotFound, CannotProceed, InvalidName ^------^ *** Semantic Error: Type "NotFound" was not found. 310. throws NotFound, CannotProceed, InvalidName ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 310. throws NotFound, CannotProceed, InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 312. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 315. OutputStream out = _request("rebind_context", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 315. OutputStream out = _request("rebind_context", true); ^------------------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 318. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 320. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 324. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 325. throw4(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw4(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw4(?? in, String id) throws ??, ??, ??, ??;" instead? 327. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 329. rebind_context(a_name, a_context); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "rebind_context(NameComponent[], ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void rebind_context(NameComponent[] a_name, ?? a_context) throws ??, ??, ??;" instead? 333. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 338. public org.omg.CORBA.Object resolve(NameComponent[] a_name) ^------------------^ *** Semantic Error: Type "Object" was not found. 339. throws NotFound, CannotProceed, InvalidName ^------^ *** Semantic Error: Type "NotFound" was not found. 339. throws NotFound, CannotProceed, InvalidName ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 339. throws NotFound, CannotProceed, InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 341. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 344. OutputStream out = _request("resolve", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 344. OutputStream out = _request("resolve", true); ^-----------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 346. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 348. org.omg.CORBA.Object __result = ObjectHelper.read(in); ^------------------^ *** Semantic Error: Type "Object" was not found. 351. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 355. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 356. throw4(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw4(??, ??)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw4(?? in, String id) throws ??, ??, ??, ??;" instead? 357. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 359. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 365. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 371. throws NotFound, CannotProceed, InvalidName ^------^ *** Semantic Error: Type "NotFound" was not found. 371. throws NotFound, CannotProceed, InvalidName ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 371. throws NotFound, CannotProceed, InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 373. InputStream in = null; ^---------^ *** Semantic Error: Type "InputStream" was not found. 376. OutputStream out = _request("unbind", true); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 376. OutputStream out = _request("unbind", true); ^----------------------^ *** Semantic Error: No accessible method with signature "_request(java.lang.String, boolean)" was found in type "_NamingContextStub". 378. in = _invoke(out); ^----------^ *** Semantic Error: No accessible method with signature "_invoke(??)" was found in type "_NamingContextStub". 380. catch (ApplicationException ex) ^------------------^ *** Semantic Error: Type "ApplicationException" was not found. 384. String id = ex.getId(); ^----^ *** Semantic Error: Type "String" was not found. 392. throw new MARSHAL(id); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 394. catch (RemarshalException remarsh) ^----------------^ *** Semantic Error: Type "RemarshalException" was not found. 400. _releaseReply(in); ^---------------^ *** Semantic Error: No accessible method with signature "_releaseReply(??)" was found in type "_NamingContextStub". 418. protected void throw4(InputStream in, String id) ^---------^ *** Semantic Error: Type "InputStream" was not found. 419. throws MARSHAL, InvalidName, CannotProceed, NotFound ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 419. throws MARSHAL, InvalidName, CannotProceed, NotFound ^---------^ *** Semantic Error: Type "InvalidName" was not found. 419. throws MARSHAL, InvalidName, CannotProceed, NotFound ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 419. throws MARSHAL, InvalidName, CannotProceed, NotFound ^------^ *** Semantic Error: Type "NotFound" was not found. 428. throw new MARSHAL(id); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 446. protected void throw5(InputStream in, String id) ^---------^ *** Semantic Error: Type "InputStream" was not found. 447. throws MARSHAL, AlreadyBound, InvalidName, CannotProceed, ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 447. throws MARSHAL, AlreadyBound, InvalidName, CannotProceed, ^----------^ *** Semantic Error: Type "AlreadyBound" was not found. 447. throws MARSHAL, AlreadyBound, InvalidName, CannotProceed, ^---------^ *** Semantic Error: Type "InvalidName" was not found. 447. throws MARSHAL, AlreadyBound, InvalidName, CannotProceed, ^-----------^ *** Semantic Error: Type "CannotProceed" was not found. 448. NotFound ^------^ *** Semantic Error: Type "NotFound" was not found. 453. throw4(in, id); ^------------^ *** Semantic Error: No applicable overload for a method with signature "throw4(??, String)" was found in type "_NamingContextStub". Perhaps you wanted the overloaded version "void throw4(?? in, String id) throws ??, ??, ??, ??;" instead? Found 5 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/NotFound.java": 52. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 53. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 69. public NameComponent[] rest_of_name; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 81. public NotFound(NotFoundReason _why, NameComponent[] _rest_of_name) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 94. NameComponent[] _rest_of_name ^-----------^ *** Semantic Error: Type "NameComponent" was not found. Found 2 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/NotEmpty.java": 50. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 51. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 1 semantic error compiling "../java/util/zip/Adler32.java": 152. update(buffer, 0, buffer.length); ^----^ *** Semantic Error: The field "length" in type "byte[]" has public access and is not accessible here. Found 8 semantic errors compiling "../org/omg/CosNaming/NameComponent.java": 43. import java.util.zip.Adler32; ^-----^ *** Semantic Error: Type "java.util.zip.Adler32" was not found. 51. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 90. if (other instanceof NameComponent) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 92. NameComponent n = (NameComponent) other; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 92. NameComponent n = (NameComponent) other; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 118. return id + "." + kind; ^-------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 126. Adler32 adler = new Adler32(); ^-----^ *** Semantic Error: Type "Adler32" was not found. 126. Adler32 adler = new Adler32(); ^-----^ *** Semantic Error: Type "Adler32" was not found. Found 10 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/CannotProceed.java": 43. import org.omg.CosNaming.NameComponent; ^-----------^ *** Semantic Error: Type "org.omg.CosNaming.NameComponent" was not found. 44. import org.omg.CosNaming.NamingContext; ^-----------^ *** Semantic Error: Type "org.omg.CosNaming.NamingContext" was not found. 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 64. public NamingContext cxt; ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 69. public NameComponent[] rest_of_name; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 82. public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 82. public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 94. public CannotProceed(String why, NamingContext _cxt, ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 95. NameComponent[] _rest_of_name ^-----------^ *** Semantic Error: Type "NameComponent" was not found. Found 2 semantic errors compiling "../org/omg/CosNaming/NamingContextPackage/AlreadyBound.java": 52. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 53. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 1 semantic error compiling "../org/omg/CORBA/DATA_CONVERSION.java": 51. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 60 semantic errors compiling "../gnu/CORBA/NamingService/NameTransformer.java": 59. public static final String ESCAPE = "\\"; ^-----------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 72. public NameComponent[] toName(String a_name) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 73. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 75. ArrayList components = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 75. ArrayList components = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 76. StringTokenizer st = new StringTokenizer(a_name, "./\\", true); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 76. StringTokenizer st = new StringTokenizer(a_name, "./\\", true); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 78. String id; ^----^ *** Semantic Error: Type "String" was not found. 79. String kind; ^----^ *** Semantic Error: Type "String" was not found. 80. String next; ^----^ *** Semantic Error: Type "String" was not found. 83. String[] n = new String[ st.countTokens() + 1 ]; ^----^ *** Semantic Error: Type "String" was not found. 83. String[] n = new String[ st.countTokens() + 1 ]; ^----^ *** Semantic Error: Type "String" was not found. <----------------------------- 89. IntHolder p = new IntHolder(); . . . 107. return name; ---------------> *** Semantic Error: These statements are unreachable. 89. IntHolder p = new IntHolder(); ^-------^ *** Semantic Error: Type "IntHolder" was not found. 89. IntHolder p = new IntHolder(); ^-------^ *** Semantic Error: Type "IntHolder" was not found. 91. NameComponent node = readNode(p, n); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 91. NameComponent node = readNode(p, n); ^------------^ *** Semantic Error: No applicable overload for a method with signature "readNode(??, ??)" was found in type "NameTransformer". Perhaps you wanted the overloaded version "?? readNode(?? p, String[] t) throws ??;" instead? 96. node = readNode(p, n); ^------------^ *** Semantic Error: No applicable overload for a method with signature "readNode(??, ??)" was found in type "NameTransformer". Perhaps you wanted the overloaded version "?? readNode(?? p, String[] t) throws ??;" instead? 99. NameComponent[] name = new NameComponent[ components.size() ]; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 99. NameComponent[] name = new NameComponent[ components.size() ]; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 102. name [ i ] = (NameComponent) components.get(i); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 127. public String toString(NameComponent[] a_name) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 128. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 132. StringBuffer b = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 132. StringBuffer b = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 134. NameComponent n; ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 149. return b.toString(); ^------------------^ *** Semantic Error: This statement is unreachable. 165. switch (c) ^ *** Semantic Error: The variable "c" may be accessed here before having been definitely assigned a value. 184. private void assertEndOfNode(IntHolder p, String[] t) ^-------^ *** Semantic Error: Type "IntHolder" was not found. 185. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 189. throw new InvalidName("End of node expected at token " + p.value); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 203. private NameComponent readNode(IntHolder p, String[] t) ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 203. private NameComponent readNode(IntHolder p, String[] t) ^-------^ *** Semantic Error: Type "IntHolder" was not found. 204. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 210. NameComponent n = new NameComponent(); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 210. NameComponent n = new NameComponent(); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 217. n.kind = readPart(p, t); ^------------^ *** Semantic Error: No applicable overload for a method with signature "readPart(??, String[])" was found in type "NameTransformer". Perhaps you wanted the overloaded version "String readPart(?? p, String[] t);" instead? 218. assertEndOfNode(p, t); ^-------------------^ *** Semantic Error: No applicable overload for a method with signature "assertEndOfNode(??, String[])" was found in type "NameTransformer". Perhaps you wanted the overloaded version "void assertEndOfNode(?? p, String[] t) throws ??;" instead? 226. throw new InvalidName("Unexpected '/' token " + p.value); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 230. n.id = readPart(p, t); ^------------^ *** Semantic Error: No applicable overload for a method with signature "readPart(??, String[])" was found in type "NameTransformer". Perhaps you wanted the overloaded version "String readPart(?? p, String[] t);" instead? 239. n.kind = readPart(p, t); ^------------^ *** Semantic Error: No applicable overload for a method with signature "readPart(??, String[])" was found in type "NameTransformer". Perhaps you wanted the overloaded version "String readPart(?? p, String[] t);" instead? 240. assertEndOfNode(p, t); ^-------------------^ *** Semantic Error: No applicable overload for a method with signature "assertEndOfNode(??, String[])" was found in type "NameTransformer". Perhaps you wanted the overloaded version "void assertEndOfNode(?? p, String[] t) throws ??;" instead? 253. throw new InvalidName("Unexpected '" + t [ p.value ] + ^---------^ *** Semantic Error: Type "InvalidName" was not found. 276. private String readPart(IntHolder p, String[] t) ^-------^ *** Semantic Error: Type "IntHolder" was not found. 278. StringBuffer part = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 278. StringBuffer part = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 295. return part.toString(); ^---------------------^ *** Semantic Error: This statement is unreachable. 300. NameComponent a = new NameComponent("a", "ak"); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 300. NameComponent a = new NameComponent("a", "ak"); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 301. NameComponent b = new NameComponent("b/z", "b.k"); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 301. NameComponent b = new NameComponent("b/z", "b.k"); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 302. NameComponent c = new NameComponent("c", ""); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 302. NameComponent c = new NameComponent("c", ""); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 304. NameTransformer sn = new NameTransformer(); ^-------------^ *** Semantic Error: Type "NameTransformer" was not found. 304. NameTransformer sn = new NameTransformer(); ^-------------^ *** Semantic Error: Type "NameTransformer" was not found. 308. String s = sn.toString(new NameComponent[] { a, b, c }); ^----^ *** Semantic Error: Type "String" was not found. 308. String s = sn.toString(new NameComponent[] { a, b, c }); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 308. String s = sn.toString(new NameComponent[] { a, b, c }); ^---------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 314. NameComponent[] k = sn.toName(s); ^-----------^ *** Semantic Error: Type "NameComponent" was not found. 322. catch (InvalidName ex) ^---------^ *** Semantic Error: Type "InvalidName" was not found. Found 91 semantic errors compiling "../gnu/CORBA/NamingService/NameParser.java": 47. import org.omg.CORBA.DATA_CONVERSION; ^-------------^ *** Semantic Error: Type "org.omg.CORBA.DATA_CONVERSION" was not found. 53. import org.omg.CosNaming.NamingContext; ^-----------^ *** Semantic Error: A candidate for type "NamingContext" was found, but it is invalid and needs to be fixed before this type will successfully compile. 54. import org.omg.CosNaming._NamingContextStub; ^----------------^ *** Semantic Error: Type "org.omg.CosNaming._NamingContextStub" was not found. 57. import java.net.URLDecoder; ^--------^ *** Semantic Error: Type "java.net.URLDecoder" was not found. 80. public static final String pxCORBALOC = "corbaloc"; ^---------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 85. public static final String pxCORBANAME = "corbaname"; ^-----------------------^ *** 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 pxIOR = "ior"; ^-----------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 95. public static final String IIOP = "iiop"; ^-----------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 100. public static final String RIR = "rir"; ^---------^ *** 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 DEFAULT_NAME = "NameService"; ^--------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 115. static NameTransformer converter; ^-------------^ *** Semantic Error: Type "NameTransformer" was not found. 143. public synchronized org.omg.CORBA.Object corbaloc(String corbaloc, ^------------------^ *** Semantic Error: Type "Object" was not found. 144. OrbFunctional orb) ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 145. throws BAD_PARAM ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 150. ArrayList alt_addr = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 150. ArrayList alt_addr = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 157. String host; ^----^ *** Semantic Error: Type "String" was not found. 163. String key; ^----^ *** Semantic Error: Type "String" was not found. 165. StringTokenizer st = new StringTokenizer(corbaloc, ":@/.,#", true); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 165. StringTokenizer st = new StringTokenizer(corbaloc, ":@/.,#", true); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 167. t = new String[st.countTokens()]; ^----^ *** Semantic Error: Type "String" was not found. <----- 174. p = 0; . . . 303. throw new DATA_CONVERSION("Unsupported protocol '" + t[p] + "'"); ----------------------------------------------------------------------> *** Semantic Error: These statements are unreachable. 182. IOR ior = IOR.parse(corbaloc); ^-^ *** Semantic Error: Type "IOR" was not found. 186. throw new DATA_CONVERSION("Unsupported protocol: '" + t[p] + "'"); ^-------------^ *** Semantic Error: Type "DATA_CONVERSION" was not found. 191. throw new BAD_PARAM("Syntax (':' expected after name prefix)"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 198. throw new BAD_PARAM("':' expected after 'rir'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 200. key = readKey("/"); ^----------^ *** Semantic Error: No applicable overload for a method with signature "readKey(java.lang.String)" was found in type "NameParser". Perhaps you wanted the overloaded version "String readKey(String delimiter) throws ??;" instead? 202. Object object; ^----^ *** Semantic Error: Type "Object" was not found. 206. return corbaname ? resolve(object) : object; ^-------------^ *** Semantic Error: No applicable overload for a method with signature "resolve(??)" was found in type "NameParser". Perhaps you wanted the overloaded version "?? resolve(?? object);" instead? 208. catch (InvalidName e) ^---------^ *** Semantic Error: Type "InvalidName" was not found. 210. throw new BAD_PARAM("Unknown initial reference '" + key + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 217. IOR ior = new IOR(); ^-^ *** Semantic Error: Type "IOR" was not found. 217. IOR ior = new IOR(); ^-^ *** Semantic Error: Type "IOR" was not found. 229. throw new BAD_PARAM("':' expected after 'iiop'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 239. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 241. throw new BAD_PARAM("Major version number '" ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 249. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 251. throw new BAD_PARAM("Major version number '" ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 258. ior.Internet.version = new Version(major, minor); ^-----^ *** Semantic Error: Type "Version" was not found. 261. StringBuffer bhost = new StringBuffer(corbaloc.length()); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 261. StringBuffer bhost = new StringBuffer(corbaloc.length()); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 277. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 279. throw new BAD_PARAM("Invalid port '" + t[p - 1] + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 295. key = readKey("/"); ^----------^ *** Semantic Error: No applicable overload for a method with signature "readKey(java.lang.String)" was found in type "NameParser". Perhaps you wanted the overloaded version "String readKey(String delimiter) throws ??;" instead? 298. org.omg.CORBA.Object object = orb.ior_to_object(ior); ^------------------^ *** Semantic Error: Type "Object" was not found. 299. return corbaname ? resolve(object) : object; ^-------------^ *** Semantic Error: No applicable overload for a method with signature "resolve(??)" was found in type "NameParser". Perhaps you wanted the overloaded version "?? resolve(?? object);" instead? 303. throw new DATA_CONVERSION("Unsupported protocol '" + t[p] + "'"); ^-------------^ *** Semantic Error: Type "DATA_CONVERSION" was not found. 306. private org.omg.CORBA.Object resolve(org.omg.CORBA.Object object) ^------------------^ *** Semantic Error: Type "Object" was not found. 306. private org.omg.CORBA.Object resolve(org.omg.CORBA.Object object) ^------------------^ *** Semantic Error: Type "Object" was not found. 308. NamingContext ns; ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 309. String key = "?"; ^----^ *** Semantic Error: Type "String" was not found. 312. if (object instanceof NamingContext) ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 313. ns = (NamingContext) object; ^-----------^ *** Semantic Error: Type "NamingContext" was not found. 316. Delegate delegate = ((ObjectImpl) object)._get_delegate(); ^------^ *** Semantic Error: Type "Delegate" was not found. 316. Delegate delegate = ((ObjectImpl) object)._get_delegate(); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 317. ns = new _NamingContextStub(delegate); ^----------------^ *** Semantic Error: Type "_NamingContextStub" was not found. 320. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 322. BAD_PARAM bad = new BAD_PARAM("The CORBANAME target " + object ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 322. BAD_PARAM bad = new BAD_PARAM("The CORBANAME target " + object ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 330. converter = new NameTransformer(); ^-------------^ *** Semantic Error: Type "NameTransformer" was not found. 334. key = readKey("#"); ^----------^ *** Semantic Error: No applicable overload for a method with signature "readKey(java.lang.String)" was found in type "NameParser". Perhaps you wanted the overloaded version "String readKey(String delimiter) throws ??;" instead? 338. catch (Exception ex) ^-------^ *** Semantic Error: Type "Exception" was not found. 340. BAD_PARAM bad = new BAD_PARAM("Wrong CORBANAME '" + key + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 340. BAD_PARAM bad = new BAD_PARAM("Wrong CORBANAME '" + key + "'"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 348. throws BAD_PARAM ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 356. throw new BAD_PARAM("'" + delimiter + "String' expected '" + t[p] ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 360. StringBuffer bKey = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 360. StringBuffer bKey = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. <---------------------- 366. if (bKey.length() == 0) . . . 376. } ------> *** Semantic Error: These statements are unreachable. 373. catch (UnsupportedEncodingException e) ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 375. throw new Unexpected("URLDecoder does not support UTF-8", e); ^--------^ *** Semantic Error: Type "Unexpected" was not found. 379. static NameParser n = new NameParser(); ^--------^ *** Semantic Error: Type "NameParser" was not found. 379. static NameParser n = new NameParser(); ^--------^ *** Semantic Error: Type "NameParser" was not found. 381. static void corbalocT(String ior, OrbFunctional orb) ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 392. OrbFunctional orb = (OrbFunctional) ORB.init(args, null); ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 392. OrbFunctional orb = (OrbFunctional) ORB.init(args, null); ^-----------^ *** Semantic Error: Type "OrbFunctional" was not found. 393. corbalocT("corbaloc:iiop:1.3@155axyz.com/Prod/aTradingService", orb); ^------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 394. corbalocT("corbaloc:iiop:2.7@255bxyz.com/Prod/bTradingService", orb); ^------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 395. corbalocT("corbaloc:iiop:355cxyz.com/Prod/cTradingService", orb); ^--------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 396. corbalocT("corbaloc:iiop:2.7@255bxyz.com/Prod/bTradingService", orb); ^------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 397. corbalocT("corbaloc:iiop:355cxyz.com:7777/Prod/cTradingService", orb); ^-------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 399. corbalocT("corbaloc::556xyz.com:80/Dev/NameService", orb); ^-------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 400. corbalocT("corbaloc:iiop:1.2@host1:3076/0", orb); ^----------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 402. corbalocT("corbaloc:rir:/NameService", orb); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 403. corbalocT("corbaloc:rir:/", orb); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 404. corbalocT("corbaloc:rir:", orb); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 406. corbalocT("corbaloc:rir:/NameService", orb); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 407. corbalocT("corbaloc:rir:/", orb); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 408. corbalocT("corbaloc:rir:", orb); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 410. corbalocT("corbaloc::555xyz.com,:556xyz.com:80/Dev/NameService", orb); ^-------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "corbalocT(java.lang.String, ??)" was found in type "NameParser". Perhaps you wanted the overloaded version "void corbalocT(String ior, ?? orb);" instead? 412. catch (BAD_PARAM e) ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. Found 3 semantic errors compiling "../gnu/CORBA/GIOP/ContextHandler.java": 55. protected static final ServiceContext[] NO_CONTEXT = new ServiceContext[0]; ^------------^ *** Semantic Error: Type "ServiceContext" was not found. 69. public void addContext(org.omg.IOP.ServiceContext context_to_add, ^------------------------^ *** Semantic Error: Type "ServiceContext" was not found. 71. throws BAD_INV_ORDER ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. Found 6 semantic errors compiling "../gnu/CORBA/GIOP/RequestHeader.java": 53. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 126. StringBuffer b = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 126. StringBuffer b = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 132. return b.toString(); ^------------------^ *** Semantic Error: This statement is unreachable. 140. public abstract void read(AbstractCdrInput in); ^--------------^ *** Semantic Error: Type "AbstractCdrInput" was not found. 152. public abstract void write(AbstractCdrOutput out); ^---------------^ *** Semantic Error: Type "AbstractCdrOutput" was not found. Found 7 semantic errors compiling "../gnu/CORBA/GIOP/ReplyHeader.java": 103. return "ok"; ^--^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 106. return "user exception"; ^--------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 109. return "system exception"; ^----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 112. return "moved"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 124. public abstract void read(AbstractCdrInput in); ^--------------^ *** Semantic Error: Type "AbstractCdrInput" was not found. 133. String status = getStatusString(); ^----^ *** Semantic Error: Type "String" was not found. 144. public abstract void write(AbstractCdrOutput out); ^---------------^ *** Semantic Error: Type "AbstractCdrOutput" was not found. Found 12 semantic errors compiling "../gnu/CORBA/CDR/AbstractDataOutput.java": 61. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 72. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 86. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 93. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 109. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 125. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 135. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 145. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 155. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 165. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 174. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 184. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 15 semantic errors compiling "../gnu/CORBA/CDR/AbstractDataInput.java": 69. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 88. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 109. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 127. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 155. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 179. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 202. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 219. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 249. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 283. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 313. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 332. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 362. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 372. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 391. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/io/FilterOutputStream.java": 63. protected OutputStream out; ^----------^ *** Semantic Error: Type "OutputStream" was not found. 71. public FilterOutputStream(OutputStream out) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 17 semantic errors compiling "../gnu/CORBA/CDR/LittleEndianOutputStream.java": 41. import java.io.FilterOutputStream; ^----------------^ *** Semantic Error: Type "java.io.FilterOutputStream" was not found. 57. extends FilterOutputStream ^----------------^ *** Semantic Error: Type "FilterOutputStream" was not found. 67. public LittleEndianOutputStream(OutputStream out) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 78. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 80. out.flush(); ^-^ *** Semantic Error: No accessible field named "out" was found in type "LittleEndianOutputStream". 92. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 94. out.write(value); ^-^ *** Semantic Error: No accessible field named "out" was found in type "LittleEndianOutputStream". 109. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 111. out.write(buf, offset, len); ^-^ *** Semantic Error: No accessible field named "out" was found in type "LittleEndianOutputStream". 130. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 152. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 166. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 176. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 186. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 198. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 227. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 249. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 4 semantic errors compiling "../java/io/InputStream.java": 163. return read(b, 0, b.length); ^----^ *** Semantic Error: The field "length" in type "byte[]" has public access and is not accessible here. 197. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 210. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 234. throw new IOException("mark/reset not supported"); ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/io/FilterInputStream.java": 76. protected InputStream in; ^---------^ *** Semantic Error: Type "InputStream" was not found. 84. protected FilterInputStream(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. Found 9 semantic errors compiling "../java/io/PushbackInputStream.java": 82. public PushbackInputStream(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. 95. public PushbackInputStream(InputStream in, int size) ^---------^ *** Semantic Error: Type "InputStream" was not found. 99. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 123. catch (NullPointerException npe) ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 125. throw new IOException ("Stream closed"); ^---------^ *** Semantic Error: Type "IOException" was not found. 160. throw new IOException("Mark not supported in this class"); ^---------^ *** Semantic Error: Type "IOException" was not found. 247. throw new IOException("Insufficient space in pushback buffer"); ^---------^ *** Semantic Error: Type "IOException" was not found. 291. throw new IOException("Insufficient space in pushback buffer"); ^---------^ *** Semantic Error: Type "IOException" was not found. 326. int numread = (int) Math.min((long) (buf.length - pos), n); ^--^ *** Semantic Error: Type "java.lang.Math" was not found. Found 46 semantic errors compiling "../gnu/CORBA/CDR/LittleEndianInputStream.java": 46. import java.io.PushbackInputStream; ^-----------------^ *** Semantic Error: Type "java.io.PushbackInputStream" was not found. 57. extends FilterInputStream ^---------------^ *** Semantic Error: Type "FilterInputStream" was not found. 69. public LittleEndianInputStream(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. 88. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 110. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 112. return in.read(b, off, len); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 134. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 136. return convertToBoolean(in.read()); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 155. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 157. return convertToByte(in.read()); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 186. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 214. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 240. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 260. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 285. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 288. throw new IndexOutOfBoundsException("Negative length: " + len); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 293. int numread = in.read(buf, offset, len); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 295. throw new EOFException(); ^----------^ *** Semantic Error: Type "EOFException" was not found. 329. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 362. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 364. StringBuffer strb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 364. StringBuffer strb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 368. int c = in.read(); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 373. int next_c = in.read(); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 376. if (!(in instanceof PushbackInputStream)) ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 376. if (!(in instanceof PushbackInputStream)) ^-----------------^ *** Semantic Error: Type "PushbackInputStream" was not found. 377. in = new PushbackInputStream(in); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 377. in = new PushbackInputStream(in); ^-----------------^ *** Semantic Error: Type "PushbackInputStream" was not found. 377. in = new PushbackInputStream(in); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 378. ((PushbackInputStream) in).unread(next_c); ^-----------------^ *** Semantic Error: Type "PushbackInputStream" was not found. 378. ((PushbackInputStream) in).unread(next_c); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 422. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 456. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 479. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 481. return convertToUnsignedByte(in.read()); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 512. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 535. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 541. return (int) in.skip(n); ^^ *** Semantic Error: No accessible field named "in" was found in type "LittleEndianInputStream". 543. catch (EOFException x) ^----------^ *** Semantic Error: Type "EOFException" was not found. 551. throws EOFException ^----------^ *** Semantic Error: Type "EOFException" was not found. 554. throw new EOFException(); ^----------^ *** Semantic Error: Type "EOFException" was not found. 560. throws EOFException ^----------^ *** Semantic Error: Type "EOFException" was not found. 563. throw new EOFException(); ^----------^ *** Semantic Error: Type "EOFException" was not found. 569. throws EOFException ^----------^ *** Semantic Error: Type "EOFException" was not found. 572. throw new EOFException(); ^----------^ *** Semantic Error: Type "EOFException" was not found. 631. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 5 semantic errors compiling "../java/io/DataOutputStream.java": 72. public DataOutputStream (OutputStream out) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 85. out.flush(); ^-^ *** Semantic Error: The instance field "out" in class "FilterOutputStream" has protected access, but the qualifying expression is not of type "DataOutputStream" or any of its enclosing types. 110. out.write (value); ^-^ *** Semantic Error: The instance field "out" in class "FilterOutputStream" has protected access, but the qualifying expression is not of type "DataOutputStream" or any of its enclosing types. 128. out.write(buf, offset, len); ^-^ *** Semantic Error: The instance field "out" in class "FilterOutputStream" has protected access, but the qualifying expression is not of type "DataOutputStream" or any of its enclosing types. 424. throw new UTFDataFormatException (); ^--------------------^ *** Semantic Error: Type "UTFDataFormatException" was not found. Found 3 semantic errors compiling "../gnu/CORBA/CDR/BigEndianOutputStream.java": 41. import java.io.DataOutputStream; ^--------------^ *** Semantic Error: Type "java.io.DataOutputStream" was not found. 52. extends DataOutputStream ^--------------^ *** Semantic Error: Type "DataOutputStream" was not found. 58. public BigEndianOutputStream(OutputStream out) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 3 semantic errors compiling "../gnu/CORBA/CDR/BigEndianInputStream.java": 41. import java.io.DataInputStream; ^-------------^ *** Semantic Error: Type "java.io.DataInputStream" was not found. 51. extends DataInputStream ^-------------^ *** Semantic Error: Type "DataInputStream" was not found. 57. public BigEndianInputStream(InputStream in) ^---------^ *** Semantic Error: Type "InputStream" was not found. Found 50 semantic errors compiling "../gnu/CORBA/GIOP/MessageHeader.java": 43. import gnu.CORBA.CDR.BigEndianInputStream; ^------------------^ *** Semantic Error: Type "gnu.CORBA.CDR.BigEndianInputStream" was not found. 44. import gnu.CORBA.CDR.BigEndianOutputStream; ^-------------------^ *** Semantic Error: Type "gnu.CORBA.CDR.BigEndianOutputStream" was not found. 45. import gnu.CORBA.CDR.LittleEndianInputStream; ^---------------------^ *** Semantic Error: Type "gnu.CORBA.CDR.LittleEndianInputStream" was not found. 46. import gnu.CORBA.CDR.LittleEndianOutputStream; ^----------------------^ *** Semantic Error: Type "gnu.CORBA.CDR.LittleEndianOutputStream" was not found. 47. import gnu.CORBA.CDR.AbstractDataInput; ^---------------^ *** Semantic Error: Type "gnu.CORBA.CDR.AbstractDataInput" was not found. 48. import gnu.CORBA.CDR.AbstractDataOutput; ^----------------^ *** Semantic Error: Type "gnu.CORBA.CDR.AbstractDataOutput" was not found. 66. implements IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 125. protected static String[] types = new String[] { "Request", "Reply", ^----^ *** Semantic Error: Type "String" was not found. <-------------------- 125. protected static String[] types = new String[] { "Request", "Reply", . . . 127. "Fragment" }; ---------------> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 132. public Version version; ^-----^ *** Semantic Error: Type "Version" was not found. 154. version = new Version(1, 0); ^-----^ *** Semantic Error: Type "Version" was not found. 165. version = new Version(major, minor); ^-----^ *** Semantic Error: Type "Version" was not found. 220. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 222. return "unknown type (" + type + ")"; ^---------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 233. public ReplyHeader create_reply_header() ^---------^ *** Semantic Error: Type "ReplyHeader" was not found. 236. return new gnu.CORBA.GIOP.v1_2.ReplyHeader(); ^---------^ *** Semantic Error: Type "gnu.CORBA.GIOP.v1_2.ReplyHeader" was not found. 238. return new gnu.CORBA.GIOP.v1_0.ReplyHeader(); ^---------^ *** Semantic Error: Type "gnu.CORBA.GIOP.v1_0.ReplyHeader" was not found. 248. public RequestHeader create_request_header() ^-----------^ *** Semantic Error: Type "RequestHeader" was not found. 251. return new gnu.CORBA.GIOP.v1_2.RequestHeader(); ^-----------^ *** Semantic Error: Type "gnu.CORBA.GIOP.v1_2.RequestHeader" was not found. 253. return new gnu.CORBA.GIOP.v1_0.RequestHeader(); ^-----------^ *** Semantic Error: Type "gnu.CORBA.GIOP.v1_0.RequestHeader" was not found. 261. return new gnu.CORBA.GIOP.v1_0.CancelHeader(); ^----------^ *** Semantic Error: Type "gnu.CORBA.GIOP.v1_0.CancelHeader" was not found. 269. return new ErrorMessage(version); ^----------^ *** Semantic Error: Type "ErrorMessage" was not found. 279. public void read(java.io.InputStream istream) ^-----------------^ *** Semantic Error: Type "InputStream" was not found. 280. throws MARSHAL ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 288. MARSHAL m = new MARSHAL("Not a GIOP message"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 288. MARSHAL m = new MARSHAL("Not a GIOP message"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 295. AbstractDataInput din; ^---------------^ *** Semantic Error: Type "AbstractDataInput" was not found. 301. din = new BigEndianInputStream(istream); ^------------------^ *** Semantic Error: Type "BigEndianInputStream" was not found. 303. din = new LittleEndianInputStream(istream); ^---------------------^ *** Semantic Error: Type "LittleEndianInputStream" was not found. 309. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 311. MARSHAL t = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 311. MARSHAL t = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 335. public void write(java.io.OutputStream out) ^------------------^ *** Semantic Error: Type "OutputStream" was not found. 339. AbstractDataOutput dout; ^----------------^ *** Semantic Error: Type "AbstractDataOutput" was not found. 342. dout = new BigEndianOutputStream(out); ^-------------------^ *** Semantic Error: Type "BigEndianOutputStream" was not found. 344. dout = new LittleEndianOutputStream(out); ^----------------------^ *** Semantic Error: Type "LittleEndianOutputStream" was not found. 350. version.write((OutputStream) dout); ^----------^ *** Semantic Error: Type "OutputStream" was not found. 355. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 357. MARSHAL t = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 357. MARSHAL t = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 373. public byte[] readMessage(InputStream source, Socket service, int to_read, ^---------^ *** Semantic Error: Type "InputStream" was not found. 373. public byte[] readMessage(InputStream source, Socket service, int to_read, ^----^ *** Semantic Error: Type "Socket" was not found. <------------------- 388. if (service != null) . . . 436. return r; ------------------> *** Semantic Error: These statements are unreachable. 394. ByteArrayOutputStream buffer = new ByteArrayOutputStream( ^-------------------^ *** Semantic Error: Type "ByteArrayOutputStream" was not found. 394. ByteArrayOutputStream buffer = new ByteArrayOutputStream( ^-------------------^ *** Semantic Error: Type "ByteArrayOutputStream" was not found. 403. MessageHeader h2 = new MessageHeader(); ^-----------^ *** Semantic Error: Type "MessageHeader" was not found. 403. MessageHeader h2 = new MessageHeader(); ^-----------^ *** Semantic Error: Type "MessageHeader" was not found. 438. catch (IOException ioex) ^---------^ *** Semantic Error: Type "IOException" was not found. 440. MARSHAL m = new MARSHAL("Unable to read the message continuation."); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 440. MARSHAL m = new MARSHAL("Unable to read the message continuation."); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. Found 24 semantic errors compiling "../org/omg/IOP/TaggedProfileHelper.java": 67. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 74. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 78. ORB orb = ORB.init(); ^-^ *** Semantic Error: Type "ORB" was not found. 79. StructMember[] members = new StructMember[2]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 79. StructMember[] members = new StructMember[2]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 81. TypeCode field; ^------^ *** Semantic Error: Type "TypeCode" was not found. 86. members[0] = new StructMember("tag", field, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 89. members[1] = new StructMember("profile_data", field, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 102. public static void insert(Any any, TaggedProfile that) ^-^ *** Semantic Error: Type "Any" was not found. 104. any.insert_Streamable(new TaggedProfileHolder(that)); ^-----------------^ *** Semantic Error: Type "TaggedProfileHolder" was not found. 113. public static TaggedProfile extract(Any any) ^-^ *** Semantic Error: Type "Any" was not found. 117. return ((TaggedProfileHolder) any.extract_Streamable()).value; ^-----------------^ *** Semantic Error: Type "TaggedProfileHolder" was not found. 119. catch (ClassCastException cex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 121. BAD_OPERATION bad = new BAD_OPERATION("TaggedProfile expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 121. BAD_OPERATION bad = new BAD_OPERATION("TaggedProfile expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 135. return "IDL:omg.org/IOP/TaggedProfile:1.0"; ^---------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 143. public static TaggedProfile read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 148. if (input instanceof BufferredCdrInput) ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 151. value.profile_data = ((BufferredCdrInput) input).read_sequence(); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 168. public static void write(OutputStream output, TaggedProfile value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 172. if (output instanceof BufferedCdrOutput) ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 180. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 182. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 182. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. Found 2 semantic errors compiling "../org/omg/IOP/TaggedProfile.java": 76. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 76. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 24 semantic errors compiling "../org/omg/IOP/TaggedComponentHelper.java": 65. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 72. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 76. ORB orb = ORB.init(); ^-^ *** Semantic Error: Type "ORB" was not found. 77. StructMember[] members = new StructMember[2]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 77. StructMember[] members = new StructMember[2]; ^----------^ *** Semantic Error: Type "StructMember" was not found. 79. TypeCode field; ^------^ *** Semantic Error: Type "TypeCode" was not found. 84. members[0] = new StructMember("tag", field, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 87. members[1] = new StructMember("component_data", field, null); ^----------^ *** Semantic Error: Type "StructMember" was not found. 100. public static void insert(Any any, TaggedComponent that) ^-^ *** Semantic Error: Type "Any" was not found. 102. any.insert_Streamable(new TaggedComponentHolder(that)); ^-------------------^ *** Semantic Error: Type "TaggedComponentHolder" was not found. 111. public static TaggedComponent extract(Any any) ^-^ *** Semantic Error: Type "Any" was not found. 115. return ((TaggedComponentHolder) any.extract_Streamable()).value; ^-------------------^ *** Semantic Error: Type "TaggedComponentHolder" was not found. 117. catch (ClassCastException cex) ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 119. BAD_OPERATION bad = new BAD_OPERATION("TaggedComponent expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 119. BAD_OPERATION bad = new BAD_OPERATION("TaggedComponent expected"); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 133. return "IDL:omg.org/IOP/TaggedComponent:1.0"; ^-----------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 143. public static TaggedComponent read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 152. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 154. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 154. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 170. public static void write(OutputStream output, TaggedComponent value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 179. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 181. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 181. MARSHAL m = new MARSHAL(); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. Found 9 semantic errors compiling "../org/omg/CORBA/ULongSeqHelper.java": 71. ULongSeqHolder h = (ULongSeqHolder) a.extract_Streamable(); ^------------^ *** Semantic Error: Type "ULongSeqHolder" was not found. 71. ULongSeqHolder h = (ULongSeqHolder) a.extract_Streamable(); ^------------^ *** Semantic Error: Type "ULongSeqHolder" was not found. 85. catch (BadKind ex) ^-----^ *** Semantic Error: Type "BadKind" was not found. 88. throw new Error("Please report this bug.", ex); ^---^ *** Semantic Error: Type "Error" was not found. 103. ULongSeqHolder holder = new ULongSeqHolder(that); ^------------^ *** Semantic Error: Type "ULongSeqHolder" was not found. 103. ULongSeqHolder holder = new ULongSeqHolder(that); ^------------^ *** Semantic Error: Type "ULongSeqHolder" was not found. 113. public static int[] read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 128. return new ArrayTypeCode(TCKind.tk_long); ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 137. public static void write(OutputStream output, int[] value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. Found 54 semantic errors compiling "../gnu/CORBA/typecodes/PrimitiveTypeCode.java": 44. import org.omg.CORBA.Any; ^-^ *** Semantic Error: Type "org.omg.CORBA.Any" was not found. 45. import org.omg.CORBA.NO_IMPLEMENT; ^----------^ *** Semantic Error: Type "org.omg.CORBA.NO_IMPLEMENT" was not found. 49. import org.omg.CORBA.TypeCodePackage.Bounds; ^----^ *** Semantic Error: Type "org.omg.CORBA.TypeCodePackage.Bounds" was not found. 64. extends TypeCode ^------^ *** Semantic Error: Type "TypeCode" was not found. 65. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 65. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 75. protected final TCKind kind; ^----^ *** Semantic Error: Type "TCKind" was not found. <-------------------------------------- 77. public PrimitiveTypeCode(TCKind a_kind) . . . 80. } --> *** Semantic Error: The blank final field "kind" 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. 77. public PrimitiveTypeCode(TCKind a_kind) ^----^ *** Semantic Error: Type "TCKind" was not found. 82. public TypeCode concrete_base_type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 83. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 85. throw new BadKind(); ^-----^ *** Semantic Error: Type "BadKind" was not found. 88. public TypeCode content_type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 89. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 91. throw new BadKind(); ^-----^ *** Semantic Error: Type "BadKind" was not found. 95. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 97. throw new BadKind(); ^-----^ *** Semantic Error: Type "BadKind" was not found. 100. public TypeCode discriminator_type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 101. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 103. throw new BadKind(); ^-----^ *** Semantic Error: Type "BadKind" was not found. 112. public boolean equal(TypeCode other) ^------^ *** Semantic Error: Type "TypeCode" was not found. 117. public boolean equivalent(TypeCode parm1) ^------^ *** Semantic Error: Type "TypeCode" was not found. 119. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 123. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 125. throw new BadKind("fixed_digits"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 129. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 131. throw new BadKind("fixed_scale"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 134. public TypeCode get_compact_typecode() ^------^ *** Semantic Error: Type "TypeCode" was not found. 136. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 140. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 142. throw new BadKind("id"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 149. public TCKind kind() ^----^ *** Semantic Error: Type "TCKind" was not found. 155. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 157. throw new BadKind("length"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 161. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 163. throw new BadKind("member_count"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 166. public Any member_label(int index) ^-^ *** Semantic Error: Type "Any" was not found. 167. throws BadKind, Bounds ^-----^ *** Semantic Error: Type "BadKind" was not found. 167. throws BadKind, Bounds ^----^ *** Semantic Error: Type "Bounds" was not found. 169. throw new BadKind("member_label"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 173. throws BadKind, Bounds ^-----^ *** Semantic Error: Type "BadKind" was not found. 173. throws BadKind, Bounds ^----^ *** Semantic Error: Type "Bounds" was not found. 175. throw new BadKind("member_name"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 178. public TypeCode member_type(int index) ^------^ *** Semantic Error: Type "TypeCode" was not found. 179. throws BadKind, Bounds ^-----^ *** Semantic Error: Type "BadKind" was not found. 179. throws BadKind, Bounds ^----^ *** Semantic Error: Type "Bounds" was not found. 181. throw new BadKind("member_type"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 185. throws BadKind, Bounds ^-----^ *** Semantic Error: Type "BadKind" was not found. 185. throws BadKind, Bounds ^----^ *** Semantic Error: Type "Bounds" was not found. 187. throw new BadKind("member_visibility"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 191. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 193. throw new BadKind("name"); ^-----^ *** Semantic Error: Type "BadKind" was not found. 197. throws BadKind ^-----^ *** Semantic Error: Type "BadKind" was not found. 199. throw new BadKind("type_modifier"); ^-----^ *** Semantic Error: Type "BadKind" was not found. Found 1 semantic error compiling "../gnu/CORBA/typecodes/RecursiveTypeCode.java": 80. throws org.omg.CORBA.TypeCodePackage.BadKind ^-----------------------------------^ *** Semantic Error: Type "BadKind" was not found. Found 32 semantic errors compiling "../gnu/CORBA/gnuContext.java": 48. import org.omg.CORBA.CTX_RESTRICT_SCOPE; ^----------------^ *** Semantic Error: Type "org.omg.CORBA.CTX_RESTRICT_SCOPE" was not found. 57. extends Context ^-----^ *** Semantic Error: Type "Context" was not found. 62. Context parent; ^-----^ *** Semantic Error: Type "Context" was not found. 67. Map properties = new Hashtable(); ^-^ *** Semantic Error: Type "Map" was not found. 67. Map properties = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 80. public gnuContext(String a_name, Context a_parent) ^-----^ *** Semantic Error: Type "Context" was not found. 93. public Context create_child(String child) ^-----^ *** Semantic Error: Type "Context" was not found. 95. return new gnuContext(child, this); ^--------^ *** Semantic Error: Type "gnuContext" was not found. 108. Set keys = properties.keySet(); ^-^ *** Semantic Error: Type "Set" was not found. 110. Iterator iter = keys.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 113. String key = (String) iter.next(); ^----^ *** Semantic Error: Type "String" was not found. 113. String key = (String) iter.next(); ^----^ *** Semantic Error: Type "String" was not found. 122. public NVList get_values(String start_scope, int flags, String pattern) ^----^ *** Semantic Error: Type "NVList" was not found. 126. Context c = this; ^-----^ *** Semantic Error: Type "Context" was not found. <------------- 129. if (c == null) 130. return new gnuNVList(); --------------------------------> *** Semantic Error: This statement is unreachable. 130. return new gnuNVList(); ^-------^ *** Semantic Error: Type "gnuNVList" was not found. 135. gnuNVList rt = new gnuNVList(); ^-------^ *** Semantic Error: Type "gnuNVList" was not found. 135. gnuNVList rt = new gnuNVList(); ^-------^ *** Semantic Error: Type "gnuNVList" was not found. 144. Set keys = properties.keySet(); ^-^ *** Semantic Error: Type "Set" was not found. 146. Iterator iter = keys.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 149. String key = (String) iter.next(); ^----^ *** Semantic Error: Type "String" was not found. 149. String key = (String) iter.next(); ^----^ *** Semantic Error: Type "String" was not found. 154. rt.add_value(key, (Any) properties.get(key), 0); ^-^ *** Semantic Error: Type "Any" was not found. <------------------------------------------------------------- 158. if ((flags & CTX_RESTRICT_SCOPE.value) == 0 && parent != null) . . . 167. return rt; -----------------> *** Semantic Error: These statements are unreachable. 160. NVList par = parent.get_values(start_scope, flags, pattern); ^----^ *** Semantic Error: Type "NVList" was not found. 169. catch (Bounds ex) ^----^ *** Semantic Error: Type "Bounds" was not found. 171. throw new Error("Report this bug."); ^---^ *** Semantic Error: Type "Error" was not found. 176. public Context parent() ^-----^ *** Semantic Error: Type "Context" was not found. 182. public void set_one_value(String name, Any value) ^-^ *** Semantic Error: Type "Any" was not found. 188. public void set_values(NVList values) ^----^ *** Semantic Error: Type "NVList" was not found. 197. catch (Bounds ex) ^----^ *** Semantic Error: Type "Bounds" was not found. 199. throw new Error("Please report this bug."); ^---^ *** Semantic Error: Type "Error" was not found. Found 2 semantic errors compiling "../org/omg/CORBA/portable/ValueFactory.java": 61. Serializable read_value(org.omg.CORBA_2_3.portable.InputStream from_stream); ^----------^ *** Semantic Error: Type "Serializable" was not found. 61. Serializable read_value(org.omg.CORBA_2_3.portable.InputStream from_stream); ^------------------------------------^ *** Semantic Error: Type "InputStream" was not found. Found 2 semantic errors compiling "../org/omg/CORBA/Environment.java": 62. public abstract Exception exception(); ^-------^ *** Semantic Error: Type "java.lang.Exception" was not found. 69. public abstract void exception(Exception except); ^-------^ *** Semantic Error: Type "Exception" was not found. Found 7 semantic errors compiling "../gnu/CORBA/typecodes/AliasTypeCode.java": 72. protected final TypeCode aliasFor; ^------^ *** Semantic Error: Type "TypeCode" was not found. <---------------------------------------------------------------------- 85. public AliasTypeCode(TypeCode an_aliasFor, String an_id, String a_name) . . . 91. } --> *** Semantic Error: The blank final field "aliasFor" 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. 85. public AliasTypeCode(TypeCode an_aliasFor, String an_id, String a_name) ^------^ *** Semantic Error: Type "TypeCode" was not found. 96. public TypeCode content_type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 108. public boolean equal(TypeCode other) ^------^ *** Semantic Error: Type "TypeCode" was not found. 116. catch (BadKind ex) ^-----^ *** Semantic Error: Type "BadKind" was not found. 128. public boolean equivalent(TypeCode other) ^------^ *** Semantic Error: Type "TypeCode" was not found. Found 97 semantic errors compiling "../gnu/CORBA/OrbRestricted.java": 42. import gnu.CORBA.typecodes.AliasTypeCode; ^-----------^ *** Semantic Error: Type "gnu.CORBA.typecodes.AliasTypeCode" was not found. 50. import org.omg.CORBA.Environment; ^---------^ *** Semantic Error: Type "org.omg.CORBA.Environment" was not found. 56. import org.omg.CORBA.ORBPackage.InvalidName; ^---------^ *** Semantic Error: Type "org.omg.CORBA.ORBPackage.InvalidName" was not found. 64. import org.omg.CORBA.portable.ValueFactory; ^----------^ *** Semantic Error: Type "org.omg.CORBA.portable.ValueFactory" was not found. 89. public class OrbRestricted extends org.omg.CORBA_2_3.ORB ^-^ *** Semantic Error: Type "org.omg.CORBA_2_3.ORB" was not found. 94. public static final ORB Singleton = new OrbRestricted(); ^-^ *** Semantic Error: Type "ORB" was not found. 94. public static final ORB Singleton = new OrbRestricted(); ^-----------^ *** Semantic Error: Type "OrbRestricted" was not found. 100. public IORInterceptorOperations iIor; ^----------------------^ *** Semantic Error: Type "IORInterceptorOperations" was not found. 106. public ServerRequestInterceptorOperations iServer; ^--------------------------------^ *** Semantic Error: Type "ServerRequestInterceptorOperations" was not found. 112. public ClientRequestInterceptorOperations iClient; ^--------------------------------^ *** Semantic Error: Type "ClientRequestInterceptorOperations" was not found. 122. protected Hashtable factories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 122. protected Hashtable factories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 127. protected Hashtable policyFactories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 127. protected Hashtable policyFactories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 138. public TypeCode create_alias_tc(String id, String name, TypeCode typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 138. public TypeCode create_alias_tc(String id, String name, TypeCode typecode) ^------^ *** Semantic Error: Type "TypeCode" was not found. 140. return new AliasTypeCode(typecode, id, name); ^-----------^ *** Semantic Error: Type "AliasTypeCode" was not found. 144. public Any create_any() ^-^ *** Semantic Error: Type "Any" was not found. 146. gnuAny any = new gnuAny(); ^----^ *** Semantic Error: Type "gnuAny" was not found. 146. gnuAny any = new gnuAny(); ^----^ *** Semantic Error: Type "gnuAny" was not found. 152. public TypeCode create_array_tc(int length, TypeCode element_type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 152. public TypeCode create_array_tc(int length, TypeCode element_type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 154. ArrayTypeCode p = ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 155. new ArrayTypeCode(TCKind.tk_array, element_type); ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 161. public ContextList create_context_list() ^---------^ *** Semantic Error: Type "ContextList" was not found. 163. return new gnuContextList(); ^------------^ *** Semantic Error: Type "gnuContextList" was not found. 167. public TypeCode create_enum_tc(String id, String name, String[] values) ^------^ *** Semantic Error: Type "TypeCode" was not found. 169. RecordTypeCode r = new RecordTypeCode(TCKind.tk_enum); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 169. RecordTypeCode r = new RecordTypeCode(TCKind.tk_enum); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. <----------- 175. r.setId(id); . . . 178. return r; ------------> *** Semantic Error: These statements are unreachable. 182. public Environment create_environment() ^---------^ *** Semantic Error: Type "Environment" was not found. 184. return new gnuEnvironment(); ^------------^ *** Semantic Error: Type "gnuEnvironment" was not found. 188. public ExceptionList create_exception_list() ^-----------^ *** Semantic Error: Type "ExceptionList" was not found. 190. return new gnuExceptionList(); ^--------------^ *** Semantic Error: Type "gnuExceptionList" was not found. 194. public TypeCode create_exception_tc(String id, String name, ^------^ *** Semantic Error: Type "TypeCode" was not found. 195. StructMember[] members ^----------^ *** Semantic Error: Type "StructMember" was not found. 198. RecordTypeCode r = new RecordTypeCode(TCKind.tk_except); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 198. RecordTypeCode r = new RecordTypeCode(TCKind.tk_except); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 207. return r; ^-------^ *** Semantic Error: This statement is unreachable. 215. public TypeCode create_interface_tc(String id, String name) ^------^ *** Semantic Error: Type "TypeCode" was not found. 222. public NVList create_list(int count) ^----^ *** Semantic Error: Type "NVList" was not found. 224. return new gnuNVList(count); ^-------^ *** Semantic Error: Type "gnuNVList" was not found. 228. public NamedValue create_named_value(String s, Any any, int flags) ^--------^ *** Semantic Error: Type "NamedValue" was not found. 228. public NamedValue create_named_value(String s, Any any, int flags) ^-^ *** Semantic Error: Type "Any" was not found. 230. return new gnuNamedValue(); ^-----------^ *** Semantic Error: Type "gnuNamedValue" was not found. 234. public OutputStream create_output_stream() ^----------^ *** Semantic Error: Type "OutputStream" was not found. 236. BufferedCdrOutput stream = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 236. BufferedCdrOutput stream = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 242. public TypeCode create_sequence_tc(int bound, TypeCode element_type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 242. public TypeCode create_sequence_tc(int bound, TypeCode element_type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 244. ArrayTypeCode p = ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 245. new ArrayTypeCode(TCKind.tk_sequence, element_type); ^-----------^ *** Semantic Error: Type "ArrayTypeCode" was not found. 251. public TypeCode create_string_tc(int bound) ^------^ *** Semantic Error: Type "TypeCode" was not found. 253. StringTypeCode p = new StringTypeCode(TCKind.tk_string); ^------------^ *** Semantic Error: Type "StringTypeCode" was not found. 253. StringTypeCode p = new StringTypeCode(TCKind.tk_string); ^------------^ *** Semantic Error: Type "StringTypeCode" was not found. 259. public TypeCode create_struct_tc(String id, String name, ^------^ *** Semantic Error: Type "TypeCode" was not found. 260. StructMember[] members ^----------^ *** Semantic Error: Type "StructMember" was not found. 263. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 263. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 272. return r; ^-------^ *** Semantic Error: This statement is unreachable. 276. public TypeCode create_union_tc(String id, String name, ^------^ *** Semantic Error: Type "TypeCode" was not found. 277. TypeCode discriminator_type, UnionMember[] members ^------^ *** Semantic Error: Type "TypeCode" was not found. 277. TypeCode discriminator_type, UnionMember[] members ^---------^ *** Semantic Error: Type "UnionMember" was not found. 280. RecordTypeCode r = new RecordTypeCode(TCKind.tk_union); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 280. RecordTypeCode r = new RecordTypeCode(TCKind.tk_union); ^------------^ *** Semantic Error: Type "RecordTypeCode" was not found. 291. return r; ^-------^ *** Semantic Error: This statement is unreachable. 295. public TypeCode create_wstring_tc(int bound) ^------^ *** Semantic Error: Type "TypeCode" was not found. 297. StringTypeCode p = new StringTypeCode(TCKind.tk_wstring); ^------------^ *** Semantic Error: Type "StringTypeCode" was not found. 297. StringTypeCode p = new StringTypeCode(TCKind.tk_wstring); ^------------^ *** Semantic Error: Type "StringTypeCode" was not found. 303. public TypeCode get_primitive_tc(TCKind tcKind) ^------^ *** Semantic Error: Type "TypeCode" was not found. 303. public TypeCode get_primitive_tc(TCKind tcKind) ^----^ *** Semantic Error: Type "TCKind" was not found. 309. catch (BadKind ex) ^-----^ *** Semantic Error: Type "BadKind" was not found. 311. throw new BAD_PARAM("This is not a primitive type code: " + ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 325. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 333. public String object_to_string(org.omg.CORBA.Object forObject) ^------------------^ *** Semantic Error: Type "Object" was not found. 336. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 347. public org.omg.CORBA.Object resolve_initial_references(String name) ^------------------^ *** Semantic Error: Type "Object" was not found. 348. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 351. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 377. public org.omg.CORBA.Object string_to_object(String IOR) ^------------------^ *** Semantic Error: Type "Object" was not found. 380. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 388. protected void set_parameters(Applet app, Properties props) ^----^ *** Semantic Error: Type "Applet" was not found. 388. protected void set_parameters(Applet app, Properties props) ^--------^ *** Semantic Error: Type "Properties" was not found. 398. protected void set_parameters(String[] args, Properties props) ^--------^ *** Semantic Error: Type "Properties" was not found. 411. throw new NO_IMPLEMENT("Use init(args, props) for the functional version."); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 419. public Request get_next_response() throws org.omg.CORBA.WrongTransaction ^-----^ *** Semantic Error: Type "Request" was not found. 419. public Request get_next_response() throws org.omg.CORBA.WrongTransaction ^----------------------------^ *** Semantic Error: Type "WrongTransaction" was not found. 422. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 433. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 441. public void send_multiple_requests_deferred(Request[] requests) ^-----^ *** Semantic Error: Type "Request" was not found. 451. public void send_multiple_requests_oneway(Request[] requests) ^-----^ *** Semantic Error: Type "Request" was not found. 459. public ValueFactory register_value_factory(String repository_id, ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 460. ValueFactory factory ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 485. public ValueFactory lookup_value_factory(String repository_id) ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 487. ValueFactory f = (ValueFactory) factories.get(repository_id); ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 487. ValueFactory f = (ValueFactory) factories.get(repository_id); ^----------^ *** Semantic Error: Type "ValueFactory" was not found. 493. f = (ValueFactory) ObjectCreator.createObject(repository_id, ^----------^ *** Semantic Error: Type "ValueFactory" was not found. Found 10 semantic errors compiling "../java/nio/channels/Selector.java": 63. public static Selector open() throws IOException ^------^ *** Semantic Error: Type "Selector" was not found. 63. public static Selector open() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 73. public abstract void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 85. public abstract Set keys(); ^-^ *** Semantic Error: Type "Set" was not found. 90. public abstract SelectorProvider provider(); ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 99. public abstract int select() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 111. public abstract int select(long timeout) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 118. public abstract Set selectedKeys(); ^-^ *** Semantic Error: Type "Set" was not found. 127. public abstract int selectNow() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 133. public abstract Selector wakeup(); ^------^ *** Semantic Error: Type "Selector" was not found. Found 3 semantic errors compiling "../java/nio/channels/SelectionKey.java": 65. Object old = attached; ^----^ *** Semantic Error: Type "Object" was not found. 146. public abstract SelectionKey interestOps(int ops); ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 163. public abstract Selector selector(); ^------^ *** Semantic Error: Type "Selector" 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 13 semantic errors compiling "../java/nio/channels/spi/AbstractSelector.java": 41. import java.nio.channels.ClosedSelectorException; ^---------------------^ *** Semantic Error: Type "java.nio.channels.ClosedSelectorException" was not found. 42. import java.nio.channels.SelectionKey; ^----------^ *** Semantic Error: Type "java.nio.channels.SelectionKey" was not found. 43. import java.nio.channels.Selector; ^------^ *** Semantic Error: Type "java.nio.channels.Selector" was not found. 48. public abstract class AbstractSelector extends Selector ^------^ *** Semantic Error: Type "Selector" was not found. 52. private HashSet cancelledKeys; ^-----^ *** Semantic Error: Type "HashSet" was not found. 62. this.cancelledKeys = new HashSet(); ^-----^ *** Semantic Error: Type "HashSet" was not found. 70. public final synchronized void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 118. protected final Set cancelledKeys() ^-^ *** Semantic Error: Type "Set" was not found. 121. throw new ClosedSelectorException(); ^---------------------^ *** Semantic Error: Type "ClosedSelectorException" was not found. 144. protected abstract void implCloseSelector() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 155. protected abstract SelectionKey register(AbstractSelectableChannel ch, ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 165. ((AbstractSelectableChannel) key.channel()).removeSelectionKey(key); ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 165. ((AbstractSelectableChannel) key.channel()).removeSelectionKey(key); ^-----------^ *** Semantic Error: No accessible method with signature "channel()" was found in type "AbstractSelectionKey". Found 135 semantic errors compiling "../java/net/Socket.java": 47. import java.nio.channels.SocketChannel; ^-----------^ *** Semantic Error: Type "java.nio.channels.SocketChannel" was not found. 121. impl = new PlainSocketImpl(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 144. this.impl = new PlainSocketImpl(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 163. throws UnknownHostException, IOException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 163. throws UnknownHostException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 179. public Socket(InetAddress address, int port) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 202. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 224. int localPort) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 248. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 272. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 295. boolean stream) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 299. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 304. SocketAddress bindaddr = ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 305. laddr == null ? null : new InetSocketAddress(laddr, lport); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 309. connect(new InetSocketAddress(raddr, rport)); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 326. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 328. SocketException se = new SocketException(e.toString()); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 328. SocketException se = new SocketException(e.toString()); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 348. public void bind(SocketAddress bindpoint) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 351. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 356. bindpoint = new InetSocketAddress(InetAddress.ANY_IF, 0); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 358. if (! (bindpoint instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 359. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 361. InetSocketAddress tmp = (InetSocketAddress) bindpoint; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 361. InetSocketAddress tmp = (InetSocketAddress) bindpoint; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 369. catch (IOException exception) ^---------^ *** Semantic Error: Type "IOException" was not found. 374. catch (RuntimeException exception) ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 379. catch (Error error) ^---^ *** Semantic Error: Type "Error" was not found. 398. public void connect(SocketAddress endpoint) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 421. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 424. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 426. if (! (endpoint instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 427. throw new IllegalArgumentException("unsupported address type"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 434. && ! ((PlainSocketImpl) getImpl()).isInChannelOperation()) ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 435. throw new IllegalBlockingModeException(); ^--------------------------^ *** Semantic Error: Type "IllegalBlockingModeException" was not found. 444. catch (IOException exception) ^---------^ *** Semantic Error: Type "IOException" was not found. 449. catch (RuntimeException exception) ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 454. catch (Error error) ^---^ *** Semantic Error: Type "Error" was not found. 476. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 498. InetAddress addr = null; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 502. addr = (InetAddress) getImpl().getOption(SocketOptions.SO_BINDADDR); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 504. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 517. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 539. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 563. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 583. InetAddress addr = getLocalAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 587. return new InetSocketAddress(addr, getImpl().getLocalPort()); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 589. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 610. return new InetSocketAddress(getImpl().getInetAddress(), ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 613. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 627. public InputStream getInputStream() throws IOException ^---------^ *** Semantic Error: Type "InputStream" was not found. 627. public InputStream getInputStream() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 630. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 633. throw new IOException("not connected"); ^---------^ *** Semantic Error: Type "IOException" was not found. 645. public OutputStream getOutputStream() throws IOException ^----------^ *** Semantic Error: Type "OutputStream" was not found. 645. public OutputStream getOutputStream() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 648. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 651. throw new IOException("not connected"); ^---------^ *** Semantic Error: Type "IOException" was not found. 668. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 688. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 690. Object on = getImpl().getOption(SocketOptions.TCP_NODELAY); ^----^ *** Semantic Error: Type "Object" was not found. 692. if (on instanceof Boolean) ^-----^ *** Semantic Error: Type "Boolean" was not found. 693. return (((Boolean) on).booleanValue()); ^-----^ *** Semantic Error: Type "Boolean" was not found. 695. throw new SocketException("Internal Error"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 718. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 723. throw new IllegalArgumentException("SO_LINGER must be >= 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 728. getImpl().setOption(SocketOptions.SO_LINGER, new Integer(linger)); ^-----^ *** Semantic Error: Type "Integer" was not found. 753. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 755. Object linger = getImpl().getOption(SocketOptions.SO_LINGER); ^----^ *** Semantic Error: Type "Object" was not found. 757. if (linger instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 758. return (((Integer) linger).intValue()); ^-----^ *** Semantic Error: Type "Integer" was not found. 773. public void sendUrgentData(int data) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 776. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 793. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 810. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 812. Object buf = getImpl().getOption(SocketOptions.SO_OOBINLINE); ^----^ *** Semantic Error: Type "Object" was not found. 814. if (buf instanceof Boolean) ^-----^ *** Semantic Error: Type "Boolean" was not found. 815. return (((Boolean) buf).booleanValue()); ^-----^ *** Semantic Error: Type "Boolean" was not found. 817. throw new SocketException("Internal Error: Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 840. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 843. throw new IllegalArgumentException("SO_TIMEOUT value must be >= 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 845. getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); ^-----^ *** Semantic Error: Type "Integer" was not found. 868. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 870. Object timeout = getImpl().getOption(SocketOptions.SO_TIMEOUT); ^----^ *** Semantic Error: Type "Object" was not found. 871. if (timeout instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 872. return (((Integer) timeout).intValue()); ^-----^ *** Semantic Error: Type "Integer" was not found. 892. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 895. throw new IllegalArgumentException("SO_SNDBUF value must be > 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 897. getImpl().setOption(SocketOptions.SO_SNDBUF, new Integer(size)); ^-----^ *** Semantic Error: Type "Integer" was not found. 914. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 916. Object buf = getImpl().getOption(SocketOptions.SO_SNDBUF); ^----^ *** Semantic Error: Type "Object" was not found. 918. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 919. return (((Integer) buf).intValue()); ^-----^ *** Semantic Error: Type "Integer" was not found. 921. throw new SocketException("Internal Error: Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 939. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 942. throw new IllegalArgumentException("SO_RCVBUF value must be > 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 944. getImpl().setOption(SocketOptions.SO_RCVBUF, new Integer(size)); ^-----^ *** Semantic Error: Type "Integer" was not found. 961. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 963. Object buf = getImpl().getOption(SocketOptions.SO_RCVBUF); ^----^ *** Semantic Error: Type "Object" was not found. 965. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 966. return (((Integer) buf).intValue()); ^-----^ *** Semantic Error: Type "Integer" was not found. 968. throw new SocketException("Internal Error: Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 984. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1002. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1004. Object buf = getImpl().getOption(SocketOptions.SO_KEEPALIVE); ^----^ *** Semantic Error: Type "Object" was not found. 1006. if (buf instanceof Boolean) ^-----^ *** Semantic Error: Type "Boolean" was not found. 1007. return (((Boolean) buf).booleanValue()); ^-----^ *** Semantic Error: Type "Boolean" was not found. 1009. throw new SocketException("Internal Error: Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1017. public synchronized void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1044. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1049. return "Socket[unconnected]"; ^-------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1068. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1072. throw new SocketException("SocketImplFactory already defined"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1075. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 1080. throw new SocketException("SocketImplFactory cannot be null"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1092. public void shutdownInput() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1095. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1108. public void shutdownOutput() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1111. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1125. public SocketChannel getChannel() ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 1142. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1144. Object reuseaddr = getImpl().getOption(SocketOptions.SO_REUSEADDR); ^----^ *** Semantic Error: Type "Object" was not found. 1146. if (! (reuseaddr instanceof Boolean)) ^-----^ *** Semantic Error: Type "Boolean" was not found. 1147. throw new SocketException("Internal Error"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1149. return ((Boolean) reuseaddr).booleanValue(); ^-----^ *** Semantic Error: Type "Boolean" was not found. 1165. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1185. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1187. Object obj = getImpl().getOption(SocketOptions.IP_TOS); ^----^ *** Semantic Error: Type "Object" was not found. 1189. if (obj instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 1190. return ((Integer) obj).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 1192. throw new SocketException("Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1210. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 1213. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1215. getImpl().setOption(SocketOptions.IP_TOS, new Integer(tc)); ^-----^ *** Semantic Error: Type "Integer" was not found. 1234. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" 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/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/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 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 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 27 semantic errors compiling "../java/nio/channels/SocketChannel.java": 42. import java.net.Socket; ^----^ *** Semantic Error: Type "java.net.Socket" was not found. 52. public abstract class SocketChannel extends AbstractSelectableChannel ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 58. protected SocketChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 70. public static SocketChannel open() throws IOException ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 70. public static SocketChannel open() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 92. public static SocketChannel open(SocketAddress remote) ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 92. public static SocketChannel open(SocketAddress remote) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 93. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 95. SocketChannel ch = open(); ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 109. public final long read(ByteBuffer[] dsts) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 109. public final long read(ByteBuffer[] dsts) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 116. return b; ^-------^ *** Semantic Error: This statement is unreachable. 127. public final long write(ByteBuffer[] dsts) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 127. public final long write(ByteBuffer[] dsts) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 134. return b; ^-------^ *** Semantic Error: This statement is unreachable. 157. public abstract int read(ByteBuffer dst) throws IOException; ^------------------^ *** Semantic Error: Duplicate declaration of method "read" in type "SocketChannel". The other occurrence is at location "../java/nio/channels/SocketChannel.java:109". 157. public abstract int read(ByteBuffer dst) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 182. public abstract boolean connect(SocketAddress remote) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 183. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 197. public abstract boolean finishConnect() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 218. public abstract long read(ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 219. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 226. public abstract Socket socket(); ^----^ *** Semantic Error: Type "Socket" was not found. 236. public abstract int write(ByteBuffer src) throws IOException; ^-------------------^ *** Semantic Error: Duplicate declaration of method "write" in type "SocketChannel". The other occurrence is at location "../java/nio/channels/SocketChannel.java:127". 236. public abstract int write(ByteBuffer src) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 246. public abstract long write(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 247. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 8 semantic errors compiling "../java/nio/channels/Pipe.java": 51. public abstract static class SinkChannel extends AbstractSelectableChannel ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 57. protected SinkChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 73. public abstract static class SourceChannel extends AbstractSelectableChannel ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 79. protected SourceChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 107. public static Pipe open() throws IOException ^--^ *** Semantic Error: Type "Pipe" was not found. 107. public static Pipe open() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 115. public abstract Pipe.SinkChannel sink(); ^--------------^ *** Semantic Error: Type "SinkChannel" was not found. 120. public abstract Pipe.SourceChannel source(); ^----------------^ *** Semantic Error: Type "SourceChannel" was not found. Found 1 semantic error compiling "../java/io/InterruptedIOException.java": 92. this.bytesTransferred = bytesTransferred; ^--------------^ *** Semantic Error: The field "bytesTransferred" in type "InterruptedIOException" has public access and is not accessible here. Found 2 semantic errors compiling "../java/net/SocketTimeoutException.java": 40. import java.io.InterruptedIOException; ^--------------------^ *** Semantic Error: Type "java.io.InterruptedIOException" was not found. 50. public class SocketTimeoutException extends InterruptedIOException ^--------------------^ *** Semantic Error: Type "InterruptedIOException" was not found. Found 59 semantic errors compiling "../gnu/java/nio/DatagramChannelImpl.java": 44. import java.net.DatagramSocket; ^------------^ *** Semantic Error: Type "java.net.DatagramSocket" was not found. 47. import java.net.SocketTimeoutException; ^--------------------^ *** Semantic Error: Type "java.net.SocketTimeoutException" was not found. 50. import java.nio.channels.DatagramChannel; ^-------------^ *** Semantic Error: Type "java.nio.channels.DatagramChannel" was not found. 51. import java.nio.channels.NotYetConnectedException; ^----------------------^ *** Semantic Error: Type "java.nio.channels.NotYetConnectedException" was not found. 52. import java.nio.channels.spi.SelectorProvider; ^--------------^ *** Semantic Error: Type "java.nio.channels.spi.SelectorProvider" was not found. 57. public final class DatagramChannelImpl extends DatagramChannel ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 88. protected DatagramChannelImpl (SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 89. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 92. socket = new NIODatagramSocket (new PlainDatagramSocketImpl(), this); ^---------------^ *** Semantic Error: Type "NIODatagramSocket" was not found. 92. socket = new NIODatagramSocket (new PlainDatagramSocketImpl(), this); ^---------------------^ *** Semantic Error: Type "PlainDatagramSocketImpl" was not found. 93. configureBlocking(true); ^---------------------^ *** Semantic Error: No accessible method with signature "configureBlocking(boolean)" was found in type "DatagramChannelImpl". 96. public DatagramSocket socket () ^------------^ *** Semantic Error: Type "DatagramSocket" was not found. 102. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 108. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 113. public DatagramChannel connect (SocketAddress remote) ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 113. public DatagramChannel connect (SocketAddress remote) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 114. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 116. if (!isOpen()) ^------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "DatagramChannelImpl". 117. throw new ClosedChannelException(); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 123. public DatagramChannel disconnect () ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 124. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 135. public int write (ByteBuffer src) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 136. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 139. throw new NotYetConnectedException (); ^----------------------^ *** Semantic Error: Type "NotYetConnectedException" was not found. 144. public long write (ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 145. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 148. throw new NotYetConnectedException(); ^----------------------^ *** Semantic Error: Type "NotYetConnectedException" was not found. 154. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 164. public int read (ByteBuffer dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 165. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 168. throw new NotYetConnectedException (); ^----------------------^ *** Semantic Error: Type "NotYetConnectedException" was not found. 171. receive (dst); ^-----------^ *** Semantic Error: No applicable overload for a method with signature "receive(??)" was found in type "DatagramChannelImpl". Perhaps you wanted the overloaded version "?? receive(?? dst) throws ??;" instead? 175. public long read (ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 176. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 179. throw new NotYetConnectedException(); ^----------------------^ *** Semantic Error: Type "NotYetConnectedException" was not found. 185. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 195. public SocketAddress receive (ByteBuffer dst) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 195. public SocketAddress receive (ByteBuffer dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 196. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 198. if (!isOpen()) ^------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "DatagramChannelImpl". 199. throw new ClosedChannelException(); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 203. DatagramPacket packet; ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 208. packet = new DatagramPacket (dst.array(), ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 214. packet = new DatagramPacket (new byte [len], len); ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 221. begin(); ^-----^ *** Semantic Error: No accessible method with signature "begin()" was found in type "DatagramChannelImpl". 228. end (completed); ^-------------^ *** Semantic Error: No accessible method with signature "end(boolean)" was found in type "DatagramChannelImpl". 243. catch (SocketTimeoutException e) ^--------------------^ *** Semantic Error: Type "SocketTimeoutException" was not found. 249. public int send (ByteBuffer src, SocketAddress target) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 249. public int send (ByteBuffer src, SocketAddress target) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 250. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 252. if (!isOpen()) ^------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "DatagramChannelImpl". 253. throw new ClosedChannelException(); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 255. if (target instanceof InetSocketAddress ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 256. && ((InetSocketAddress) target).isUnresolved()) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 257. throw new IOException("Target address not resolved"); ^---------^ *** Semantic Error: Type "IOException" was not found. 274. DatagramPacket packet = new DatagramPacket (buffer, offset, len, target); ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 274. DatagramPacket packet = new DatagramPacket (buffer, offset, len, target); ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 279. begin(); ^-----^ *** Semantic Error: No accessible method with signature "begin()" was found in type "DatagramChannelImpl". 286. end (completed); ^-------------^ *** Semantic Error: No accessible method with signature "end(boolean)" was found in type "DatagramChannelImpl". Found 52 semantic errors compiling "../java/net/NetworkInterface.java": 62. private Vector inetAddresses; ^----^ *** Semantic Error: Type "Vector" was not found. 67. this.inetAddresses = new Vector(1, 1); ^----^ *** Semantic Error: Type "Vector" was not found. 74. this.inetAddresses = new Vector(addresses.length, 1); ^----^ *** Semantic Error: Type "Vector" was not found. 100. public Enumeration getInetAddresses() ^---------^ *** Semantic Error: Type "Enumeration" was not found. 102. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 107. Vector tmpInetAddresses = new Vector(1, 1); ^----^ *** Semantic Error: Type "Vector" was not found. 107. Vector tmpInetAddresses = new Vector(1, 1); ^----^ *** Semantic Error: Type "Vector" was not found. 109. for (Enumeration addresses = inetAddresses.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 112. InetAddress addr = (InetAddress) addresses.nextElement(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 112. InetAddress addr = (InetAddress) addresses.nextElement(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 118. catch (SecurityException e) ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 124. return tmpInetAddresses.elements(); ^---------------------------------^ *** Semantic Error: This statement is unreachable. 148. public static NetworkInterface getByName(String name) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 151. for (Enumeration e = getNetworkInterfaces(); e.hasMoreElements();) ^---------^ *** Semantic Error: Type "Enumeration" was not found. 153. NetworkInterface tmp = (NetworkInterface) e.nextElement(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 153. NetworkInterface tmp = (NetworkInterface) e.nextElement(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 160. return null; ^----------^ *** Semantic Error: This statement is unreachable. 173. public static NetworkInterface getByInetAddress(InetAddress addr) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 176. for (Enumeration interfaces = getNetworkInterfaces(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 179. NetworkInterface tmp = (NetworkInterface) interfaces.nextElement(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 179. NetworkInterface tmp = (NetworkInterface) interfaces.nextElement(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 181. for (Enumeration addresses = tmp.inetAddresses.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 184. if (addr.equals((InetAddress) addresses.nextElement())) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 189. throw new SocketException("no network interface is bound to such an IP address"); ^-------------------------------------------------------------------------------^ *** Semantic Error: This statement is unreachable. 189. throw new SocketException("no network interface is bound to such an IP address"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 192. static private Collection condense(Collection interfaces) ^--------^ *** Semantic Error: Type "Collection" was not found. 192. static private Collection condense(Collection interfaces) ^--------^ *** Semantic Error: Type "Collection" was not found. 194. final Map condensed = new HashMap(); ^-^ *** Semantic Error: Type "Map" was not found. 194. final Map condensed = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 196. final Iterator interfs = interfaces.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 199. final NetworkInterface face = (NetworkInterface) interfs.next(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 199. final NetworkInterface face = (NetworkInterface) interfs.next(); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 200. final String name = face.getName(); ^----^ *** Semantic Error: Type "String" was not found. 204. final NetworkInterface conface = (NetworkInterface) condensed.get(name); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 204. final NetworkInterface conface = (NetworkInterface) condensed.get(name); ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 207. final Iterator faceAddresses = face.inetAddresses.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 210. final InetAddress faceAddress = (InetAddress) faceAddresses.next(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 210. final InetAddress faceAddress = (InetAddress) faceAddresses.next(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 224. return condensed.values(); ^------------------------^ *** Semantic Error: This statement is unreachable. 234. public static Enumeration getNetworkInterfaces() throws SocketException ^---------^ *** Semantic Error: Type "Enumeration" was not found. 236. Vector networkInterfaces = VMNetworkInterface.getInterfaces(); ^----^ *** Semantic Error: Type "Vector" was not found. 241. Collection condensed = condense(networkInterfaces); ^--------^ *** Semantic Error: Type "Collection" was not found. 241. Collection condensed = condense(networkInterfaces); ^-------------------------^ *** Semantic Error: No applicable overload for a method with signature "condense(??)" was found in type "NetworkInterface". Perhaps you wanted the overloaded version "?? condense(?? interfaces);" instead? 255. if (! (obj instanceof NetworkInterface)) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 258. NetworkInterface tmp = (NetworkInterface) obj; ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 258. NetworkInterface tmp = (NetworkInterface) obj; ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 282. String result; ^----^ *** Semantic Error: Type "String" was not found. 283. String separator = System.getProperty("line.separator"); ^----^ *** Semantic Error: Type "String" was not found. 289. for (Enumeration e = inetAddresses.elements(); e.hasMoreElements();) ^---------^ *** Semantic Error: Type "Enumeration" was not found. 291. InetAddress address = (InetAddress) e.nextElement(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 291. InetAddress address = (InetAddress) e.nextElement(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 295. return result; ^------------^ *** Semantic Error: This statement is unreachable. Found 16 semantic errors compiling "../java/net/DatagramSocketImpl.java": 69. protected FileDescriptor fd; ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 115. protected abstract int peek(InetAddress i) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 132. protected abstract int peekData(DatagramPacket p) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 145. protected abstract void send(DatagramPacket p) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 159. protected abstract void receive(DatagramPacket p) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 196. protected abstract void setTTL(byte ttl) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 208. protected abstract byte getTTL() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 218. protected abstract void setTimeToLive(int ttl) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 228. protected abstract int getTimeToLive() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 237. protected abstract void join(InetAddress inetaddr) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 246. protected abstract void leave(InetAddress inetaddr) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 260. NetworkInterface netIf) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 261. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 274. NetworkInterface netIf) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 275. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 282. protected FileDescriptor getFileDescriptor() ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. Found 13 semantic errors compiling "../java/net/DatagramPacket.java": 183. if (! (address instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 184. throw new IllegalArgumentException("unsupported address type"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 186. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 186. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 294. throw new IllegalArgumentException("Invalid port: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 312. throw new IllegalArgumentException("address may not be null"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 314. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 314. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 329. return new InetSocketAddress(address, port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 361. throw new NullPointerException("Null buffer"); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 363. throw new IllegalArgumentException("Invalid offset: " + offset); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 383. throw new IllegalArgumentException("Invalid length: " + length); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 385. throw new IllegalArgumentException("Potential buffer overflow - offset: " ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 45 semantic errors compiling "../gnu/java/net/PlainDatagramSocketImpl.java": 44. import java.net.DatagramPacket; ^------------^ *** Semantic Error: Type "java.net.DatagramPacket" was not found. 45. import java.net.DatagramSocketImpl; ^----------------^ *** Semantic Error: Type "java.net.DatagramSocketImpl" was not found. 47. import java.net.NetworkInterface; ^--------------^ *** Semantic Error: Type "java.net.NetworkInterface" was not found. 65. public final class PlainDatagramSocketImpl extends DatagramSocketImpl ^----------------^ *** Semantic Error: Type "DatagramSocketImpl" was not found. 89. private final Object RECEIVE_LOCK = new Object(); ^----^ *** Semantic Error: Type "Object" was not found. 94. private final Object SEND_LOCK = new Object(); ^----^ *** Semantic Error: Type "Object" was not found. 103. protected void finalize() throws Throwable ^-------^ *** Semantic Error: Type "Throwable" was not found. 126. protected synchronized native void bind(int port, InetAddress addr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 127. throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 134. protected synchronized native void create() throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 143. protected synchronized void setTimeToLive(int ttl) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 145. setOption(IP_TTL, new Integer(ttl)); ^-----^ *** Semantic Error: Type "Integer" was not found. 155. protected synchronized int getTimeToLive() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 157. Object obj = getOption(IP_TTL); ^----^ *** Semantic Error: Type "Object" was not found. 159. if (! (obj instanceof Integer)) ^-----^ *** Semantic Error: Type "Integer" was not found. 160. throw new IOException("Internal Error"); ^---------^ *** Semantic Error: Type "IOException" was not found. 162. return ((Integer) obj).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 176. private native void sendto (InetAddress addr, int port, ^---------^ *** Semantic Error: Type "InetAddress" was not found. 178. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 187. protected void send(DatagramPacket packet) throws IOException ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 187. protected void send(DatagramPacket packet) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 204. protected void receive(DatagramPacket packet) ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 205. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 209. receive0(packet); ^--------------^ *** Semantic Error: No applicable overload for a method with signature "receive0(??)" was found in type "PlainDatagramSocketImpl". Perhaps you wanted the overloaded version "void receive0(?? packet) throws ??;" instead? 220. private native void receive0(DatagramPacket packet) throws IOException; ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 220. private native void receive0(DatagramPacket packet) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 231. throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 243. throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 259. protected synchronized byte getTTL() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 273. protected synchronized void setTTL(byte ttl) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 285. protected synchronized native void join(InetAddress addr) throws IOException; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 285. protected synchronized native void join(InetAddress addr) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 294. protected synchronized native void leave(InetAddress addr) throws IOException; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 294. protected synchronized native void leave(InetAddress addr) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 299. protected synchronized int peek(InetAddress addr) throws IOException ^---------^ *** Semantic Error: Type "InetAddress" was not found. 299. protected synchronized int peek(InetAddress addr) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 301. throw new IOException("Not Implemented Yet"); ^---------^ *** Semantic Error: Type "IOException" was not found. 304. public int peekData(DatagramPacket packet) ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 306. throw new InternalError ^-----------^ *** Semantic Error: Type "InternalError" was not found. 310. public void joinGroup(SocketAddress address, NetworkInterface netIf) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 310. public void joinGroup(SocketAddress address, NetworkInterface netIf) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 312. throw new InternalError ^-----------^ *** Semantic Error: Type "InternalError" was not found. 316. public void leaveGroup(SocketAddress address, NetworkInterface netIf) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 316. public void leaveGroup(SocketAddress address, NetworkInterface netIf) ^--------------^ *** Semantic Error: Type "NetworkInterface" was not found. 318. throw new InternalError ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 111 semantic errors compiling "../java/net/DatagramSocket.java": 43. import gnu.java.net.PlainDatagramSocketImpl; ^---------------------^ *** Semantic Error: Type "gnu.java.net.PlainDatagramSocketImpl" was not found. 44. import gnu.java.nio.DatagramChannelImpl; ^-----------------^ *** Semantic Error: Type "gnu.java.nio.DatagramChannelImpl" was not found. 78. private DatagramSocketImpl impl; ^----------------^ *** Semantic Error: Type "DatagramSocketImpl" was not found. 109. protected DatagramSocket(DatagramSocketImpl impl) ^----------------^ *** Semantic Error: Type "DatagramSocketImpl" was not found. 112. throw new NullPointerException("impl may not be null"); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 129. this(new InetSocketAddress(0)); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 144. this(new InetSocketAddress(port)); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 160. this(new InetSocketAddress(addr, port)); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 177. String propVal = SystemProperties.getProperty("impl.prefix"); ^----^ *** Semantic Error: Type "String" was not found. 179. impl = new PlainDatagramSocketImpl(); ^---------------------^ *** Semantic Error: Type "PlainDatagramSocketImpl" was not found. 184. (DatagramSocketImpl) Class.forName("java.net." + propVal ^----------------^ *** Semantic Error: Type "DatagramSocketImpl" was not found. 188. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 192. impl = new PlainDatagramSocketImpl(); ^---------------------^ *** Semantic Error: Type "PlainDatagramSocketImpl" was not found. 200. DatagramSocketImpl getImpl() throws SocketException ^----------------^ *** Semantic Error: Type "DatagramSocketImpl" was not found. 212. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 214. SocketException se = new SocketException(); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 214. SocketException se = new SocketException(); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 232. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 248. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 294. InetAddress localAddr; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 299. (InetAddress) getImpl().getOption(SocketOptions.SO_BINDADDR); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 301. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 305. catch (SecurityException e) ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 309. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 332. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 352. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 354. Object buf = getImpl().getOption(SocketOptions.SO_TIMEOUT); ^----^ *** Semantic Error: Type "Object" was not found. 356. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 357. return ((Integer) buf).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 359. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 376. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 379. throw new IllegalArgumentException("Invalid timeout: " + timeout); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 381. getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); ^-----^ *** Semantic Error: Type "Integer" was not found. 398. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 400. Object buf = getImpl().getOption(SocketOptions.SO_SNDBUF); ^----^ *** Semantic Error: Type "Object" was not found. 402. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 403. return ((Integer) buf).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 405. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 423. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 426. throw new IllegalArgumentException("Buffer size is less than 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 428. getImpl().setOption(SocketOptions.SO_SNDBUF, new Integer(size)); ^-----^ *** Semantic Error: Type "Integer" was not found. 445. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 447. Object buf = getImpl().getOption(SocketOptions.SO_RCVBUF); ^----^ *** Semantic Error: Type "Object" was not found. 449. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 450. return ((Integer) buf).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 452. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 470. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 473. throw new IllegalArgumentException("Buffer size is less than 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 475. getImpl().setOption(SocketOptions.SO_RCVBUF, new Integer(size)); ^-----^ *** Semantic Error: Type "Integer" was not found. 496. throw new IllegalArgumentException("Connect address may not be null"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 499. throw new IllegalArgumentException("Port number is illegal: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 501. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 511. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 533. catch (SocketException e) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 563. public synchronized void receive(DatagramPacket p) throws IOException ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 563. public synchronized void receive(DatagramPacket p) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 566. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 569. throw new IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 573. && ! ((DatagramChannelImpl) getChannel()).isInChannelOperation()) ^-----------------^ *** Semantic Error: Type "DatagramChannelImpl" was not found. 574. throw new IllegalBlockingModeException(); ^--------------------------^ *** Semantic Error: Type "IllegalBlockingModeException" was not found. 578. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 598. public void send(DatagramPacket p) throws IOException ^------------^ *** Semantic Error: Type "DatagramPacket" was not found. 598. public void send(DatagramPacket p) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 601. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 604. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 607. InetAddress addr = p.getAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 618. throw new IllegalArgumentException ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 625. && ! ((DatagramChannelImpl) getChannel()).isInChannelOperation()) ^-----------------^ *** Semantic Error: Type "DatagramChannelImpl" was not found. 626. throw new IllegalBlockingModeException(); ^--------------------------^ *** Semantic Error: Type "IllegalBlockingModeException" was not found. 646. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 648. if (! (address instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 649. throw new IllegalArgumentException("unsupported address type"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 651. InetAddress addr = ((InetSocketAddress) address).getAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 651. InetAddress addr = ((InetSocketAddress) address).getAddress(); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 652. int port = ((InetSocketAddress) address).getPort(); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 655. throw new IllegalArgumentException("Invalid port: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 657. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 669. catch (SocketException exception) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 674. catch (RuntimeException exception) ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 679. catch (Error error) ^---^ *** Semantic Error: Type "Error" was not found. 705. public DatagramChannel getChannel() ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 723. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 725. if (! (address instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 726. throw new IllegalArgumentException("unsupported address type"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 728. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 728. InetSocketAddress tmp = (InetSocketAddress) address; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 769. return new InetSocketAddress(remoteAddress, remotePort); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 784. return new InetSocketAddress(getLocalAddress(), getLocalPort()); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 799. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 816. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 818. Object buf = getImpl().getOption(SocketOptions.SO_REUSEADDR); ^----^ *** Semantic Error: Type "Object" was not found. 820. if (buf instanceof Boolean) ^-----^ *** Semantic Error: Type "Boolean" was not found. 821. return ((Boolean) buf).booleanValue(); ^-----^ *** Semantic Error: Type "Boolean" was not found. 823. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 838. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 855. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 857. Object buf = getImpl().getOption(SocketOptions.SO_BROADCAST); ^----^ *** Semantic Error: Type "Object" was not found. 859. if (buf instanceof Boolean) ^-----^ *** Semantic Error: Type "Boolean" was not found. 860. return ((Boolean) buf).booleanValue(); ^-----^ *** Semantic Error: Type "Boolean" was not found. 862. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 880. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 883. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 885. getImpl().setOption(SocketOptions.IP_TOS, new Integer(tc)); ^-----^ *** Semantic Error: Type "Integer" was not found. 902. throw new SocketException("socket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 904. Object buf = getImpl().getOption(SocketOptions.IP_TOS); ^----^ *** Semantic Error: Type "Object" was not found. 906. if (buf instanceof Integer) ^-----^ *** Semantic Error: Type "Integer" was not found. 907. return ((Integer) buf).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 909. throw new SocketException("unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 923. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 926. throw new SocketException("DatagramSocketImplFactory already defined"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 928. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. Found 32 semantic errors compiling "../java/nio/channels/DatagramChannel.java": 41. import java.net.DatagramSocket; ^------------^ *** Semantic Error: A candidate for type "DatagramSocket" was found, but it is invalid and needs to be fixed before this type will successfully compile. 44. import java.nio.channels.spi.AbstractSelectableChannel; ^-----------------------^ *** Semantic Error: Type "java.nio.channels.spi.AbstractSelectableChannel" was not found. 51. public abstract class DatagramChannel extends AbstractSelectableChannel ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 57. protected DatagramChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 67. public static DatagramChannel open() throws IOException ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 67. public static DatagramChannel open() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 75. public final long read(ByteBuffer[] dsts) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 75. public final long read(ByteBuffer[] dsts) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 82. return b; ^-------^ *** Semantic Error: This statement is unreachable. 91. public final long write(ByteBuffer[] srcs) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 91. public final long write(ByteBuffer[] srcs) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 98. return b; ^-------^ *** Semantic Error: This statement is unreachable. 114. public abstract DatagramChannel connect(SocketAddress remote) ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 114. public abstract DatagramChannel connect(SocketAddress remote) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 115. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 122. public abstract DatagramChannel disconnect() throws IOException; ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 122. public abstract DatagramChannel disconnect() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 135. public abstract int read(ByteBuffer dst) throws IOException; ^------------------^ *** Semantic Error: Duplicate declaration of method "read" in type "DatagramChannel". The other occurrence is at location "../java/nio/channels/DatagramChannel.java:75". 135. public abstract int read(ByteBuffer dst) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 143. public abstract long read(ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 144. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 159. public abstract SocketAddress receive(ByteBuffer dst) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 159. public abstract SocketAddress receive(ByteBuffer dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 160. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 175. public abstract int send(ByteBuffer src, SocketAddress target) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 175. public abstract int send(ByteBuffer src, SocketAddress target) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 176. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 181. public abstract DatagramSocket socket(); ^------------^ *** Semantic Error: Type "DatagramSocket" was not found. 189. public abstract int write(ByteBuffer src) throws IOException; ^-------------------^ *** Semantic Error: Duplicate declaration of method "write" in type "DatagramChannel". The other occurrence is at location "../java/nio/channels/DatagramChannel.java:91". 189. public abstract int write(ByteBuffer src) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 197. public abstract long write(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 198. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 21 semantic errors compiling "../gnu/java/nio/SelectorProviderImpl.java": 41. import java.nio.channels.DatagramChannel; ^-------------^ *** Semantic Error: A candidate for type "DatagramChannel" was found, but it is invalid and needs to be fixed before this type will successfully compile. 42. import java.nio.channels.Pipe; ^--^ *** Semantic Error: Type "java.nio.channels.Pipe" was not found. 43. import java.nio.channels.ServerSocketChannel; ^-----------------^ *** Semantic Error: Type "java.nio.channels.ServerSocketChannel" was not found. 44. import java.nio.channels.SocketChannel; ^-----------^ *** Semantic Error: A candidate for type "SocketChannel" was found, but it is invalid and needs to be fixed before this type will successfully compile. 45. import java.nio.channels.spi.AbstractSelector; ^--------------^ *** Semantic Error: Type "java.nio.channels.spi.AbstractSelector" was not found. 48. public class SelectorProviderImpl extends SelectorProvider ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 54. public DatagramChannel openDatagramChannel () ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 55. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 57. return new DatagramChannelImpl (this); ^-----------------^ *** Semantic Error: Type "DatagramChannelImpl" was not found. 60. public Pipe openPipe () ^--^ *** Semantic Error: Type "Pipe" was not found. 61. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 63. return new PipeImpl (this); ^------^ *** Semantic Error: Type "PipeImpl" was not found. 66. public AbstractSelector openSelector () ^--------------^ *** Semantic Error: Type "AbstractSelector" was not found. 67. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 69. return new SelectorImpl (this); ^----------^ *** Semantic Error: Type "SelectorImpl" was not found. 72. public ServerSocketChannel openServerSocketChannel () ^-----------------^ *** Semantic Error: Type "ServerSocketChannel" was not found. 73. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 75. return new ServerSocketChannelImpl (this); ^---------------------^ *** Semantic Error: Type "ServerSocketChannelImpl" was not found. 78. public SocketChannel openSocketChannel () ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 79. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 81. return new SocketChannelImpl (this); ^---------------^ *** Semantic Error: Type "SocketChannelImpl" was not found. Found 20 semantic errors compiling "../java/nio/channels/spi/SelectorProvider.java": 40. import gnu.java.nio.SelectorProviderImpl; ^------------------^ *** Semantic Error: Type "gnu.java.nio.SelectorProviderImpl" was not found. 55. private static SelectorProvider systemDefaultProvider; ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 65. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 67. sm.checkPermission(new RuntimePermission("selectorProvider")); ^---------------^ *** Semantic Error: Type "java.lang.RuntimePermission" was not found. 77. public abstract DatagramChannel openDatagramChannel() ^-------------^ *** Semantic Error: Type "DatagramChannel" was not found. 78. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 87. public abstract Pipe openPipe() throws IOException; ^--^ *** Semantic Error: Type "Pipe" was not found. 87. public abstract Pipe openPipe() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 96. public abstract AbstractSelector openSelector() throws IOException; ^--------------^ *** Semantic Error: Type "AbstractSelector" was not found. 96. public abstract AbstractSelector openSelector() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 105. public abstract ServerSocketChannel openServerSocketChannel() ^-----------------^ *** Semantic Error: Type "ServerSocketChannel" was not found. 106. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 115. public abstract SocketChannel openSocketChannel() throws IOException; ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 115. public abstract SocketChannel openSocketChannel() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 123. public static synchronized SelectorProvider provider() ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 127. String propertyValue = ^----^ *** Semantic Error: Type "String" was not found. 131. systemDefaultProvider = new SelectorProviderImpl(); ^------------------^ *** Semantic Error: Type "SelectorProviderImpl" was not found. 137. (SelectorProvider) Class.forName(propertyValue) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 140. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 144. systemDefaultProvider = new SelectorProviderImpl(); ^------------------^ *** Semantic Error: Type "SelectorProviderImpl" was not found. Found 14 semantic errors compiling "../java/nio/channels/SelectableChannel.java": 42. import java.nio.channels.spi.SelectorProvider; ^--------------^ *** Semantic Error: A candidate for type "SelectorProvider" was found, but it is invalid and needs to be fixed before this type will successfully compile. 49. public abstract class SelectableChannel extends AbstractInterruptibleChannel ^--------------------------^ *** Semantic Error: Type "AbstractInterruptibleChannel" was not found. 71. public abstract SelectableChannel configureBlocking(boolean block) ^---------------^ *** Semantic Error: Type "SelectableChannel" was not found. 72. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 89. public abstract SelectionKey keyFor(Selector sel); ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 89. public abstract SelectionKey keyFor(Selector sel); ^------^ *** Semantic Error: Type "Selector" was not found. 94. public abstract SelectorProvider provider(); ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 111. public final SelectionKey register(Selector sel, int ops) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 111. public final SelectionKey register(Selector sel, int ops) ^------^ *** Semantic Error: Type "Selector" was not found. 112. throws ClosedChannelException ^--------------------^ *** Semantic Error: The type "ClosedChannelException" is not a subclass of "java.lang.Throwable". 114. return register(sel, ops, null); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "register(??, int, null)" was found in type "SelectableChannel". Perhaps you wanted the overloaded version "?? register(?? sel, int ops, Object att) throws ClosedChannelException;" instead? 133. public abstract SelectionKey register(Selector sel, int ops, Object att) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 133. public abstract SelectionKey register(Selector sel, int ops, Object att) ^------^ *** Semantic Error: Type "Selector" was not found. 134. throws ClosedChannelException; ^--------------------^ *** Semantic Error: The type "ClosedChannelException" is not a subclass of "java.lang.Throwable". Found 39 semantic errors compiling "../java/nio/channels/spi/AbstractSelectableChannel.java": 43. import java.nio.channels.SelectableChannel; ^---------------^ *** Semantic Error: Type "java.nio.channels.SelectableChannel" was not found. 50. public abstract class AbstractSelectableChannel extends SelectableChannel ^---------------^ *** Semantic Error: Type "SelectableChannel" was not found. 53. private Object LOCK = new Object(); ^----^ *** Semantic Error: Type "Object" was not found. 54. private SelectorProvider provider; ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 55. private LinkedList keys = new LinkedList(); ^--------^ *** Semantic Error: Type "LinkedList" was not found. 55. private LinkedList keys = new LinkedList(); ^--------^ *** Semantic Error: Type "LinkedList" was not found. 62. protected AbstractSelectableChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 87. public final SelectableChannel configureBlocking(boolean blocking) ^---------------^ *** Semantic Error: Type "SelectableChannel" was not found. 88. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 107. protected final void implCloseChannel() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 118. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 128. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 160. public final SelectionKey keyFor(Selector selector) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 160. public final SelectionKey keyFor(Selector selector) ^------^ *** Semantic Error: Type "Selector" was not found. 162. if (! isOpen()) ^------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "AbstractSelectableChannel". 169. return locate(selector); ^--------------^ *** Semantic Error: No applicable overload for a method with signature "locate(??)" was found in type "AbstractSelectableChannel". Perhaps you wanted the overloaded version "?? locate(?? selector);" instead? 172. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 183. public final SelectorProvider provider() ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 188. private SelectionKey locate(Selector selector) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 188. private SelectionKey locate(Selector selector) ^------^ *** Semantic Error: Type "Selector" was not found. 190. ListIterator it = keys.listIterator(); ^----------^ *** Semantic Error: Type "ListIterator" was not found. 194. SelectionKey key = (SelectionKey) it.next(); ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 194. SelectionKey key = (SelectionKey) it.next(); ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 200. return null; ^----------^ *** Semantic Error: This statement is unreachable. 216. public final SelectionKey register(Selector selin, int ops, Object att) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 216. public final SelectionKey register(Selector selin, int ops, Object att) ^------^ *** Semantic Error: Type "Selector" was not found. 217. throws ClosedChannelException ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 219. if (! isOpen()) ^------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "AbstractSelectableChannel". 220. throw new ClosedChannelException(); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 222. if ((ops & ~validOps()) != 0) ^--------^ *** Semantic Error: No accessible method with signature "validOps()" was found in type "AbstractSelectableChannel". 223. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 225. SelectionKey key = null; ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 226. AbstractSelector selector = (AbstractSelector) selin; ^--------------^ *** Semantic Error: Type "AbstractSelector" was not found. 226. AbstractSelector selector = (AbstractSelector) selin; ^--------------^ *** Semantic Error: Type "AbstractSelector" was not found. 231. throw new IllegalBlockingModeException(); ^--------------------------^ *** Semantic Error: Type "IllegalBlockingModeException" was not found. 233. key = locate(selector); ^--------------^ *** Semantic Error: No applicable overload for a method with signature "locate(??)" was found in type "AbstractSelectableChannel". Perhaps you wanted the overloaded version "?? locate(?? selector);" instead? 245. addSelectionKey(key); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "addSelectionKey(??)" was found in type "AbstractSelectableChannel". Perhaps you wanted the overloaded version "void addSelectionKey(?? key);" instead? 252. void addSelectionKey(SelectionKey key) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. 258. void removeSelectionKey(SelectionKey key) ^----------^ *** Semantic Error: Type "SelectionKey" was not found. Found 9 semantic errors compiling "../java/nio/channels/ServerSocketChannel.java": 41. import java.net.ServerSocket; ^----------^ *** Semantic Error: Type "java.net.ServerSocket" was not found. 42. import java.nio.channels.spi.AbstractSelectableChannel; ^-----------------------^ *** Semantic Error: A candidate for type "AbstractSelectableChannel" was found, but it is invalid and needs to be fixed before this type will successfully compile. 50. public abstract class ServerSocketChannel extends AbstractSelectableChannel ^-----------------------^ *** Semantic Error: Type "AbstractSelectableChannel" was not found. 55. protected ServerSocketChannel(SelectorProvider provider) ^--------------^ *** Semantic Error: Type "SelectorProvider" was not found. 74. public abstract SocketChannel accept() throws IOException; ^-----------^ *** Semantic Error: Type "SocketChannel" was not found. 74. public abstract SocketChannel accept() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 79. public abstract ServerSocket socket(); ^----------^ *** Semantic Error: Type "ServerSocket" was not found. 86. public static ServerSocketChannel open() throws IOException ^-----------------^ *** Semantic Error: Type "ServerSocketChannel" was not found. 86. public static ServerSocketChannel open() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 17 semantic errors compiling "../java/io/FileDescriptor.java": 44. import java.nio.channels.ByteChannel; ^---------^ *** Semantic Error: Type "java.nio.channels.ByteChannel" was not found. 63. public static final FileDescriptor in ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 64. = new FileDescriptor (FileChannelImpl.in); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 71. public static final FileDescriptor out ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 72. = new FileDescriptor (FileChannelImpl.out); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 79. public static final FileDescriptor err ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 80. = new FileDescriptor (FileChannelImpl.err); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 82. final ByteChannel channel; ^---------^ *** Semantic Error: Type "ByteChannel" was not found. <---------------------- 87. public FileDescriptor() . . . 90. } --> *** 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. <---------------------------------- 95. FileDescriptor(ByteChannel channel) . . . 98. } --> *** 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. 95. FileDescriptor(ByteChannel channel) ^---------^ *** Semantic Error: Type "ByteChannel" was not found. 112. if (channel instanceof FileChannel) ^---------^ *** Semantic Error: Type "FileChannel" was not found. 116. ((FileChannel) channel).force(true); ^---------^ *** Semantic Error: Type "FileChannel" was not found. 118. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 120. if (ex instanceof SyncFailedException) ^-----------------^ *** Semantic Error: Type "SyncFailedException" was not found. 121. throw (SyncFailedException) ex; ^-----------------^ *** Semantic Error: Type "SyncFailedException" was not found. 123. throw new SyncFailedException(ex.toString()); ^-----------------^ *** Semantic Error: Type "SyncFailedException" was not found. Found 22 semantic errors compiling "../java/net/SocketImpl.java": 41. import java.io.FileDescriptor; ^------------^ *** Semantic Error: Type "java.io.FileDescriptor" was not found. 77. protected FileDescriptor fd; ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 106. protected abstract void create(boolean stream) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 117. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 128. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 143. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 158. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 170. protected abstract void listen(int backlog) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 179. protected abstract void accept(SocketImpl s) throws IOException; ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 179. protected abstract void accept(SocketImpl s) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 188. protected abstract InputStream getInputStream() throws IOException; ^---------^ *** Semantic Error: Type "InputStream" was not found. 188. protected abstract InputStream getInputStream() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 197. protected abstract OutputStream getOutputStream() throws IOException; ^----------^ *** Semantic Error: Type "OutputStream" was not found. 197. protected abstract OutputStream getOutputStream() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 207. protected abstract int available() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 218. protected abstract void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 225. protected FileDescriptor getFileDescriptor() ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 275. protected abstract void sendUrgentData(int data) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 306. protected void shutdownInput() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 308. throw new IOException("Not implemented in this socket class"); ^---------^ *** Semantic Error: Type "IOException" was not found. 317. protected void shutdownOutput() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 319. throw new IOException("Not implemented in this socket class"); ^---------^ *** Semantic Error: Type "IOException" 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 8 semantic errors compiling "../java/net/InetSocketAddress.java": 82. throw new IllegalArgumentException("Bad port number: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 101. this((InetAddress) null, port); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 116. throw new IllegalArgumentException("Null host name value"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 119. throw new IllegalArgumentException("Bad port number: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 128. catch (Exception e) // UnknownHostException, SecurityException ^-------^ *** Semantic Error: Type "Exception" was not found. 146. if (obj instanceof InetSocketAddress) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 148. InetSocketAddress sa = (InetSocketAddress) obj; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 148. InetSocketAddress sa = (InetSocketAddress) obj; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. Found 62 semantic errors compiling "../java/net/InetAddress.java": 64. public class InetAddress implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 87. private static InetAddress inaddr_any; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 92. static InetAddress ANY_IF; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 97. static InetAddress LOCALHOST; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 119. private static HashMap cache; ^-----^ *** Semantic Error: Type "HashMap" was not found. 141. cache = new HashMap(cache_size); ^-----^ *** Semantic Error: Type "HashMap" was not found. 149. LOCALHOST = new Inet4Address(ip_localhost, "localhost"); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 151. catch (UnknownHostException uhe) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 155. ANY_IF = new Inet4Address(zeros, "0.0.0.0"); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 375. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 388. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 395. catch (SecurityException e) ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 402. InetAddress address; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 406. address = new Inet6Address(getAddress(), null); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 408. address = new Inet4Address(getAddress(), null); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 435. StringBuffer sb = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 435. StringBuffer sb = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 486. if (! (obj instanceof InetAddress)) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 495. byte[] addr2 = ((InetAddress) obj).addr; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 504. return true; ^----------^ *** Semantic Error: This statement is unreachable. 516. String addr = getHostAddress(); ^----^ *** Semantic Error: Type "String" was not found. 517. String host = (hostName != null) ? hostName : ""; ^----^ *** Semantic Error: Type "String" was not found. 517. 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". 533. public static InetAddress getByAddress(byte[] addr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 534. throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 550. public static InetAddress getByAddress(String host, byte[] addr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 551. throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 554. return new Inet4Address(addr, host); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 557. return new Inet6Address(addr, host); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 559. throw new UnknownHostException("IP address has illegal length"); ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 570. StringTokenizer st = new StringTokenizer(hostname, "."); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 570. StringTokenizer st = new StringTokenizer(hostname, "."); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 588. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 619. public static InetAddress getByName(String hostname) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 620. throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 622. InetAddress[] addresses = getAllByName(hostname); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 643. public static InetAddress[] getAllByName(String hostname) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 644. throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 646. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 650. InetAddress[] addresses; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 655. addresses = new InetAddress[1]; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 670. throw new UnknownHostException(hostname); ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 672. addresses = new InetAddress[iplist.length]; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 677. throw new UnknownHostException(hostname); ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 679. addresses[i] = new Inet4Address(iplist[i], hostname); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. <------------------------------- 682. addToCache(hostname, addresses); 683. return addresses; --------------------> *** Semantic Error: These statements are unreachable. 695. private static synchronized InetAddress[] checkCacheFor(String hostname) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 697. InetAddress[] addresses = null; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 702. Object obj = cache.get(hostname); ^----^ *** Semantic Error: Type "Object" was not found. 706. if (obj instanceof InetAddress[]) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 707. addresses = (InetAddress[]) obj; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 754. static InetAddress getInaddrAny() throws UnknownHostException ^---------^ *** Semantic Error: Type "InetAddress" was not found. 754. static InetAddress getInaddrAny() throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 759. inaddr_any = new Inet4Address(tmp, null); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 774. public static InetAddress getLocalHost() throws UnknownHostException ^---------^ *** Semantic Error: Type "InetAddress" was not found. 774. public static InetAddress getLocalHost() throws UnknownHostException ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 776. String hostname = VMInetAddress.getLocalHostname(); ^----^ *** Semantic Error: Type "String" was not found. 783. private void readResolve() throws ObjectStreamException ^-------------------^ *** Semantic Error: Type "ObjectStreamException" was not found. 788. private void readObject(ObjectInputStream ois) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 789. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 801. private void writeObject(ObjectOutputStream oos) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 801. private void writeObject(ObjectOutputStream oos) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 51 semantic errors compiling "../gnu/java/net/PlainSocketImpl.java": 50. import java.net.InetAddress; ^---------^ *** Semantic Error: Type "java.net.InetAddress" was not found. 51. import java.net.InetSocketAddress; ^---------------^ *** Semantic Error: Type "java.net.InetSocketAddress" was not found. 52. import java.net.SocketAddress; ^-----------^ *** Semantic Error: Type "java.net.SocketAddress" was not found. 53. import java.net.SocketException; ^-------------^ *** Semantic Error: Type "java.net.SocketException" was not found. 54. import java.net.SocketImpl; ^--------^ *** Semantic Error: Type "java.net.SocketImpl" was not found. 55. import java.net.SocketOptions; ^-----------^ *** Semantic Error: Type "java.net.SocketOptions" was not found. 73. public final class PlainSocketImpl extends SocketImpl ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 96. private InputStream in; ^---------^ *** Semantic Error: Type "InputStream" was not found. 101. private OutputStream out; ^----------^ *** Semantic Error: Type "OutputStream" was not found. 137. protected void finalize() throws Throwable ^-------^ *** Semantic Error: Type "Throwable" was not found. 146. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 169. public native void setOption(int optID, Object value) throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 182. public native Object getOption(int optID) throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 190. public native void shutdownInput() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 198. public native void shutdownOutput() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 208. protected synchronized native void create(boolean stream) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 218. protected synchronized void connect(String host, int port) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 231. protected native void connect(InetAddress addr, int port) throws IOException; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 231. protected native void connect(InetAddress addr, int port) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 240. protected synchronized void connect(SocketAddress address, int timeout) throws IOException ^-----------------------------------------^ *** Semantic Error: Duplicate declaration of method "connect" in type "PlainSocketImpl". The other occurrence is at location "../gnu/java/net/PlainSocketImpl.java:218". 240. protected synchronized void connect(SocketAddress address, int timeout) throws IOException ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 277. protected synchronized native void bind(InetAddress addr, int port) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 278. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 291. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 299. protected synchronized native void accept(SocketImpl impl) ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 300. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 310. protected native int available() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 321. protected native void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 325. throw new InternalError ("PlainSocketImpl::sendUrgentData not implemented"); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 338. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 348. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 358. protected synchronized InputStream getInputStream() throws IOException ^---------^ *** Semantic Error: Type "InputStream" was not found. 358. protected synchronized InputStream getInputStream() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 361. in = new SocketInputStream(); ^---------------^ *** Semantic Error: Type "SocketInputStream" was not found. 374. protected synchronized OutputStream getOutputStream() throws IOException ^----------^ *** Semantic Error: Type "OutputStream" was not found. 374. protected synchronized OutputStream getOutputStream() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 377. out = new SocketOutputStream(); ^----------------^ *** Semantic Error: Type "SocketOutputStream" was not found. 391. extends InputStream ^---------^ *** Semantic Error: Type "InputStream" was not found. 396. public int available() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 398. return PlainSocketImpl.this.available(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 406. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 408. PlainSocketImpl.this.close(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 418. public int read() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 435. public int read (byte[] buf, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 437. int bytes_read = PlainSocketImpl.this.read (buf, offset, len); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 455. extends OutputStream ^----------^ *** Semantic Error: Type "OutputStream" was not found. 464. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 466. PlainSocketImpl.this.close(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 476. public void write(int b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 492. public void write (byte[] buf, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 494. PlainSocketImpl.this.write (buf, offset, len); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. Found 80 semantic errors compiling "../java/net/ServerSocket.java": 41. import gnu.java.net.PlainSocketImpl; ^-------------^ *** Semantic Error: Type "gnu.java.net.PlainSocketImpl" was not found. 44. import java.nio.channels.IllegalBlockingModeException; ^--------------------------^ *** Semantic Error: Type "java.nio.channels.IllegalBlockingModeException" was not found. 45. import java.nio.channels.ServerSocketChannel; ^-----------------^ *** Semantic Error: A candidate for type "ServerSocketChannel" was found, but it is invalid and needs to be fixed before this type will successfully compile. 76. private SocketImpl impl; ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 81. private InetSocketAddress local; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 89. ServerSocket(SocketImpl impl) throws IOException ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 89. ServerSocket(SocketImpl impl) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 92. throw new NullPointerException("impl may not be null"); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 104. SocketImpl getImpl() ^--------^ *** Semantic Error: Type "SocketImpl" was not found. 116. public ServerSocket() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 121. impl = new PlainSocketImpl(); ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 137. public ServerSocket(int port) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 155. public ServerSocket(int port, int backlog) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 177. public ServerSocket(int port, int backlog, InetAddress bindAddr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 178. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 183. bind(new InetSocketAddress(bindAddr, port), backlog); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 198. public void bind(SocketAddress endpoint) throws IOException ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 198. public void bind(SocketAddress endpoint) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 200. bind(endpoint, 50); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "bind(??, int)" was found in type "ServerSocket". Perhaps you wanted the overloaded version "void bind(?? endpoint, int backlog) throws ??;" instead? 216. public void bind(SocketAddress endpoint, int backlog) ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 217. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 220. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 222. if (! (endpoint instanceof InetSocketAddress)) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 223. throw new IllegalArgumentException("Address type not supported"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 225. InetSocketAddress tmp = (InetSocketAddress) endpoint; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 225. InetSocketAddress tmp = (InetSocketAddress) endpoint; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 227. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 231. InetAddress addr = tmp.getAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 241. local = new InetSocketAddress( ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 242. (InetAddress) impl.getOption(SocketOptions.SO_BINDADDR), ^---------^ *** Semantic Error: Type "InetAddress" was not found. 245. catch (IOException exception) ^---------^ *** Semantic Error: Type "IOException" was not found. 250. catch (RuntimeException exception) ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 255. catch (Error error) ^---^ *** Semantic Error: Type "Error" was not found. 267. public InetAddress getInetAddress() ^---------^ *** Semantic Error: Type "InetAddress" was not found. 295. public SocketAddress getLocalSocketAddress() ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 315. public Socket accept() throws IOException ^----^ *** Semantic Error: Type "Socket" was not found. 315. public Socket accept() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 317. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 322. Socket socket = new Socket(); ^----^ *** Semantic Error: Type "Socket" was not found. 322. Socket socket = new Socket(); ^----^ *** Semantic Error: Type "Socket" was not found. 326. implAccept(socket); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "implAccept(??)" was found in type "ServerSocket". Perhaps you wanted the overloaded version "void implAccept(?? socket) throws ??;" instead? 328. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 334. catch (IOException e2) ^---------^ *** Semantic Error: Type "IOException" was not found. 358. protected final void implAccept(Socket socket) throws IOException ^----^ *** Semantic Error: Type "Socket" was not found. 358. protected final void implAccept(Socket socket) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 361. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 368. && ! ((PlainSocketImpl) getImpl()).isInChannelOperation()) ^-------------^ *** Semantic Error: Type "PlainSocketImpl" was not found. 369. throw new IllegalBlockingModeException(); ^--------------------------^ *** Semantic Error: Type "IllegalBlockingModeException" was not found. 381. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 404. public ServerSocketChannel getChannel() ^-----------------^ *** Semantic Error: Type "ServerSocketChannel" was not found. 445. public void setSoTimeout(int timeout) throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 448. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 451. throw new IllegalArgumentException("SO_TIMEOUT value must be >= 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 453. impl.setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); ^-----^ *** Semantic Error: Type "Integer" was not found. 468. public int getSoTimeout() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 471. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 473. Object timeout = impl.getOption(SocketOptions.SO_TIMEOUT); ^----^ *** Semantic Error: Type "Object" was not found. 475. if (! (timeout instanceof Integer)) ^-----^ *** Semantic Error: Type "Integer" was not found. 476. throw new IOException("Internal Error"); ^---------^ *** Semantic Error: Type "IOException" was not found. 478. return ((Integer) timeout).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 490. public void setReuseAddress(boolean on) throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 493. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 507. public boolean getReuseAddress() throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 510. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 512. Object reuseaddr = impl.getOption(SocketOptions.SO_REUSEADDR); ^----^ *** Semantic Error: Type "Object" was not found. 514. if (! (reuseaddr instanceof Boolean)) ^-----^ *** Semantic Error: Type "Boolean" was not found. 515. throw new SocketException("Internal Error"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 517. return ((Boolean) reuseaddr).booleanValue(); ^-----^ *** Semantic Error: Type "Boolean" was not found. 532. public void setReceiveBufferSize(int size) throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 535. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 538. throw new IllegalArgumentException("SO_RCVBUF value must be > 0"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 540. impl.setOption(SocketOptions.SO_RCVBUF, new Integer(size)); ^-----^ *** Semantic Error: Type "Integer" was not found. 554. public int getReceiveBufferSize() throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 557. throw new SocketException("ServerSocket is closed"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 559. Object buf = impl.getOption(SocketOptions.SO_RCVBUF); ^----^ *** Semantic Error: Type "Object" was not found. 561. if (! (buf instanceof Integer)) ^-----^ *** Semantic Error: Type "Integer" was not found. 562. throw new SocketException("Internal Error: Unexpected type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 564. return ((Integer) buf).intValue(); ^-----^ *** Semantic Error: Type "Integer" was not found. 575. return "ServerSocket[unbound]"; ^---------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 597. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 3 semantic errors compiling "../org/omg/CORBA/portable/InvokeHandler.java": 62. OutputStream _invoke(String method, org.omg.CORBA.portable.InputStream input, ^----------^ *** Semantic Error: Type "OutputStream" was not found. 62. OutputStream _invoke(String method, org.omg.CORBA.portable.InputStream input, ^--------------------------------^ *** Semantic Error: Type "InputStream" was not found. 65. throws SystemException; ^-------------^ *** Semantic Error: Type "SystemException" was not found. Found 1 semantic error compiling "../org/omg/CORBA/NO_RESOURCES.java": 81. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 12 semantic errors compiling "../java/awt/Panel.java": 55. public class Panel extends Container implements Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 63. private transient AccessibleContext context; ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 84. this(new FlowLayout()); ^--------^ *** Semantic Error: Type "FlowLayout" was not found. 96. setLayout(layoutManager); ^----------------------^ *** Semantic Error: No accessible method with signature "setLayout(LayoutManager)" was found in type "Panel". 107. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Panel". 108. peer = getToolkit().createPanel(this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Panel". 108. peer = getToolkit().createPanel(this); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "Panel". 119. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 122. context = new AccessibleAWTPanel(); ^----------------^ *** Semantic Error: Type "AccessibleAWTPanel" was not found. 133. protected class AccessibleAWTPanel extends AccessibleAWTContainer ^--------------------^ *** Semantic Error: Type "AccessibleAWTContainer" was not found. 153. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 166. return "panel" + getUniqueLong (); ^------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 21 semantic errors compiling "../javax/accessibility/AccessibleComponent.java": 74. Color getBackground(); ^---^ *** Semantic Error: Type "Color" was not found. 82. void setBackground(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 90. Color getForeground(); ^---^ *** Semantic Error: Type "Color" was not found. 98. void setForeground(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 106. Cursor getCursor(); ^----^ *** Semantic Error: Type "Cursor" was not found. 114. void setCursor(Cursor cursor); ^----^ *** Semantic Error: Type "Cursor" was not found. 122. Font getFont(); ^--^ *** Semantic Error: Type "Font" was not found. 130. void setFont(Font font); ^--^ *** Semantic Error: Type "Font" was not found. 140. FontMetrics getFontMetrics(Font font); ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 140. FontMetrics getFontMetrics(Font font); ^--^ *** Semantic Error: Type "Font" was not found. 207. boolean contains(Point point); ^---^ *** Semantic Error: Type "Point" was not found. 217. Point getLocationOnScreen(); ^---^ *** Semantic Error: Type "Point" was not found. 228. Point getLocation(); ^---^ *** Semantic Error: Type "Point" was not found. 238. void setLocation(Point point); ^---^ *** Semantic Error: Type "Point" was not found. 247. Rectangle getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 256. void setBounds(Rectangle rectangle); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 264. Dimension getSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 273. void setSize(Dimension dimension); ^-------^ *** Semantic Error: Type "Dimension" was not found. 282. Accessible getAccessibleAt(Point point); ^---^ *** Semantic Error: Type "Point" was not found. 312. void addFocusListener(FocusListener listener); ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 320. void removeFocusListener(FocusListener listener); ^-----------^ *** Semantic Error: Type "FocusListener" was not found. Found 7 semantic errors compiling "../java/awt/im/spi/InputMethodDescriptor.java": 69. Locale[] getAvailableLocales() throws AWTException; ^----^ *** Semantic Error: Type "Locale" was not found. 69. Locale[] getAvailableLocales() throws AWTException; ^----------^ *** Semantic Error: Type "AWTException" was not found. 92. String getInputMethodDisplayName(Locale inputLocale, ^----^ *** Semantic Error: Type "Locale" was not found. 93. Locale displayLanguage); ^----^ *** Semantic Error: Type "Locale" was not found. 103. Image getInputMethodIcon(Locale inputLocale); ^---^ *** Semantic Error: Type "Image" was not found. 103. Image getInputMethodIcon(Locale inputLocale); ^----^ *** Semantic Error: Type "Locale" was not found. 111. InputMethod createInputMethod() throws Exception; ^-------^ *** Semantic Error: Type "Exception" was not found. Found 5 semantic errors compiling "../java/awt/im/spi/InputMethod.java": 43. import java.awt.im.InputContext; ^----------^ *** Semantic Error: Type "java.awt.im.InputContext" was not found. 85. boolean setLocale(Locale locale); ^----^ *** Semantic Error: Type "Locale" was not found. 94. Locale getLocale(); ^----^ *** Semantic Error: Type "Locale" was not found. 153. void dispatchEvent(AWTEvent event); ^------^ *** Semantic Error: Type "AWTEvent" was not found. 171. void notifyClientWindowChange(Rectangle bounds); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 42 semantic errors compiling "../java/awt/im/InputContext.java": 46. import java.awt.im.spi.InputMethod; ^---------^ *** Semantic Error: Type "java.awt.im.spi.InputMethod" was not found. 47. import java.awt.im.spi.InputMethodDescriptor; ^-------------------^ *** Semantic Error: Type "java.awt.im.spi.InputMethodDescriptor" was not found. 89. private static final ArrayList descriptors = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 89. private static final ArrayList descriptors = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. <----- 90. static . . . 140. } --> *** Semantic Error: An initializer block must be able to complete normally. 92. Enumeration e; ^---------^ *** Semantic Error: Type "Enumeration" was not found. 98. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 105. URL url = (URL) e.nextElement(); ^-^ *** Semantic Error: Type "URL" was not found. 105. URL url = (URL) e.nextElement(); ^-^ *** Semantic Error: Type "URL" was not found. 106. BufferedReader in; ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 107. String line; ^----^ *** Semantic Error: Type "String" was not found. 110. in = new BufferedReader ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 111. (new InputStreamReader(url.openConnection().getInputStream(), ^---------------^ *** Semantic Error: Type "InputStreamReader" was not found. 115. catch (IOException ignored) ^---------^ *** Semantic Error: Type "IOException" was not found. 120. while (line != null) ^--^ *** Semantic Error: The variable "line" may be accessed here before having been definitely assigned a value. 126. Class c = Class.forName(line); ^---^ *** Semantic Error: Type "Class" was not found. 127. descriptors.add((InputMethodDescriptor) c.newInstance()); ^-------------------^ *** Semantic Error: Type "InputMethodDescriptor" was not found. 131. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 135. catch (Exception ignored) ^-------^ *** Semantic Error: Type "Exception" was not found. 143. private InputMethod im; ^---------^ *** Semantic Error: Type "InputMethod" was not found. 146. private final HashMap recent = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 146. private final HashMap recent = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 149. private Character.Subset[] subsets; ^--------------^ *** Semantic Error: Type "Subset" was not found. 164. public static InputContext getInstance() ^----------^ *** Semantic Error: Type "InputContext" was not found. 166. InputContext ic = new InputContext(); ^----------^ *** Semantic Error: Type "InputContext" was not found. 166. InputContext ic = new InputContext(); ^----------^ *** Semantic Error: Type "InputContext" was not found. 208. public boolean selectInputMethod(Locale locale) ^----^ *** Semantic Error: Type "Locale" was not found. 215. InputMethod next = (InputMethod) recent.get(locale); ^---------^ *** Semantic Error: Type "InputMethod" was not found. 215. InputMethod next = (InputMethod) recent.get(locale); ^---------^ *** Semantic Error: Type "InputMethod" was not found. 220. InputMethodDescriptor d = (InputMethodDescriptor) descriptors.get(i); ^-------------------^ *** Semantic Error: Type "InputMethodDescriptor" was not found. 220. InputMethodDescriptor d = (InputMethodDescriptor) descriptors.get(i); ^-------------------^ *** Semantic Error: Type "InputMethodDescriptor" was not found. 221. Locale[] list; ^----^ *** Semantic Error: Type "Locale" was not found. 226. catch (AWTException ignored) ^----------^ *** Semantic Error: Type "AWTException" was not found. 238. catch (Exception ignored) ^-------^ *** Semantic Error: Type "Exception" was not found. 253. catch (UnsupportedOperationException ignored) ^---------------------------^ *** Semantic Error: Type "java.lang.UnsupportedOperationException" was not found. 280. public Locale getLocale() ^----^ *** Semantic Error: Type "Locale" was not found. 294. public void setCharacterSubsets(Character.Subset[] subsets) ^-------^ *** Semantic Error: Type "java.lang.Character" was not found. 316. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 332. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 350. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 362. public void dispatchEvent(AWTEvent event) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 379. public void removeNotify(Component client) ^-------^ *** Semantic Error: Type "Component" was not found. Found 1 semantic error compiling "../java/awt/event/MouseWheelListener.java": 52. public interface MouseWheelListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 3 semantic errors compiling "../javax/swing/Scrollable.java": 51. Dimension getPreferredScrollableViewportSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 53. int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 56. int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 24 semantic errors compiling "../javax/swing/plaf/ComponentUI.java": 46. import javax.swing.JComponent; ^--------^ *** Semantic Error: A candidate for type "JComponent" was found, but it is invalid and needs to be fixed before this type will successfully compile. 127. public void installUI(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 144. public void uninstallUI(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 160. public void paint(Graphics g, JComponent c) ^------^ *** Semantic Error: Type "Graphics" was not found. 160. public void paint(Graphics g, JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 184. public void update(Graphics g, JComponent c) ^------^ *** Semantic Error: Type "Graphics" was not found. 184. public void update(Graphics g, JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 189. Rectangle clip = g.getClipBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 192. paint(g, c); ^---------^ *** Semantic Error: No applicable overload for a method with signature "paint(??, ??)" was found in type "ComponentUI". Perhaps you wanted the overloaded version "void paint(?? g, ?? c);" instead? 207. public Dimension getPreferredSize(JComponent c) ^-------^ *** Semantic Error: Type "Dimension" was not found. 207. public Dimension getPreferredSize(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 224. public Dimension getMinimumSize(JComponent c) ^-------^ *** Semantic Error: Type "Dimension" was not found. 224. public Dimension getMinimumSize(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 226. return getPreferredSize(c); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "getPreferredSize(??)" was found in type "ComponentUI". Perhaps you wanted the overloaded version "?? getPreferredSize(?? c);" instead? 241. public Dimension getMaximumSize(JComponent c) ^-------^ *** Semantic Error: Type "Dimension" was not found. 241. public Dimension getMaximumSize(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 243. return getPreferredSize(c); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "getPreferredSize(??)" was found in type "ComponentUI". Perhaps you wanted the overloaded version "?? getPreferredSize(?? c);" instead? 266. public boolean contains(JComponent c, int x, int y) ^--------^ *** Semantic Error: Type "JComponent" was not found. 294. public static ComponentUI createUI(JComponent c) ^---------^ *** Semantic Error: Type "ComponentUI" was not found. 294. public static ComponentUI createUI(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 296. throw new Error( ^---^ *** Semantic Error: Type "Error" was not found. 310. public int getAccessibleChildrenCount(JComponent c) ^--------^ *** Semantic Error: Type "JComponent" was not found. 326. public Accessible getAccessibleChild(JComponent c, int i) ^--------^ *** Semantic Error: Type "Accessible" was not found. 326. public Accessible getAccessibleChild(JComponent c, int i) ^--------^ *** Semantic Error: Type "JComponent" was not found. Found 1 semantic error compiling "../javax/swing/event/ChangeListener.java": 48. public interface ChangeListener extends EventListener { ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../javax/swing/event/ChangeEvent.java": 48. public class ChangeEvent extends EventObject { ^---------^ *** Semantic Error: Type "EventObject" was not found. Found 4 semantic errors compiling "../javax/swing/border/Border.java": 80. void paintBorder(Component c, Graphics g, int x, int y, int width, ^-------^ *** Semantic Error: Type "Component" was not found. 80. void paintBorder(Component c, Graphics g, int x, int y, int width, ^------^ *** Semantic Error: Type "Graphics" was not found. 92. Insets getBorderInsets(Component c); ^----^ *** Semantic Error: Type "Insets" was not found. 92. Insets getBorderInsets(Component c); ^-------^ *** Semantic Error: Type "Component" was not found. Found 6 semantic errors compiling "../java/beans/PropertyChangeEvent.java": 62. public class PropertyChangeEvent extends EventObject ^---------^ *** Semantic Error: Type "EventObject" was not found. <------------------------------------------------------------- 112. public PropertyChangeEvent(Object source, String propertyName, . . . 119. } --> *** Semantic Error: The blank final field "propertyName" 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. 182. PropertyChangeEvent rollback() ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 184. PropertyChangeEvent result ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 185. = new PropertyChangeEvent(source, propertyName, newValue, oldValue); ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 185. = new PropertyChangeEvent(source, propertyName, newValue, oldValue); ^----^ *** Semantic Error: No accessible field named "source" was found in type "PropertyChangeEvent". Found 5 semantic errors compiling "../java/awt/LayoutManager.java": 57. void addLayoutComponent(String name, Component component); ^-------^ *** Semantic Error: Type "Component" was not found. 64. void removeLayoutComponent(Component component); ^-------^ *** Semantic Error: Type "Component" was not found. 74. Dimension preferredLayoutSize(Container parent); ^-------^ *** Semantic Error: Type "Container" was not found. 84. Dimension minimumLayoutSize(Container parent); ^-------^ *** Semantic Error: Type "Container" was not found. 91. void layoutContainer(Container parent); ^-------^ *** Semantic Error: Type "Container" was not found. Found 14 semantic errors compiling "../java/awt/ComponentOrientation.java": 74. public final class ComponentOrientation implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 94. public static final ComponentOrientation LEFT_TO_RIGHT ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 95. = new ComponentOrientation(HORIZONTAL_ID | LEFT_TO_RIGHT_ID); ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 101. public static final ComponentOrientation RIGHT_TO_LEFT ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 102. = new ComponentOrientation(HORIZONTAL_ID); ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 108. public static final ComponentOrientation UNKNOWN ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 109. = new ComponentOrientation(UNKNOWN_ID | HORIZONTAL_ID | LEFT_TO_RIGHT_ID); ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. <-------------------------------------------- 124. private ComponentOrientation(int orientation) . . . 127. } --> *** Semantic Error: The blank final field "orientation" 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. 161. public static ComponentOrientation getOrientation(Locale locale) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 161. public static ComponentOrientation getOrientation(Locale locale) ^----^ *** Semantic Error: Type "Locale" was not found. 166. String language = locale.getLanguage(); ^----^ *** Semantic Error: Type "String" was not found. 189. public static ComponentOrientation getOrientation(ResourceBundle bdl) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 189. public static ComponentOrientation getOrientation(ResourceBundle bdl) ^--------------------------------^ *** Semantic Error: Duplicate declaration of method "getOrientation" in type "ComponentOrientation". The other occurrence is at location "../java/awt/ComponentOrientation.java:161". 189. public static ComponentOrientation getOrientation(ResourceBundle bdl) ^------------^ *** Semantic Error: Type "ResourceBundle" was not found. Found 15 semantic errors compiling "../javax/swing/ScrollPaneConstants.java": 51. String VIEWPORT = "VIEWPORT"; ^-------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 56. String VERTICAL_SCROLLBAR = "VERTICAL_SCROLLBAR"; ^---------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 61. String HORIZONTAL_SCROLLBAR = "HORIZONTAL_SCROLLBAR"; ^-------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 66. String ROW_HEADER = "ROW_HEADER"; ^-----------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 71. String COLUMN_HEADER = "COLUMN_HEADER"; ^-----------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 76. String LOWER_LEFT_CORNER = "LOWER_LEFT_CORNER"; ^-------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 81. String LOWER_RIGHT_CORNER = "LOWER_RIGHT_CORNER"; ^---------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 86. String UPPER_LEFT_CORNER = "UPPER_LEFT_CORNER"; ^-------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 91. String UPPER_RIGHT_CORNER = "UPPER_RIGHT_CORNER"; ^---------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 96. String LOWER_LEADING_CORNER = "LOWER_LEADING_CORNER"; ^-------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 101. String LOWER_TRAILING_CORNER = "LOWER_TRAILING_CORNER"; ^---------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 106. String UPPER_LEADING_CORNER = "UPPER_LEADING_CORNER"; ^-------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 111. String UPPER_TRAILING_CORNER = "UPPER_TRAILING_CORNER"; ^---------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 116. String VERTICAL_SCROLLBAR_POLICY = "VERTICAL_SCROLLBAR_POLICY"; ^-----------------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 121. String HORIZONTAL_SCROLLBAR_POLICY = "HORIZONTAL_SCROLLBAR_POLICY"; ^---------------------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". Found 193 semantic errors compiling "../javax/swing/JScrollPane.java": 42. import java.awt.ComponentOrientation; ^------------------^ *** Semantic Error: Type "java.awt.ComponentOrientation" was not found. 44. import java.awt.LayoutManager; ^-----------^ *** Semantic Error: Type "java.awt.LayoutManager" was not found. 46. import java.beans.PropertyChangeEvent; ^-----------------^ *** Semantic Error: Type "java.beans.PropertyChangeEvent" was not found. 51. import javax.swing.border.Border; ^----^ *** Semantic Error: Type "javax.swing.border.Border" was not found. 52. import javax.swing.event.ChangeEvent; ^---------^ *** Semantic Error: Type "javax.swing.event.ChangeEvent" was not found. 53. import javax.swing.event.ChangeListener; ^------------^ *** Semantic Error: Type "javax.swing.event.ChangeListener" was not found. 54. import javax.swing.plaf.ScrollPaneUI; ^----------^ *** Semantic Error: Type "javax.swing.plaf.ScrollPaneUI" was not found. 55. import javax.swing.plaf.UIResource; ^--------^ *** Semantic Error: Type "javax.swing.plaf.UIResource" was not found. 82. implements Accessible, ScrollPaneConstants ^--------^ *** Semantic Error: Type "Accessible" was not found. 89. protected class AccessibleJScrollPane extends AccessibleJComponent ^------------------^ *** Semantic Error: Type "AccessibleJComponent" was not found. 90. implements ChangeListener, PropertyChangeListener ^------------^ *** Semantic Error: Type "ChangeListener" was not found. 90. implements ChangeListener, PropertyChangeListener ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 96. protected JViewport viewPort; ^-------^ *** Semantic Error: Type "JViewport" was not found. 116. public void stateChanged(ChangeEvent event) ^---------^ *** Semantic Error: Type "ChangeEvent" was not found. 126. public void propertyChange(PropertyChangeEvent e) ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 150. protected JViewport columnHeader; ^-------^ *** Semantic Error: Type "JViewport" was not found. 151. protected JViewport rowHeader; ^-------^ *** Semantic Error: Type "JViewport" was not found. 153. protected Component lowerLeft; ^-------^ *** Semantic Error: Type "Component" was not found. 154. protected Component lowerRight; ^-------^ *** Semantic Error: Type "Component" was not found. 155. protected Component upperLeft; ^-------^ *** Semantic Error: Type "Component" was not found. 156. protected Component upperRight; ^-------^ *** Semantic Error: Type "Component" was not found. 158. protected JScrollBar horizontalScrollBar; ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 160. protected JScrollBar verticalScrollBar; ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 163. protected JViewport viewport; ^-------^ *** Semantic Error: Type "JViewport" was not found. 165. Border viewportBorder; ^----^ *** Semantic Error: Type "Border" was not found. 168. public JViewport getColumnHeader() ^-------^ *** Semantic Error: Type "JViewport" was not found. 173. public Component getCorner(String key) { ^-------^ *** Semantic Error: Type "Component" was not found. 174. if (getComponentOrientation() ^-----------------------^ *** Semantic Error: No accessible method with signature "getComponentOrientation()" was found in type "JScrollPane". 177. if (key == LOWER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "LOWER_LEADING_CORNER" was found in type "JScrollPane". 178. key = LOWER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 179. else if (key == LOWER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "LOWER_TRAILING_CORNER" was found in type "JScrollPane". 180. key = LOWER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 181. else if (key == UPPER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "UPPER_LEADING_CORNER" was found in type "JScrollPane". 182. key = UPPER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 183. else if (key == UPPER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "UPPER_TRAILING_CORNER" was found in type "JScrollPane". 184. key = UPPER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 186. else if (getComponentOrientation() ^-----------------------^ *** Semantic Error: No accessible method with signature "getComponentOrientation()" was found in type "JScrollPane". 189. if (key == LOWER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "LOWER_LEADING_CORNER" was found in type "JScrollPane". 190. key = LOWER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 191. else if (key == LOWER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "LOWER_TRAILING_CORNER" was found in type "JScrollPane". 192. key = LOWER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 193. else if (key == UPPER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "UPPER_LEADING_CORNER" was found in type "JScrollPane". 194. key = UPPER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 195. else if (key == UPPER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "UPPER_TRAILING_CORNER" was found in type "JScrollPane". 196. key = UPPER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 199. if (key == LOWER_RIGHT_CORNER) ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 201. else if (key == UPPER_RIGHT_CORNER) ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 203. else if (key == LOWER_LEFT_CORNER) ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 205. else if (key == UPPER_LEFT_CORNER) ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 210. public JScrollBar getHorizontalScrollBar() ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 220. public JViewport getRowHeader() ^-------^ *** Semantic Error: Type "JViewport" was not found. 225. public JScrollBar getVerticalScrollBar() ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 235. public JViewport getViewport() ^-------^ *** Semantic Error: Type "JViewport" was not found. 240. public Border getViewportBorder() ^----^ *** Semantic Error: Type "Border" was not found. 245. public Rectangle getViewportBorderBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 250. return new Rectangle(0,0,0,0); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 256. Insets i = viewportBorder.getBorderInsets(getViewport()); ^----^ *** Semantic Error: Type "Insets" was not found. 258. return new Rectangle(0,0, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 262. Rectangle b = getViewport().getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 263. return new Rectangle(b.x - i.left, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 280. LayoutManager m = super.getLayout(); ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 281. if (m != null && m instanceof ScrollPaneLayout) ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 283. ScrollPaneLayout sl = (ScrollPaneLayout) m; ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 283. ScrollPaneLayout sl = (ScrollPaneLayout) m; ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 288. private void removeNonNull(Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 291. remove(c); ^-------^ *** Semantic Error: No accessible method with signature "remove(??)" was found in type "JScrollPane". 294. private void addNonNull(Component c, Object constraints) ^-------^ *** Semantic Error: Type "Component" was not found. 297. add(c, constraints); ^-----------------^ *** Semantic Error: No accessible method with signature "add(??, Object)" was found in type "JScrollPane". 300. public void setComponentOrientation(ComponentOrientation co) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 302. ComponentOrientation old = super.getComponentOrientation(); ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 304. firePropertyChange("componentOrientation", old, co); ^-------------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 308. public void setColumnHeader(JViewport h) ^-------^ *** Semantic Error: Type "JViewport" was not found. 313. JViewport old = columnHeader; ^-------^ *** Semantic Error: Type "JViewport" was not found. 314. removeNonNull(old); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 317. firePropertyChange("columnHeader", old, h); ^----------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 321. public void setColumnHeaderView(Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 324. setColumnHeader(createViewport()); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "setColumnHeader(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setColumnHeader(?? h);" instead? 329. public void setCorner(String key, Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 331. if (getComponentOrientation() ^-----------------------^ *** Semantic Error: No accessible method with signature "getComponentOrientation()" was found in type "JScrollPane". 334. if (key == LOWER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "LOWER_LEADING_CORNER" was found in type "JScrollPane". 335. key = LOWER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 336. else if (key == LOWER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "LOWER_TRAILING_CORNER" was found in type "JScrollPane". 337. key = LOWER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 338. else if (key == UPPER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "UPPER_LEADING_CORNER" was found in type "JScrollPane". 339. key = UPPER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 340. else if (key == UPPER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "UPPER_TRAILING_CORNER" was found in type "JScrollPane". 341. key = UPPER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 343. else if (getComponentOrientation() ^-----------------------^ *** Semantic Error: No accessible method with signature "getComponentOrientation()" was found in type "JScrollPane". 346. if (key == LOWER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "LOWER_LEADING_CORNER" was found in type "JScrollPane". 347. key = LOWER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 348. else if (key == LOWER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "LOWER_TRAILING_CORNER" was found in type "JScrollPane". 349. key = LOWER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 350. else if (key == UPPER_LEADING_CORNER) ^------------------^ *** Semantic Error: No accessible field named "UPPER_LEADING_CORNER" was found in type "JScrollPane". 351. key = UPPER_RIGHT_CORNER; ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 352. else if (key == UPPER_TRAILING_CORNER) ^-------------------^ *** Semantic Error: No accessible field named "UPPER_TRAILING_CORNER" was found in type "JScrollPane". 353. key = UPPER_LEFT_CORNER; ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 356. if (key == LOWER_RIGHT_CORNER) ^----------------^ *** Semantic Error: No accessible field named "LOWER_RIGHT_CORNER" was found in type "JScrollPane". 358. removeNonNull(lowerRight); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 362. else if (key == UPPER_RIGHT_CORNER) ^----------------^ *** Semantic Error: No accessible field named "UPPER_RIGHT_CORNER" was found in type "JScrollPane". 364. removeNonNull(upperRight); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 368. else if (key == LOWER_LEFT_CORNER) ^---------------^ *** Semantic Error: No accessible field named "LOWER_LEFT_CORNER" was found in type "JScrollPane". 370. removeNonNull(lowerLeft); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 374. else if (key == UPPER_LEFT_CORNER) ^---------------^ *** Semantic Error: No accessible field named "UPPER_LEFT_CORNER" was found in type "JScrollPane". 376. removeNonNull(upperLeft); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 381. throw new IllegalArgumentException("unknown corner " + key); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 385. public void setHorizontalScrollBar(JScrollBar h) ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 390. JScrollBar old = horizontalScrollBar; ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 391. removeNonNull(old); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 394. firePropertyChange("horizontalScrollBar", old, h); ^-----------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 404. if (h != HORIZONTAL_SCROLLBAR_AS_NEEDED ^----------------------------^ *** Semantic Error: No accessible field named "HORIZONTAL_SCROLLBAR_AS_NEEDED" was found in type "JScrollPane". 405. && h != HORIZONTAL_SCROLLBAR_NEVER ^------------------------^ *** Semantic Error: No accessible field named "HORIZONTAL_SCROLLBAR_NEVER" was found in type "JScrollPane". 406. && h != HORIZONTAL_SCROLLBAR_ALWAYS) ^-------------------------^ *** Semantic Error: No accessible field named "HORIZONTAL_SCROLLBAR_ALWAYS" was found in type "JScrollPane". 407. throw new IllegalArgumentException("unknown horizontal scrollbar policy"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 411. firePropertyChange("horizontalScrollBarPolicy", old, h); ^-----------------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, int, int)" was found in type "JScrollPane". 413. revalidate(); ^----------^ *** Semantic Error: No accessible method with signature "revalidate()" was found in type "JScrollPane". 416. public void setLayout(LayoutManager l) ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 418. LayoutManager old = super.getLayout(); ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 419. ScrollPaneLayout tmp = (ScrollPaneLayout) l; ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 419. ScrollPaneLayout tmp = (ScrollPaneLayout) l; ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 422. firePropertyChange("layout", old, l); ^----------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 426. public void setRowHeader(JViewport v) ^-------^ *** Semantic Error: Type "JViewport" was not found. 431. JViewport old = rowHeader; ^-------^ *** Semantic Error: Type "JViewport" was not found. 432. removeNonNull(old); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 435. firePropertyChange("rowHeader", old, v); ^-------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 439. public void setRowHeaderView(Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 442. setRowHeader(createViewport()); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "setRowHeader(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setRowHeader(?? v);" instead? 447. public void setVerticalScrollBar(JScrollBar v) ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 452. JScrollBar old = verticalScrollBar; ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 453. removeNonNull(old); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 456. firePropertyChange("verticalScrollBar", old, v); ^---------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 465. if (v != VERTICAL_SCROLLBAR_AS_NEEDED ^--------------------------^ *** Semantic Error: No accessible field named "VERTICAL_SCROLLBAR_AS_NEEDED" was found in type "JScrollPane". 466. && v != VERTICAL_SCROLLBAR_NEVER ^----------------------^ *** Semantic Error: No accessible field named "VERTICAL_SCROLLBAR_NEVER" was found in type "JScrollPane". 467. && v != VERTICAL_SCROLLBAR_ALWAYS) ^-----------------------^ *** Semantic Error: No accessible field named "VERTICAL_SCROLLBAR_ALWAYS" was found in type "JScrollPane". 468. throw new IllegalArgumentException("unknown vertical scrollbar policy"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 472. firePropertyChange("verticalScrollBarPolicy", old, v); ^---------------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, int, int)" was found in type "JScrollPane". 474. revalidate(); ^----------^ *** Semantic Error: No accessible method with signature "revalidate()" was found in type "JScrollPane". 484. firePropertyChange("wheelScrollingEnabled", old, b); ^-------------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, boolean, boolean)" was found in type "JScrollPane". 488. public void setViewport(JViewport v) ^-------^ *** Semantic Error: Type "JViewport" was not found. 493. JViewport old = viewport; ^-------^ *** Semantic Error: Type "JViewport" was not found. 494. removeNonNull(old); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "removeNonNull(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void removeNonNull(?? c);" instead? 497. revalidate(); ^----------^ *** Semantic Error: No accessible method with signature "revalidate()" was found in type "JScrollPane". 498. repaint(); ^-------^ *** Semantic Error: No accessible method with signature "repaint()" was found in type "JScrollPane". 499. firePropertyChange("viewport", old, v); ^------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 501. if (accessibleContext != null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "JScrollPane". 503. AccessibleJScrollPane asp = (AccessibleJScrollPane) accessibleContext; ^-------------------^ *** Semantic Error: Type "AccessibleJScrollPane" was not found. 503. AccessibleJScrollPane asp = (AccessibleJScrollPane) accessibleContext; ^-------------------^ *** Semantic Error: Type "AccessibleJScrollPane" was not found. 503. AccessibleJScrollPane asp = (AccessibleJScrollPane) accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "JScrollPane". 508. public void setViewportBorder(Border b) ^----^ *** Semantic Error: Type "Border" was not found. 513. Border old = viewportBorder; ^----^ *** Semantic Error: Type "Border" was not found. 515. firePropertyChange("viewportBorder", old, b); ^------------------------------------------^ *** Semantic Error: No accessible method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "JScrollPane". 519. public void setViewportView(Component view) ^-------^ *** Semantic Error: Type "Component" was not found. 523. setViewport(createViewport()); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "setViewport(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setViewport(?? v);" instead? 555. public JScrollPane(Component view) ^-------^ *** Semantic Error: Type "Component" was not found. 558. VERTICAL_SCROLLBAR_AS_NEEDED, ^--------------------------^ *** Semantic Error: No accessible field named "VERTICAL_SCROLLBAR_AS_NEEDED" was found in type "JScrollPane". 559. HORIZONTAL_SCROLLBAR_AS_NEEDED); ^----------------------------^ *** Semantic Error: No accessible field named "HORIZONTAL_SCROLLBAR_AS_NEEDED" was found in type "JScrollPane". 596. public JScrollPane(Component view, int vsbPolicy, int hsbPolicy) ^-------^ *** Semantic Error: Type "Component" was not found. 599. setVerticalScrollBar(createVerticalScrollBar()); ^---------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "setVerticalScrollBar(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setVerticalScrollBar(?? v);" instead? 601. setHorizontalScrollBar(createHorizontalScrollBar()); ^-------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "setHorizontalScrollBar(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setHorizontalScrollBar(?? h);" instead? 605. add(viewport,0); ^-------------^ *** Semantic Error: No accessible method with signature "add(??, int)" was found in type "JScrollPane". 606. setLayout(new ScrollPaneLayout()); ^--------------^ *** Semantic Error: Type "ScrollPaneLayout" was not found. 607. setOpaque(false); ^--------------^ *** Semantic Error: No accessible method with signature "setOpaque(boolean)" was found in type "JScrollPane". 612. public JScrollBar createHorizontalScrollBar() ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 614. return new ScrollBar(SwingConstants.HORIZONTAL); ^-------^ *** Semantic Error: Type "ScrollBar" was not found. 617. public JScrollBar createVerticalScrollBar() ^--------^ *** Semantic Error: Type "JScrollBar" was not found. 619. return new ScrollBar(SwingConstants.VERTICAL); ^-------^ *** Semantic Error: Type "ScrollBar" was not found. 622. protected JViewport createViewport() ^-------^ *** Semantic Error: Type "JViewport" was not found. 624. return new JViewport(); ^-------^ *** Semantic Error: Type "JViewport" was not found. 629. return "ScrollPaneUI"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 634. ScrollPaneUI b = (ScrollPaneUI)UIManager.getUI(this); ^----------^ *** Semantic Error: Type "ScrollPaneUI" was not found. 634. ScrollPaneUI b = (ScrollPaneUI)UIManager.getUI(this); ^----------^ *** Semantic Error: Type "ScrollPaneUI" was not found. 635. setUI(b); ^------^ *** Semantic Error: No applicable overload for a method with signature "setUI(??)" was found in type "JScrollPane". Perhaps you wanted the overloaded version "void setUI(?? ui);" instead? 643. public ScrollPaneUI getUI() ^----------^ *** Semantic Error: Type "ScrollPaneUI" was not found. 645. return (ScrollPaneUI) ui; ^----------^ *** Semantic Error: Type "ScrollPaneUI" was not found. 645. return (ScrollPaneUI) ui; ^^ *** Semantic Error: No accessible field named "ui" was found in type "JScrollPane". 653. public void setUI(ScrollPaneUI ui) ^----------^ *** Semantic Error: Type "ScrollPaneUI" was not found. 660. implements UIResource ^--------^ *** Semantic Error: Type "UIResource" was not found. 671. Component view = JScrollPane.this.getViewport().getView(); ^-------^ *** Semantic Error: Type "Component" was not found. 671. Component view = JScrollPane.this.getViewport().getView(); ^---------^ *** Semantic Error: Type "JScrollPane" was not found. 672. if (view == null || (! (view instanceof Scrollable))) ^--------^ *** Semantic Error: Type "Scrollable" was not found. 676. Scrollable s = (Scrollable) view; ^--------^ *** Semantic Error: Type "Scrollable" was not found. 676. Scrollable s = (Scrollable) view; ^--------^ *** Semantic Error: Type "Scrollable" was not found. 677. return s.getScrollableBlockIncrement(JScrollPane.this.getViewport().getViewRect(), ^---------^ *** Semantic Error: Type "JScrollPane" was not found. 685. Component view = JScrollPane.this.getViewport().getView(); ^-------^ *** Semantic Error: Type "Component" was not found. 685. Component view = JScrollPane.this.getViewport().getView(); ^---------^ *** Semantic Error: Type "JScrollPane" was not found. 686. if (view == null || (! (view instanceof Scrollable))) ^--------^ *** Semantic Error: Type "Scrollable" was not found. 690. Scrollable s = (Scrollable) view; ^--------^ *** Semantic Error: Type "Scrollable" was not found. 690. Scrollable s = (Scrollable) view; ^--------^ *** Semantic Error: Type "Scrollable" was not found. 691. return s.getScrollableUnitIncrement(JScrollPane.this.getViewport().getViewRect(), ^---------^ *** Semantic Error: Type "JScrollPane" was not found. 705. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 707. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "JScrollPane". 708. accessibleContext = new AccessibleJScrollPane(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "JScrollPane". 708. accessibleContext = new AccessibleJScrollPane(); ^-------------------^ *** Semantic Error: Type "AccessibleJScrollPane" was not found. 709. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "JScrollPane". Found 68 semantic errors compiling "../java/awt/ScrollPane.java": 55. public class ScrollPane extends Container implements Accessible ^-------^ *** Semantic Error: Type "Container" was not found. 55. public class ScrollPane extends Container implements Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 109. private Point scrollPosition = new Point(0, 0); ^---^ *** Semantic Error: Type "Point" was not found. 146. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 153. throw new IllegalArgumentException("Bad scrollbarDisplayPolicy: " + ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 158. hAdjustable = new ScrollPaneAdjustable (this, Scrollbar.HORIZONTAL); ^------------------^ *** Semantic Error: Type "ScrollPaneAdjustable" was not found. 159. vAdjustable = new ScrollPaneAdjustable (this, Scrollbar.VERTICAL); ^------------------^ *** Semantic Error: Type "ScrollPaneAdjustable" was not found. 165. setSize(100,100); ^--------------^ *** Semantic Error: No accessible method with signature "setSize(int, int)" was found in type "ScrollPane". 197. return(hAdjustable); ^-----------^ *** Semantic Error: The type of this return expression, "ScrollPaneAdjustable", does not match the return type of the method, "Adjustable". 212. return(vAdjustable); ^-----------^ *** Semantic Error: The type of this return expression, "ScrollPaneAdjustable", does not match the return type of the method, "Adjustable". 225. Dimension viewsize = getSize (); ^-------^ *** Semantic Error: Type "Dimension" was not found. 225. Dimension viewsize = getSize (); ^--------^ *** Semantic Error: No accessible method with signature "getSize()" was found in type "ScrollPane". 226. Insets insets = getInsets (); ^----^ *** Semantic Error: Type "Insets" was not found. 226. Insets insets = getInsets (); ^----------^ *** Semantic Error: No accessible method with signature "getInsets()" was found in type "ScrollPane". 231. Component[] list = getComponents(); ^-------^ *** Semantic Error: Type "Component" was not found. 231. Component[] list = getComponents(); ^-------------^ *** Semantic Error: No accessible method with signature "getComponents()" was found in type "ScrollPane". 235. Dimension dim = list[0].getPreferredSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 305. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 305. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 305. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "ScrollPane". 322. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 322. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 322. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "ScrollPane". 342. Adjustable v = getVAdjustable(); ^--------^ *** Semantic Error: Type "Adjustable" was not found. 343. Adjustable h = getHAdjustable(); ^--------^ *** Semantic Error: Type "Adjustable" was not found. 350. return(new Point(x, y)); ^---^ *** Semantic Error: Type "Point" was not found. 383. Adjustable h = getHAdjustable(); ^--------^ *** Semantic Error: Type "Adjustable" was not found. 384. Adjustable v = getVAdjustable(); ^--------^ *** Semantic Error: Type "Adjustable" was not found. 391. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 391. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 391. ScrollPanePeer spp = (ScrollPanePeer)getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "ScrollPane". 404. if (!isDisplayable ()) ^--------------^ *** Semantic Error: No accessible method with signature "isDisplayable()" was found in type "ScrollPane". 407. setPeer((ComponentPeer)getToolkit().createScrollPane(this)); ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 407. setPeer((ComponentPeer)getToolkit().createScrollPane(this)); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "ScrollPane". 410. Component[] list = getComponents(); ^-------^ *** Semantic Error: Type "Component" was not found. 410. Component[] list = getComponents(); ^-------------^ *** Semantic Error: No accessible method with signature "getComponents()" was found in type "ScrollPane". 411. if (list != null && list.length > 0 && ! (list[0] instanceof Panel)) ^---^ *** Semantic Error: Type "Panel" was not found. 413. Panel panel = new Panel(); ^---^ *** Semantic Error: Type "Panel" was not found. 413. Panel panel = new Panel(); ^---^ *** Semantic Error: Type "Panel" was not found. 414. panel.setLayout(new BorderLayout()); ^----------^ *** Semantic Error: Type "BorderLayout" was not found. 416. add(panel); ^--------^ *** Semantic Error: No accessible method with signature "add(??)" was found in type "ScrollPane". 443. protected final void addImpl (Component component, Object constraints, ^-------^ *** Semantic Error: Type "Component" was not found. 446. Component[] list = getComponents(); ^-------^ *** Semantic Error: Type "Component" was not found. 446. Component[] list = getComponents(); ^-------------^ *** Semantic Error: No accessible method with signature "getComponents()" was found in type "ScrollPane". 479. Component[] list = getComponents (); ^-------^ *** Semantic Error: Type "Component" was not found. 479. Component[] list = getComponents (); ^--------------^ *** Semantic Error: No accessible method with signature "getComponents()" was found in type "ScrollPane". 482. Dimension dim = list[0].getPreferredSize (); ^-------^ *** Semantic Error: Type "Dimension" was not found. 483. Dimension vp = getViewportSize (); ^-------^ *** Semantic Error: Type "Dimension" was not found. 491. ScrollPanePeer peer = (ScrollPanePeer) getPeer (); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 491. ScrollPanePeer peer = (ScrollPanePeer) getPeer (); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 491. ScrollPanePeer peer = (ScrollPanePeer) getPeer (); ^--------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "ScrollPane". 497. Point p = getScrollPosition (); ^---^ *** Semantic Error: Type "Point" was not found. 503. setScrollPosition (p); ^-------------------^ *** Semantic Error: The method "void setScrollPosition(Point scrollPosition) throws IllegalArgumentException;" can throw the checked exception "IllegalArgumentException", so its invocation must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 517. setLayout(LayoutManager layoutManager) ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 545. Insets insets = getInsets(); ^----^ *** Semantic Error: Type "Insets" was not found. 545. Insets insets = getInsets(); ^---------^ *** Semantic Error: No accessible method with signature "getInsets()" was found in type "ScrollPane". 546. return getName() + "," ^-------^ *** Semantic Error: No accessible method with signature "getName()" was found in type "ScrollPane". 547. + getX() + "," ^----^ *** Semantic Error: No accessible method with signature "getX()" was found in type "ScrollPane". 548. + getY() + "," ^----^ *** Semantic Error: No accessible method with signature "getY()" was found in type "ScrollPane". 549. + getWidth() + "x" + getHeight() + "," ^--------^ *** Semantic Error: No accessible method with signature "getWidth()" was found in type "ScrollPane". 549. + getWidth() + "x" + getHeight() + "," ^---------^ *** Semantic Error: No accessible method with signature "getHeight()" was found in type "ScrollPane". 593. protected class AccessibleAWTScrollPane extends AccessibleAWTContainer ^--------------------^ *** Semantic Error: Type "AccessibleAWTContainer" was not found. 597. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 609. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 612. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "ScrollPane". 613. accessibleContext = new AccessibleAWTScrollPane(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "ScrollPane". 613. accessibleContext = new AccessibleAWTScrollPane(); ^---------------------^ *** Semantic Error: Type "AccessibleAWTScrollPane" was not found. 614. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "ScrollPane". Found 21 semantic errors compiling "../java/awt/event/ComponentEvent.java": 57. public class ComponentEvent extends AWTEvent ^------^ *** Semantic Error: Type "AWTEvent" was not found. 91. public ComponentEvent(Component source, int id) ^-------^ *** Semantic Error: Type "Component" was not found. 103. public Component getComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 105. return source instanceof Component ? (Component) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 105. return source instanceof Component ? (Component) source : null; ^-------^ *** Semantic Error: Type "Component" was not found. 105. return source instanceof Component ? (Component) source : null; ^-------^ *** Semantic Error: Type "Component" was not found. 105. return source instanceof Component ? (Component) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 119. switch (id) ^^ *** Semantic Error: No accessible field named "id" was found in type "ComponentEvent". 123. + (source instanceof Component ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 123. + (source instanceof Component ^-------^ *** Semantic Error: Type "Component" was not found. 124. ? ((Component) source).getBounds() : (Object) ""); ^-------^ *** Semantic Error: Type "Component" was not found. 124. ? ((Component) source).getBounds() : (Object) ""); ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 124. ? ((Component) source).getBounds() : (Object) ""); ^----^ *** Semantic Error: Type "Object" was not found. 127. + (source instanceof Component ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 127. + (source instanceof Component ^-------^ *** Semantic Error: Type "Component" was not found. 128. ? ((Component) source).getBounds() : (Object) ""); ^-------^ *** Semantic Error: Type "Component" was not found. 128. ? ((Component) source).getBounds() : (Object) ""); ^----^ *** Semantic Error: No accessible field named "source" was found in type "ComponentEvent". 128. ? ((Component) source).getBounds() : (Object) ""); ^----^ *** Semantic Error: Type "Object" was not found. 130. return "COMPONENT_SHOWN"; ^---------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 132. return "COMPONENT_HIDDEN"; ^----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 134. return "unknown type"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 8 semantic errors compiling "../java/awt/event/InputEvent.java": 41. import gnu.java.awt.EventModifier; ^-----------^ *** Semantic Error: Type "gnu.java.awt.EventModifier" was not found. <------------------------------------------------------------- 232. InputEvent(Component source, int id, long when, int modifiers) . . . 238. } --> *** Semantic Error: The blank final field "when" 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. 232. InputEvent(Component source, int id, long when, int modifiers) ^-------^ *** Semantic Error: Type "Component" was not found. 350. consumed = true; ^------^ *** Semantic Error: No accessible field named "consumed" was found in type "InputEvent". 360. return consumed; ^------^ *** Semantic Error: No accessible field named "consumed" was found in type "InputEvent". 378. return ""; ^^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 379. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 379. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. Found 34 semantic errors compiling "../java/awt/event/MouseEvent.java": 45. import java.awt.PopupMenu; ^-------^ *** Semantic Error: Type "java.awt.PopupMenu" was not found. <-------------------------------------------------------------------- 210. public MouseEvent(Component source, int id, long when, int modifiers, . . . 237. } --> *** Semantic Error: The blank final field "popupTrigger" 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. <-------------------------------------------------------------------- 210. public MouseEvent(Component source, int id, long when, int modifiers, . . . 237. } --> *** Semantic Error: The blank final field "clickCount" 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. 210. public MouseEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. 221. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 224. if ((modifiers & BUTTON1_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON1_MASK" in type "InputEvent" has public access and is not accessible here. 226. else if ((modifiers & BUTTON2_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON2_MASK" in type "InputEvent" has public access and is not accessible here. 228. else if ((modifiers & BUTTON3_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON3_MASK" in type "InputEvent" has public access and is not accessible here. 234. this.modifiersEx &= ~(BUTTON1_DOWN_MASK ^---------------^ *** Semantic Error: The field "BUTTON1_DOWN_MASK" in type "InputEvent" has public access and is not accessible here. 235. | BUTTON2_DOWN_MASK ^---------------^ *** Semantic Error: The field "BUTTON2_DOWN_MASK" in type "InputEvent" has public access and is not accessible here. 236. | BUTTON3_DOWN_MASK); ^---------------^ *** Semantic Error: The field "BUTTON3_DOWN_MASK" in type "InputEvent" has public access and is not accessible here. 253. public MouseEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. 288. public Point getPoint() ^---^ *** Semantic Error: Type "Point" was not found. 290. return new Point(x, y); ^---^ *** Semantic Error: Type "Point" was not found. 355. if ((modifiers & BUTTON2_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON2_MASK" in type "InputEvent" has public access and is not accessible here. 356. modifiers |= BUTTON2_DOWN_MASK; ^---------------^ *** Semantic Error: The field "BUTTON2_DOWN_MASK" in type "InputEvent" has public access and is not accessible here. 357. if ((modifiers & BUTTON3_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON3_MASK" in type "InputEvent" has public access and is not accessible here. 358. modifiers |= BUTTON3_DOWN_MASK; ^---------------^ *** Semantic Error: The field "BUTTON3_DOWN_MASK" in type "InputEvent" has public access and is not accessible here. 371. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 371. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 372. switch (id) ^^ *** Semantic Error: No accessible field named "id" was found in type "MouseEvent". 403. if (modifiersEx != 0) ^---------^ *** Semantic Error: The field "modifiersEx" in type "InputEvent" has default access and is not accessible here. 404. s.append(",extModifiers=").append(getModifiersExText(modifiersEx)); ^---------^ *** Semantic Error: The field "modifiersEx" in type "InputEvent" has default access and is not accessible here. 416. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 417. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 420. if ((modifiers & EventModifier.OLD_MASK) != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 422. if ((modifiers & BUTTON1_MASK) != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 422. if ((modifiers & BUTTON1_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON1_MASK" in type "InputEvent" has public access and is not accessible here. 424. else if ((modifiers & BUTTON2_MASK) != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 424. else if ((modifiers & BUTTON2_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON2_MASK" in type "InputEvent" has public access and is not accessible here. 426. else if ((modifiers & BUTTON3_MASK) != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 426. else if ((modifiers & BUTTON3_MASK) != 0) ^----------^ *** Semantic Error: The field "BUTTON3_MASK" in type "InputEvent" has public access and is not accessible here. 428. modifiersEx = EventModifier.extend(modifiers) & EventModifier.NEW_MASK; ^---------^ *** Semantic Error: The field "modifiersEx" in type "InputEvent" has default access and is not accessible here. 428. modifiersEx = EventModifier.extend(modifiers) & EventModifier.NEW_MASK; ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. Found 7 semantic errors compiling "../java/awt/event/MouseWheelEvent.java": 44. import java.awt.ScrollPane; ^--------^ *** Semantic Error: Type "java.awt.ScrollPane" was not found. 46. import javax.swing.JScrollPane; ^---------^ *** Semantic Error: Type "javax.swing.JScrollPane" was not found. 47. import javax.swing.Scrollable; ^--------^ *** Semantic Error: Type "javax.swing.Scrollable" was not found. <------------------------------------------------------------------------- 140. public MouseWheelEvent(Component source, int id, long when, int modifiers, . . . 148. } --> *** Semantic Error: The blank final field "wheelRotation" 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. <------------------------------------------------------------------------- 140. public MouseWheelEvent(Component source, int id, long when, int modifiers, . . . 148. } --> *** Semantic Error: The blank final field "scrollAmount" 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. <------------------------------------------------------------------------- 140. public MouseWheelEvent(Component source, int id, long when, int modifiers, . . . 148. } --> *** Semantic Error: The blank final field "scrollType" 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. 140. public MouseWheelEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. Found 3 semantic errors compiling "../java/awt/event/MouseMotionListener.java": 55. public interface MouseMotionListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 63. void mouseDragged(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 71. void mouseMoved(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. Found 6 semantic errors compiling "../java/awt/event/MouseListener.java": 57. public interface MouseListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 65. void mouseClicked(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 72. void mousePressed(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 79. void mouseReleased(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 86. void mouseEntered(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 93. void mouseExited(MouseEvent event); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. Found 1 semantic error compiling "../java/awt/event/KeyListener.java": 53. public interface KeyListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 7 semantic errors compiling "../java/awt/im/InputMethodRequests.java": 43. import java.awt.event.InputMethodListener; ^-----------------^ *** Semantic Error: Type "java.awt.event.InputMethodListener" was not found. 83. Rectangle getTextLocation(TextHitInfo offset); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 83. Rectangle getTextLocation(TextHitInfo offset); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 95. TextHitInfo getLocationOffset(int x, int y); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 118. AttributedCharacterIterator getCommittedText(int beginIndex, int endIndex, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 140. AttributedCharacterIterator cancelLatestCommittedText ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 154. AttributedCharacterIterator getSelectedText(Attribute[] attributes); ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. Found 2 semantic errors compiling "../java/awt/event/InputMethodListener.java": 41. import java.awt.im.InputMethodRequests; ^-----------------^ *** Semantic Error: Type "java.awt.im.InputMethodRequests" was not found. 55. public interface InputMethodListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../java/awt/event/HierarchyListener.java": 53. public interface HierarchyListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 4 semantic errors compiling "../java/lang/ref/ReferenceQueue.java": 91. ref.nextOnQueue = first == null ? ref : first; ^---------^ *** Semantic Error: The field "nextOnQueue" in type "Reference" has default access and is not accessible here. 94. notify(); ^------^ *** Semantic Error: No accessible method with signature "notify()" was found in type "ReferenceQueue". 106. Reference result = first; ^-------^ *** Semantic Error: Type "Reference" was not found. 126. wait(timeout); ^-----------^ *** Semantic Error: No accessible method with signature "wait(long)" was found in type "ReferenceQueue". Found 60 semantic errors compiling "../java/util/WeakHashMap.java": 42. import java.lang.ref.ReferenceQueue; ^------------^ *** Semantic Error: Type "java.lang.ref.ReferenceQueue" was not found. 87. public class WeakHashMap extends AbstractMap implements Map ^-^ *** Semantic Error: Type "Map" was not found. 109. static final Object NULL_KEY = new Object() ^----^ *** Semantic Error: Type "Object" was not found. 126. public boolean equals(Object o) ^----^ *** Semantic Error: Type "Object" was not found. 128. return null == o || this == o; ^-------^ *** Semantic Error: The type of the left sub-expression, "null", is not compatible with the type of the right sub-expression, "??". 136. private final ReferenceQueue queue; ^------------^ *** Semantic Error: Type "ReferenceQueue" was not found. 199. return new Iterator() ^------^ *** Semantic Error: Type "Iterator" was not found. 213. WeakBucket.WeakEntry lastEntry; ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 224. WeakBucket.WeakEntry nextEntry = findNext(null); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 224. WeakBucket.WeakEntry nextEntry = findNext(null); ^------------^ *** Semantic Error: No applicable overload for a method with signature "findNext(null)" was found in type "WeakHashMap$WeakEntrySet$1". Perhaps you wanted the overloaded version "?? findNext(?? lastEntry);" instead? 244. throw new ConcurrentModificationException(); ^-----------------------------^ *** Semantic Error: Type "ConcurrentModificationException" was not found. 254. private WeakBucket.WeakEntry findNext(WeakBucket.WeakEntry lastEntry) ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 254. private WeakBucket.WeakEntry findNext(WeakBucket.WeakEntry lastEntry) ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 257. WeakBucket nextBucket; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 273. WeakBucket.WeakEntry entry = nextBucket.getEntry(); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 310. public Object next() ^----^ *** Semantic Error: Type "Object" was not found. 314. throw new NoSuchElementException(); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 316. nextEntry = findNext(lastEntry); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "findNext(??)" was found in type "WeakHashMap$WeakEntrySet$1". Perhaps you wanted the overloaded version "?? findNext(?? lastEntry);" instead? 332. throw new IllegalStateException(); ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 354. private static class WeakBucket extends WeakReference ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 366. WeakBucket next; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 389. public WeakBucket(Object key, ReferenceQueue queue, Object value, ^------------^ *** Semantic Error: Type "ReferenceQueue" was not found. 402. class WeakEntry implements Map.Entry ^-------^ *** Semantic Error: Type "Entry" was not found. 422. public WeakBucket getBucket() ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 424. return WeakBucket.this; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 453. Object oldVal = value; ^----^ *** Semantic Error: Type "Object" was not found. 474. if (o instanceof Map.Entry) ^-------^ *** Semantic Error: Type "Entry" was not found. 476. Map.Entry e = (Map.Entry) o; ^-------^ *** Semantic Error: Type "Entry" was not found. 476. Map.Entry e = (Map.Entry) o; ^-------^ *** Semantic Error: Type "Entry" was not found. 485. return key + "=" + value; ^---------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 496. final Object key = this.get(); ^----^ *** Semantic Error: Type "Object" was not found. 499. return new WeakEntry(key); ^-------^ *** Semantic Error: Type "WeakEntry" was not found. 512. WeakBucket[] buckets; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. <-------------------------------------------------------- 542. public WeakHashMap(int initialCapacity, float loadFactor) . . . 554. } --> *** Semantic Error: The blank final field "theEntrySet" 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. <-------------------------------------------------------- 542. public WeakHashMap(int initialCapacity, float loadFactor) . . . 554. } --> *** Semantic Error: The blank final field "queue" 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. 546. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 551. theEntrySet = new WeakEntrySet(); ^----------^ *** Semantic Error: Type "WeakEntrySet" was not found. 552. queue = new ReferenceQueue(); ^------------^ *** Semantic Error: Type "ReferenceQueue" was not found. 553. buckets = new WeakBucket[initialCapacity]; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 564. public WeakHashMap(Map m) ^-^ *** Semantic Error: Type "Map" was not found. 567. putAll(m); ^-------^ *** Semantic Error: No applicable overload for a method with signature "putAll(??)" was found in type "WeakHashMap". Perhaps you wanted the overloaded version "void putAll(?? m);" instead? 592. Object bucket = queue.poll(); ^----^ *** Semantic Error: Type "Object" was not found. 595. internalRemove((WeakBucket) bucket); ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 608. WeakBucket[] oldBuckets = buckets; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 611. buckets = new WeakBucket[newsize]; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 616. WeakBucket bucket = oldBuckets[i]; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 617. WeakBucket nextBucket; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 622. Object key = bucket.get(); ^----^ *** Semantic Error: Type "Object" was not found. 650. private WeakBucket.WeakEntry internalGet(Object key) ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 655. WeakBucket bucket = buckets[slot]; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 658. WeakBucket.WeakEntry entry = bucket.getEntry(); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 677. WeakBucket bucket = new WeakBucket(key, queue, value, slot); ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 677. WeakBucket bucket = new WeakBucket(key, queue, value, slot); ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 690. void internalRemove(WeakBucket bucket) ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 705. WeakBucket prev = buckets[slot]; ^--------^ *** Semantic Error: Type "WeakBucket" was not found. 763. WeakBucket.WeakEntry entry = internalGet(key); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 778. WeakBucket.WeakEntry entry = internalGet(key); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 800. WeakBucket.WeakEntry entry = internalGet(key); ^------------------^ *** Semantic Error: Type "WeakEntry" was not found. 863. public void putAll(Map m) ^-^ *** Semantic Error: Type "Map" was not found. 876. public Collection values() ^--------^ *** Semantic Error: Type "Collection" was not found. Found 19 semantic errors compiling "../java/util/AbstractSequentialList.java": 91. public abstract ListIterator listIterator(int index); ^----------^ *** Semantic Error: Type "ListIterator" was not found. 146. public boolean addAll(int index, Collection c) ^--------^ *** Semantic Error: Type "Collection" was not found. 148. Iterator ci = c.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 150. ListIterator i = listIterator(index); ^----------^ *** Semantic Error: Type "ListIterator" was not found. 167. if (index == size()) ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 168. throw new IndexOutOfBoundsException("Index: " + index + ", Size:" ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 169. + size()); ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 179. public Iterator iterator() ^------^ *** Semantic Error: Type "Iterator" was not found. 181. return listIterator(); ^------------^ *** Semantic Error: No applicable overload for a method with signature "listIterator()" was found in type "AbstractSequentialList". Perhaps you wanted the overloaded version "?? listIterator(int index);" instead? 198. if (index == size()) ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 199. throw new IndexOutOfBoundsException("Index: " + index + ", Size:" ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 200. + size()); ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 201. ListIterator i = listIterator(index); ^----------^ *** Semantic Error: Type "ListIterator" was not found. 202. Object removed = i.next(); ^----^ *** Semantic Error: Type "Object" was not found. 227. if (index == size()) ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 228. throw new IndexOutOfBoundsException("Index: " + index + ", Size:" ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 229. + size()); ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "AbstractSequentialList". 230. ListIterator i = listIterator(index); ^----------^ *** Semantic Error: Type "ListIterator" was not found. 231. Object old = i.next(); ^----^ *** Semantic Error: Type "Object" was not found. Found 5 semantic errors compiling "../java/lang/ref/Reference.java": 85. ReferenceQueue queue; ^------------^ *** Semantic Error: Type "ReferenceQueue" was not found. 94. Reference nextOnQueue; ^-------^ *** Semantic Error: Type "Reference" was not found. 101. static Object lock = new Object(); ^----^ *** Semantic Error: Type "Object" was not found. 122. Reference(Object ref, ReferenceQueue q) ^------------^ *** Semantic Error: Type "ReferenceQueue" was not found. 125. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. Found 1 semantic error compiling "../java/awt/event/WindowStateListener.java": 53. public interface WindowStateListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../java/awt/event/WindowListener.java": 55. public interface WindowListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../java/awt/event/WindowFocusListener.java": 53. public interface WindowFocusListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 20 semantic errors compiling "../java/awt/event/WindowEvent.java": 42. import java.awt.Window; ^----^ *** Semantic Error: Type "java.awt.Window" was not found. 126. private final Window opposite; ^----^ *** Semantic Error: Type "Window" was not found. <--------------------------------------------------------- 156. public WindowEvent(Window source, int id, Window opposite, . . . 163. } --> *** Semantic Error: The blank final field "newState" 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. <--------------------------------------------------------- 156. public WindowEvent(Window source, int id, Window opposite, . . . 163. } --> *** Semantic Error: The blank final field "oldState" 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. <--------------------------------------------------------- 156. public WindowEvent(Window source, int id, Window opposite, . . . 163. } --> *** Semantic Error: The blank final field "opposite" 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. 156. public WindowEvent(Window source, int id, Window opposite, ^----^ *** Semantic Error: Type "Window" was not found. 156. public WindowEvent(Window source, int id, Window opposite, ^----^ *** Semantic Error: Type "Window" was not found. 175. public WindowEvent(Window source, int id, Window opposite) ^----^ *** Semantic Error: Type "Window" was not found. 175. public WindowEvent(Window source, int id, Window opposite) ^----^ *** Semantic Error: Type "Window" was not found. 191. public WindowEvent(Window source, int id, int oldState, int newState) ^----^ *** Semantic Error: Type "Window" was not found. 204. public WindowEvent(Window source, int id) ^----^ *** Semantic Error: Type "Window" was not found. 215. public Window getWindow() ^----^ *** Semantic Error: Type "Window" was not found. 217. return source instanceof Window ? (Window) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "WindowEvent". 217. return source instanceof Window ? (Window) source : null; ^----^ *** Semantic Error: Type "Window" was not found. 217. return source instanceof Window ? (Window) source : null; ^----^ *** Semantic Error: Type "Window" was not found. 217. return source instanceof Window ? (Window) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "WindowEvent". 231. public Window getOppositeWindow() ^----^ *** Semantic Error: Type "Window" was not found. 273. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 273. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 274. switch (id) ^^ *** Semantic Error: No accessible field named "id" was found in type "WindowEvent". Found 10 semantic errors compiling "../java/awt/event/WindowAdapter.java": 69. public void windowOpened(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 78. public void windowClosing(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 87. public void windowClosed(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 96. public void windowIconified(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 105. public void windowDeiconified(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 114. public void windowActivated(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 123. public void windowDeactivated(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 133. public void windowStateChanged(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 143. public void windowGainedFocus(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 153. public void windowLostFocus(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. Found 184 semantic errors compiling "../java/awt/Window.java": 43. import java.awt.event.WindowAdapter; ^-----------^ *** Semantic Error: Type "java.awt.event.WindowAdapter" was not found. 44. import java.awt.event.WindowEvent; ^---------^ *** Semantic Error: Type "java.awt.event.WindowEvent" was not found. 45. import java.awt.event.WindowFocusListener; ^-----------------^ *** Semantic Error: Type "java.awt.event.WindowFocusListener" was not found. 46. import java.awt.event.WindowListener; ^------------^ *** Semantic Error: Type "java.awt.event.WindowListener" was not found. 47. import java.awt.event.WindowStateListener; ^-----------------^ *** Semantic Error: Type "java.awt.event.WindowStateListener" was not found. 50. import java.lang.ref.Reference; ^-------^ *** Semantic Error: Type "java.lang.ref.Reference" was not found. 70. public class Window extends Container implements Accessible ^-------^ *** Semantic Error: Type "Container" was not found. 70. public class Window extends Container implements Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 85. private transient Vector ownedWindows = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 85. private transient Vector ownedWindows = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 87. private transient WindowListener windowListener; ^------------^ *** Semantic Error: Type "WindowListener" was not found. 88. private transient WindowFocusListener windowFocusListener; ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 89. private transient WindowStateListener windowStateListener; ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 95. transient Component windowFocusOwner; ^-------^ *** Semantic Error: Type "Component" was not found. 102. protected class AccessibleAWTWindow extends AccessibleAWTContainer ^--------------------^ *** Semantic Error: Type "AccessibleAWTContainer" was not found. 106. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 111. public AccessibleStateSet getAccessibleStateSet() ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 113. AccessibleStateSet states = super.getAccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 128. visible = false; ^-----^ *** Semantic Error: No accessible field named "visible" was found in type "Window". 131. focusCycleRoot = true; ^------------^ *** Semantic Error: No accessible field named "focusCycleRoot" was found in type "Window". 132. setLayout(new BorderLayout()); ^----------^ *** Semantic Error: Type "BorderLayout" was not found. 134. addWindowFocusListener (new WindowAdapter () ^-----------^ *** Semantic Error: Type "WindowAdapter" was not found. 136. public void windowGainedFocus (WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 142. EventQueue eq = Toolkit.getDefaultToolkit ().getSystemEventQueue (); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 145. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 146. Component currentFocusOwner = manager.getGlobalPermanentFocusOwner (); ^-------^ *** Semantic Error: Type "Component" was not found. 149. eq.postEvent (new FocusEvent (currentFocusOwner, FocusEvent.FOCUS_LOST, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 151. eq.postEvent (new FocusEvent (windowFocusOwner, FocusEvent.FOCUS_GAINED, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 155. eq.postEvent (new FocusEvent (windowFocusOwner, FocusEvent.FOCUS_GAINED, false)); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 161. GraphicsEnvironment g = GraphicsEnvironment.getLocalGraphicsEnvironment(); ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 181. public Window(Frame owner) ^---^ *** Semantic Error: Type "Frame" was not found. 196. public Window(Window owner) ^------------------^ *** Semantic Error: Duplicate declaration of this constructor signature in type "Window". The other occurrence is at location "../java/awt/Window.java:126". 196. public Window(Window owner) ^----^ *** Semantic Error: Type "Window" was not found. 211. public Window(Window owner, GraphicsConfiguration gc) ^----^ *** Semantic Error: Type "Window" was not found. 215. synchronized (getTreeLock()) ^-----------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Window". 218. throw new IllegalArgumentException ("owner must not be null"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 220. parent = owner; ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 221. owner.ownedWindows.add(new WeakReference(this)); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 225. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 231. throw new IllegalArgumentException ("gc must be from a screen device"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 254. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 255. peer = getToolkit().createWindow(this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 267. if (parent != null && !parent.isDisplayable()) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 267. if (parent != null && !parent.isDisplayable()) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 268. parent.addNotify(); ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 269. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 272. setSize(getPreferredSize()); ^----------------^ *** Semantic Error: No accessible method with signature "getPreferredSize()" was found in type "Window". 274. validate(); ^--------^ *** Semantic Error: No accessible method with signature "validate()" was found in type "Window". 283. synchronized (getTreeLock()) ^-----------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Window". 285. if (parent != null && !parent.isDisplayable()) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 285. if (parent != null && !parent.isDisplayable()) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 286. parent.addNotify(); ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 287. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 291. Iterator e = ownedWindows.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 294. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 294. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 294. Window w = (Window)(((Reference) e.next()).get()); ^-------^ *** Semantic Error: Type "Reference" was not found. <---------- 307. validate(); . . . 326. } ------> *** Semantic Error: These statements are unreachable. 307. validate(); ^--------^ *** Semantic Error: No accessible method with signature "validate()" was found in type "Window". 311. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 316. FocusTraversalPolicy policy = getFocusTraversalPolicy (); ^------------------^ *** Semantic Error: Type "FocusTraversalPolicy" was not found. 316. FocusTraversalPolicy policy = getFocusTraversalPolicy (); ^------------------------^ *** Semantic Error: No accessible method with signature "getFocusTraversalPolicy()" was found in type "Window". 317. Component initialFocusOwner = null; ^-------^ *** Semantic Error: Type "Component" was not found. 333. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Window". 335. Iterator e = ownedWindows.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 338. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 338. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 338. Window w = (Window)(((Reference) e.next()).get()); ^-------^ *** Semantic Error: Type "Reference" was not found. 348. super.hide(); ^-----------^ *** Semantic Error: This statement is unreachable. 359. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Window". 361. Iterator e = ownedWindows.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 364. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 364. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 364. Window w = (Window)(((Reference) e.next()).get()); ^-------^ *** Semantic Error: Type "Reference" was not found. <------------------------------------ 372. for (int i = 0; i < ncomponents; ++i) . . . 378. getToolkit().getSystemEventQueue().postEvent(we); --------------------------------------------------------> *** Semantic Error: These statements are unreachable. 372. for (int i = 0; i < ncomponents; ++i) ^---------^ *** Semantic Error: No accessible field named "ncomponents" was found in type "Window". 373. component[i].removeNotify(); ^-------^ *** Semantic Error: No accessible field named "component" was found in type "Window". 377. WindowEvent we = new WindowEvent(this, WindowEvent.WINDOW_CLOSED); ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 377. WindowEvent we = new WindowEvent(this, WindowEvent.WINDOW_CLOSED); ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 388. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 390. WindowPeer wp = (WindowPeer) peer; ^--------^ *** Semantic Error: Type "WindowPeer" was not found. 390. WindowPeer wp = (WindowPeer) peer; ^--------^ *** Semantic Error: Type "WindowPeer" was not found. 390. WindowPeer wp = (WindowPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 401. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 403. WindowPeer wp = (WindowPeer) peer; ^--------^ *** Semantic Error: Type "WindowPeer" was not found. 403. WindowPeer wp = (WindowPeer) peer; ^--------^ *** Semantic Error: Type "WindowPeer" was not found. 403. WindowPeer wp = (WindowPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 437. public Locale getLocale() ^----^ *** Semantic Error: Type "Locale" was not found. 439. return locale == null ? Locale.getDefault() : locale; ^----^ *** Semantic Error: No accessible field named "locale" was found in type "Window". 439. return locale == null ? Locale.getDefault() : locale; ^----^ *** Semantic Error: No accessible field named "locale" was found in type "Window". 460. public Window getOwner() ^----^ *** Semantic Error: Type "Window" was not found. 462. return (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 462. return (Window) parent; ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Window". 466. public Window[] getOwnedWindows() ^----^ *** Semantic Error: Type "Window" was not found. 468. Window [] trimmedList; ^----^ *** Semantic Error: Type "Window" was not found. 469. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Window". 472. Window [] validList = new Window [ownedWindows.size()]; ^----^ *** Semantic Error: Type "Window" was not found. 472. Window [] validList = new Window [ownedWindows.size()]; ^----^ *** Semantic Error: Type "Window" was not found. 474. Iterator e = ownedWindows.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 478. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 478. Window w = (Window)(((Reference) e.next()).get()); ^----^ *** Semantic Error: Type "Window" was not found. 478. Window w = (Window)(((Reference) e.next()).get()); ^-------^ *** Semantic Error: Type "Reference" was not found. <-------------------------------- 486. if (numValid != validList.length) . . . 492. trimmedList = validList; ---------------------------------> *** Semantic Error: This statement is unreachable. 488. trimmedList = new Window [numValid]; ^----^ *** Semantic Error: Type "Window" was not found. 494. return trimmedList; ^-----------------^ *** Semantic Error: This statement is unreachable. 503. public synchronized void addWindowListener(WindowListener listener) ^------------^ *** Semantic Error: Type "WindowListener" was not found. 514. public synchronized void removeWindowListener(WindowListener listener) ^------------^ *** Semantic Error: Type "WindowListener" was not found. 524. public synchronized WindowListener[] getWindowListeners() ^------------^ *** Semantic Error: Type "WindowListener" was not found. 526. return (WindowListener[]) ^------------^ *** Semantic Error: Type "WindowListener" was not found. 528. WindowListener.class); ^------------^ *** Semantic Error: Type "WindowListener" was not found. 537. public synchronized WindowFocusListener[] getWindowFocusListeners() ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 539. return (WindowFocusListener[]) ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 541. WindowFocusListener.class); ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 550. public synchronized WindowStateListener[] getWindowStateListeners() ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 552. return (WindowStateListener[]) ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 554. WindowStateListener.class); ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 560. public void addWindowFocusListener (WindowFocusListener wfl) ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 570. public void addWindowStateListener (WindowStateListener wsl) ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 578. public void removeWindowFocusListener (WindowFocusListener wfl) ^-----------------^ *** Semantic Error: Type "WindowFocusListener" was not found. 588. public void removeWindowStateListener (WindowStateListener wsl) ^-----------------^ *** Semantic Error: Type "WindowStateListener" was not found. 603. public EventListener[] getListeners(Class listenerType) ^-----------^ *** Semantic Error: Type "EventListener" was not found. 605. if (listenerType == WindowListener.class) ^------------^ *** Semantic Error: Type "WindowListener" was not found. 618. || (eventMask & AWTEvent.WINDOW_EVENT_MASK) != 0)) ^-------^ *** Semantic Error: No accessible field named "eventMask" was found in type "Window". 621. validate (); ^---------^ *** Semantic Error: No accessible method with signature "validate()" was found in type "Window". 636. if (evt instanceof WindowEvent) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 637. processWindowEvent((WindowEvent) evt); ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 650. protected void processWindowEvent(WindowEvent evt) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 656. processWindowFocusEvent (evt); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "processWindowFocusEvent(??)" was found in type "Window". Perhaps you wanted the overloaded version "void processWindowFocusEvent(?? event);" instead? 658. processWindowStateEvent (evt); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "processWindowStateEvent(??)" was found in type "Window". Perhaps you wanted the overloaded version "void processWindowStateEvent(?? event);" instead? 709. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 722. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 734. public Component getFocusOwner () ^-------^ *** Semantic Error: Type "Component" was not found. 736. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 738. Window activeWindow = manager.getActiveWindow (); ^----^ *** Semantic Error: Type "Window" was not found. 760. public Component getMostRecentFocusOwner () ^-------^ *** Semantic Error: Type "Component" was not found. 774. void setFocusOwner (Component windowFocusOwner) ^-------^ *** Semantic Error: Type "Component" was not found. 788. return handleEvent (e); ^-------------^ *** Semantic Error: No accessible method with signature "handleEvent(Event)" was found in type "Window". 803. return isVisible(); ^---------^ *** Semantic Error: No accessible method with signature "isVisible()" was found in type "Window". 806. public void setLocationRelativeTo (Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 813. GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment (); ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 814. Point center = ge.getCenterPoint (); ^---^ *** Semantic Error: Type "Point" was not found. 815. x = center.x - (width / 2); ^---^ *** Semantic Error: No accessible field named "width" was found in type "Window". 816. y = center.y - (height / 2); ^----^ *** Semantic Error: No accessible field named "height" was found in type "Window". 817. setLocation (x, y); ^----------------^ *** Semantic Error: No accessible method with signature "setLocation(int, int)" was found in type "Window". 825. private class WindowBltBufferStrategy extends BltBufferStrategy ^---------------^ *** Semantic Error: Type "BltBufferStrategy" was not found. 837. new BufferCapabilities(new ImageCapabilities(accelerated), ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 837. new BufferCapabilities(new ImageCapabilities(accelerated), ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 838. new ImageCapabilities(accelerated), ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 846. private class WindowFlipBufferStrategy extends FlipBufferStrategy ^----------------^ *** Semantic Error: Type "FlipBufferStrategy" was not found. 860. new BufferCapabilities(new ImageCapabilities(true), ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 860. new BufferCapabilities(new ImageCapabilities(true), ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 861. new ImageCapabilities(true), ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 892. throw new IllegalArgumentException("Window.createBufferStrategy: number" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 895. if (!isDisplayable()) ^-------------^ *** Semantic Error: No accessible method with signature "isDisplayable()" was found in type "Window". 896. throw new IllegalStateException("Window.createBufferStrategy: window is" ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 899. BufferStrategy newStrategy = null; ^------------^ *** Semantic Error: Type "BufferStrategy" was not found. 904. newStrategy = new WindowFlipBufferStrategy(numBuffers); ^----------------------^ *** Semantic Error: Type "WindowFlipBufferStrategy" was not found. 906. catch (AWTException e) ^----------^ *** Semantic Error: Type "AWTException" was not found. 912. newStrategy = new WindowBltBufferStrategy(numBuffers, true); ^---------------------^ *** Semantic Error: Type "WindowBltBufferStrategy" was not found. 914. bufferStrategy = newStrategy; ^------------^ *** Semantic Error: No accessible field named "bufferStrategy" was found in type "Window". 936. public void createBufferStrategy(int numBuffers, BufferCapabilities caps) ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 940. throw new IllegalArgumentException("Window.createBufferStrategy: number" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 944. throw new IllegalArgumentException("Window.createBufferStrategy:" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 949. bufferStrategy = new WindowFlipBufferStrategy(numBuffers); ^------------^ *** Semantic Error: No accessible field named "bufferStrategy" was found in type "Window". 949. bufferStrategy = new WindowFlipBufferStrategy(numBuffers); ^----------------------^ *** Semantic Error: Type "WindowFlipBufferStrategy" was not found. 951. bufferStrategy = new WindowBltBufferStrategy(numBuffers, true); ^------------^ *** Semantic Error: No accessible field named "bufferStrategy" was found in type "Window". 951. bufferStrategy = new WindowBltBufferStrategy(numBuffers, true); ^---------------------^ *** Semantic Error: Type "WindowBltBufferStrategy" was not found. 960. public BufferStrategy getBufferStrategy() ^------------^ *** Semantic Error: Type "BufferStrategy" was not found. 962. return bufferStrategy; ^------------^ *** Semantic Error: No accessible field named "bufferStrategy" was found in type "Window". 970. public void applyResourceBundle(ResourceBundle rb) ^------------^ *** Semantic Error: Type "ResourceBundle" was not found. 972. throw new Error ("Not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 982. ResourceBundle rb = ResourceBundle.getBundle(rbName, Locale.getDefault(), ^------------^ *** Semantic Error: Type "ResourceBundle" was not found. 994. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 997. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Window". 998. accessibleContext = new AccessibleAWTWindow(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Window". 998. accessibleContext = new AccessibleAWTWindow(); ^-----------------^ *** Semantic Error: Type "AccessibleAWTWindow" was not found. 999. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Window". 1010. if (peer != null) return peer.getGraphicsConfiguration(); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 1010. if (peer != null) return peer.getGraphicsConfiguration(); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Window". 1014. protected void processWindowFocusEvent(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 1037. protected void processWindowStateEvent(WindowEvent event) ^---------^ *** Semantic Error: Type "WindowEvent" was not found. 1054. if (this instanceof Dialog ^----^ *** Semantic Error: Type "Dialog" was not found. 1055. || this instanceof Frame) ^---^ *** Semantic Error: Type "Frame" was not found. 1090. return "win" + getUniqueLong(); ^---------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 93 semantic errors compiling "../gnu/java/awt/AWTUtilities.java": 40. import java.applet.Applet; ^----^ *** Semantic Error: Type "java.applet.Applet" was not found. 49. import java.awt.Window; ^----^ *** Semantic Error: A candidate for type "Window" was found, but it is invalid and needs to be fixed before this type will successfully compile. 51. import java.util.AbstractSequentialList; ^--------------------^ *** Semantic Error: Type "java.util.AbstractSequentialList" was not found. 53. import java.util.ListIterator; ^----------^ *** Semantic Error: Type "java.util.ListIterator" was not found. 55. import java.util.WeakHashMap; ^---------^ *** Semantic Error: Type "java.util.WeakHashMap" was not found. 71. static class VisibleComponentList extends AbstractSequentialList ^--------------------^ *** Semantic Error: Type "AbstractSequentialList" was not found. 76. class VisibleComponentIterator implements ListIterator ^----------^ *** Semantic Error: Type "ListIterator" was not found. 132. Object o = null; ^----^ *** Semantic Error: Type "Object" was not found. 148. throw new NoSuchElementException(); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 181. Object o = null; ^----^ *** Semantic Error: Type "Object" was not found. 196. throw new NoSuchElementException(); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 226. throw new UnsupportedOperationException ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 239. throw new UnsupportedOperationException ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 252. throw new UnsupportedOperationException ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 261. Component[] components; ^-------^ *** Semantic Error: Type "Component" was not found. 269. VisibleComponentList(Component[] c) ^-------^ *** Semantic Error: Type "Component" was not found. 279. public ListIterator listIterator(int index) ^----------^ *** Semantic Error: Type "ListIterator" was not found. 281. return new VisibleComponentIterator(index); ^----------------------^ *** Semantic Error: Type "VisibleComponentIterator" was not found. 295. return visibleComponents; ^-----------------------^ *** Semantic Error: This statement is unreachable. 306. static WeakHashMap visibleChildrenCache = new WeakHashMap(); ^---------^ *** Semantic Error: Type "WeakHashMap" was not found. 306. static WeakHashMap visibleChildrenCache = new WeakHashMap(); ^---------^ *** Semantic Error: Type "WeakHashMap" was not found. 317. public static List getVisibleChildren(Container c) ^--^ *** Semantic Error: Type "List" was not found. 317. public static List getVisibleChildren(Container c) ^-------^ *** Semantic Error: Type "Container" was not found. 319. Component[] children = c.getComponents(); ^-------^ *** Semantic Error: Type "Component" was not found. 320. Object o = visibleChildrenCache.get(children); ^----^ *** Semantic Error: Type "Object" was not found. 321. VisibleComponentList visibleChildren = null; ^------------------^ *** Semantic Error: Type "VisibleComponentList" was not found. 324. visibleChildren = new VisibleComponentList(children); ^------------------^ *** Semantic Error: Type "VisibleComponentList" was not found. 328. visibleChildren = (VisibleComponentList) o; ^------------------^ *** Semantic Error: Type "VisibleComponentList" was not found. 347. public static Rectangle calculateInsetArea(Rectangle base, Insets insets, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 347. public static Rectangle calculateInsetArea(Rectangle base, Insets insets, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 347. public static Rectangle calculateInsetArea(Rectangle base, Insets insets, ^----^ *** Semantic Error: Type "Insets" was not found. 348. Rectangle ret) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 351. ret = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 367. public static Rectangle getLocalBounds(Component aComponent) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 367. public static Rectangle getLocalBounds(Component aComponent) ^-------^ *** Semantic Error: Type "Component" was not found. 369. Rectangle bounds = aComponent.getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 370. return new Rectangle(0, 0, bounds.width, bounds.height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 384. public static FontMetrics getFontMetrics(Font font) ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 384. public static FontMetrics getFontMetrics(Font font) ^--^ *** Semantic Error: Type "Font" was not found. 402. public static Container getAncestorNamed(String name, Component comp) ^-------^ *** Semantic Error: Type "Container" was not found. 402. public static Container getAncestorNamed(String name, Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 406. return (Container) comp; ^-------^ *** Semantic Error: Type "Container" was not found. 424. public static Container getAncestorOfClass(Class c, Component comp) ^-------^ *** Semantic Error: Type "Container" was not found. 424. public static Container getAncestorOfClass(Class c, Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 428. return (Container) comp; ^----------------------^ *** Semantic Error: This statement is unreachable. 428. return (Container) comp; ^-------^ *** Semantic Error: Type "Container" was not found. 438. public static Window windowForComponent(Component comp) ^----^ *** Semantic Error: Type "Window" was not found. 438. public static Window windowForComponent(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 440. return (Window) getAncestorOfClass(Window.class, comp); ^----^ *** Semantic Error: Type "Window" was not found. 440. return (Window) getAncestorOfClass(Window.class, comp); ^----^ *** Semantic Error: Type "Window" was not found. 454. public static Component getRoot(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 454. public static Component getRoot(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 456. Applet app = null; ^----^ *** Semantic Error: Type "Applet" was not found. 457. Window win = null; ^----^ *** Semantic Error: Type "Window" was not found. 461. if (win == null && comp instanceof Window) ^----^ *** Semantic Error: Type "Window" was not found. 462. win = (Window) comp; ^----^ *** Semantic Error: Type "Window" was not found. 463. else if (comp instanceof Applet) ^----^ *** Semantic Error: Type "Applet" was not found. 464. app = (Applet) comp; ^----^ *** Semantic Error: Type "Applet" was not found. 483. public static boolean isDescendingFrom(Component a, Component b) ^-------^ *** Semantic Error: Type "Component" was not found. 483. public static boolean isDescendingFrom(Component a, Component b) ^-------^ *** Semantic Error: Type "Component" was not found. 512. public static Component getDeepestComponentAt(Component parent, int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 512. public static Component getDeepestComponentAt(Component parent, int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 517. if (! (parent instanceof Container)) ^-------^ *** Semantic Error: Type "Container" was not found. 520. Container c = (Container) parent; ^-------^ *** Semantic Error: Type "Container" was not found. 520. Container c = (Container) parent; ^-------^ *** Semantic Error: Type "Container" was not found. 536. public static void convertPointToScreen(Point p, Component c) ^---^ *** Semantic Error: Type "Point" was not found. 536. public static void convertPointToScreen(Point p, Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 538. Point c0 = c.getLocationOnScreen(); ^---^ *** Semantic Error: Type "Point" was not found. 552. public static void convertPointFromScreen(Point p, Component c) ^---^ *** Semantic Error: Type "Point" was not found. 552. public static void convertPointFromScreen(Point p, Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 554. Point c0 = c.getLocationOnScreen(); ^---^ *** Semantic Error: Type "Point" was not found. 582. public static Point convertPoint(Component source, int x, int y, ^---^ *** Semantic Error: Type "Point" was not found. 582. public static Point convertPoint(Component source, int x, int y, ^-------^ *** Semantic Error: Type "Component" was not found. 583. Component destination) ^-------^ *** Semantic Error: Type "Component" was not found. 585. Point pt = new Point(x, y); ^---^ *** Semantic Error: Type "Point" was not found. 585. Point pt = new Point(x, y); ^---^ *** Semantic Error: Type "Point" was not found. 591. source = getRoot(destination); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "getRoot(??)" was found in type "AWTUtilities". Perhaps you wanted the overloaded version "?? getRoot(?? comp);" instead? 594. destination = getRoot(source); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "getRoot(??)" was found in type "AWTUtilities". Perhaps you wanted the overloaded version "?? getRoot(?? comp);" instead? 598. convertPointToScreen(pt, source); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "convertPointToScreen(??, ??)" was found in type "AWTUtilities". Perhaps you wanted the overloaded version "void convertPointToScreen(?? p, ?? c);" instead? 599. convertPointFromScreen(pt, destination); ^-------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "convertPointFromScreen(??, ??)" was found in type "AWTUtilities". Perhaps you wanted the overloaded version "void convertPointFromScreen(?? p, ?? c);" instead? 629. public static Rectangle convertRectangle(Component source, Rectangle rect, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 629. public static Rectangle convertRectangle(Component source, Rectangle rect, ^-------^ *** Semantic Error: Type "Component" was not found. 629. public static Rectangle convertRectangle(Component source, Rectangle rect, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 630. Component destination) ^-------^ *** Semantic Error: Type "Component" was not found. 632. Point pt = convertPoint(source, rect.x, rect.y, destination); ^---^ *** Semantic Error: Type "Point" was not found. 633. return new Rectangle(pt.x, pt.y, rect.width, rect.height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 655. public static MouseEvent convertMouseEvent(Component source, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 655. public static MouseEvent convertMouseEvent(Component source, ^-------^ *** Semantic Error: Type "Component" was not found. 656. MouseEvent sourceEvent, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 657. Component destination) ^-------^ *** Semantic Error: Type "Component" was not found. 659. Point newpt = convertPoint(source, sourceEvent.getX(), sourceEvent.getY(), ^---^ *** Semantic Error: Type "Point" was not found. 662. return new MouseEvent(destination, sourceEvent.getID(), ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 685. InvocationTargetException ^-----------------------^ *** Semantic Error: Type "InvocationTargetException" was not found. Found 8 semantic errors compiling "../java/awt/Insets.java": 50. public class Insets implements Cloneable, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 111. if (! (obj instanceof Insets)) ^----^ *** Semantic Error: Type "Insets" was not found. 113. Insets i = (Insets) obj; ^----^ *** Semantic Error: Type "Insets" was not found. 113. Insets i = (Insets) obj; ^----^ *** Semantic Error: Type "Insets" was not found. 138. return getClass().getName() + "(top=" + top + ",bottom=" + bottom + ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Insets". 153. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "java.lang.CloneNotSupportedException" was not found. 155. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 155. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 36 semantic errors compiling "../java/awt/peer/ComponentPeer.java": 43. import java.awt.BufferCapabilities; ^----------------^ *** Semantic Error: A candidate for type "BufferCapabilities" was found, but it is invalid and needs to be fixed before this type will successfully compile. 44. import java.awt.Color; ^---^ *** Semantic Error: Type "java.awt.Color" was not found. 56. import java.awt.event.PaintEvent; ^--------^ *** Semantic Error: Type "java.awt.event.PaintEvent" was not found. 64. int checkImage(Image img, int width, int height, ^---^ *** Semantic Error: Type "Image" was not found. 65. ImageObserver ob); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 66. Image createImage(ImageProducer prod); ^---^ *** Semantic Error: Type "Image" was not found. 66. Image createImage(ImageProducer prod); ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 67. Image createImage(int width, int height); ^---^ *** Semantic Error: Type "Image" was not found. 71. ColorModel getColorModel(); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 72. FontMetrics getFontMetrics(Font f); ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 72. FontMetrics getFontMetrics(Font f); ^--^ *** Semantic Error: Type "Font" was not found. 73. Graphics getGraphics(); ^------^ *** Semantic Error: Type "Graphics" was not found. 74. Point getLocationOnScreen(); ^---^ *** Semantic Error: Type "Point" was not found. 75. Dimension getMinimumSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 76. Dimension getPreferredSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 77. Toolkit getToolkit(); ^-----^ *** Semantic Error: Type "Toolkit" was not found. 78. void handleEvent(AWTEvent e); ^------^ *** Semantic Error: Type "AWTEvent" was not found. 86. Dimension minimumSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 87. Dimension preferredSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 88. void paint(Graphics graphics); ^------^ *** Semantic Error: Type "Graphics" was not found. 89. boolean prepareImage(Image img, int width, int height, ^---^ *** Semantic Error: Type "Image" was not found. 90. ImageObserver ob); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 91. void print(Graphics graphics); ^------^ *** Semantic Error: Type "Graphics" was not found. 99. boolean requestFocus (Component source, boolean bool1, boolean bool2, long x); ^-------^ *** Semantic Error: Type "Component" was not found. 102. void setBackground(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 108. void setCursor(Cursor cursor); ^----^ *** Semantic Error: Type "Cursor" was not found. 111. void setFont(Font font); ^--^ *** Semantic Error: Type "Font" was not found. 112. void setForeground(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 120. GraphicsConfiguration getGraphicsConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 130. void coalescePaintEvent(PaintEvent e); ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 146. VolatileImage createVolatileImage(int width, int height); ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 160. void createBuffers(int numBuffers, BufferCapabilities caps) ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 161. throws AWTException; ^----------^ *** Semantic Error: Type "AWTException" was not found. 170. Image getBackBuffer(); ^---^ *** Semantic Error: Type "Image" was not found. 180. void flip(BufferCapabilities.FlipContents contents); ^-----------------------------^ *** Semantic Error: Type "FlipContents" was not found. 195. Rectangle getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 3 semantic errors compiling "../java/awt/peer/ContainerPeer.java": 40. import java.awt.Insets; ^----^ *** Semantic Error: Type "java.awt.Insets" was not found. 44. Insets insets(); ^----^ *** Semantic Error: Type "Insets" was not found. 46. Insets getInsets(); ^----^ *** Semantic Error: Type "Insets" was not found. Found 7 semantic errors compiling "../java/awt/event/PaintEvent.java": 79. private Rectangle updateRect; ^-------^ *** Semantic Error: Type "Rectangle" was not found. 91. public PaintEvent(Component source, int id, Rectangle updateRect) ^-------^ *** Semantic Error: Type "Component" was not found. 91. public PaintEvent(Component source, int id, Rectangle updateRect) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 102. public Rectangle getUpdateRect() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 112. public void setUpdateRect(Rectangle updateRect) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 124. return (id == PAINT ? "PAINT,updateRect=" : id == UPDATE ^^ *** Semantic Error: No accessible field named "id" was found in type "PaintEvent". 124. return (id == PAINT ? "PAINT,updateRect=" : id == UPDATE ^^ *** Semantic Error: No accessible field named "id" was found in type "PaintEvent". Found 4 semantic errors compiling "../java/awt/Paint.java": 76. PaintContext createContext(ColorModel cm, Rectangle deviceBounds, ^--------^ *** Semantic Error: Type "ColorModel" was not found. 77. Rectangle2D userBounds, AffineTransform xform, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 77. Rectangle2D userBounds, AffineTransform xform, ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 78. RenderingHints hints); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. Found 84 semantic errors compiling "../java/awt/Color.java": 62. public class Color implements Paint, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 70. public static final Color white = new Color(0xffffff, false); ^---^ *** Semantic Error: Type "Color" was not found. 70. public static final Color white = new Color(0xffffff, false); ^---^ *** Semantic Error: Type "Color" was not found. 77. public static final Color WHITE = white; ^---^ *** Semantic Error: Type "Color" was not found. 80. public static final Color lightGray = new Color(0xc0c0c0, false); ^---^ *** Semantic Error: Type "Color" was not found. 80. public static final Color lightGray = new Color(0xc0c0c0, false); ^---^ *** Semantic Error: Type "Color" was not found. 87. public static final Color LIGHT_GRAY = lightGray; ^---^ *** Semantic Error: Type "Color" was not found. 90. public static final Color gray = new Color(0x808080, false); ^---^ *** Semantic Error: Type "Color" was not found. 90. public static final Color gray = new Color(0x808080, false); ^---^ *** Semantic Error: Type "Color" was not found. 97. public static final Color GRAY = gray; ^---^ *** Semantic Error: Type "Color" was not found. 100. public static final Color darkGray = new Color(0x404040, false); ^---^ *** Semantic Error: Type "Color" was not found. 100. public static final Color darkGray = new Color(0x404040, false); ^---^ *** Semantic Error: Type "Color" was not found. 107. public static final Color DARK_GRAY = darkGray; ^---^ *** Semantic Error: Type "Color" was not found. 110. public static final Color black = new Color(0x000000, false); ^---^ *** Semantic Error: Type "Color" was not found. 110. public static final Color black = new Color(0x000000, false); ^---^ *** Semantic Error: Type "Color" was not found. 117. public static final Color BLACK = black; ^---^ *** Semantic Error: Type "Color" was not found. 120. public static final Color red = new Color(0xff0000, false); ^---^ *** Semantic Error: Type "Color" was not found. 120. public static final Color red = new Color(0xff0000, false); ^---^ *** Semantic Error: Type "Color" was not found. 127. public static final Color RED = red; ^---^ *** Semantic Error: Type "Color" was not found. 130. public static final Color pink = new Color(0xffafaf, false); ^---^ *** Semantic Error: Type "Color" was not found. 130. public static final Color pink = new Color(0xffafaf, false); ^---^ *** Semantic Error: Type "Color" was not found. 137. public static final Color PINK = pink; ^---^ *** Semantic Error: Type "Color" was not found. 140. public static final Color orange = new Color(0xffc800, false); ^---^ *** Semantic Error: Type "Color" was not found. 140. public static final Color orange = new Color(0xffc800, false); ^---^ *** Semantic Error: Type "Color" was not found. 147. public static final Color ORANGE = orange; ^---^ *** Semantic Error: Type "Color" was not found. 150. public static final Color yellow = new Color(0xffff00, false); ^---^ *** Semantic Error: Type "Color" was not found. 150. public static final Color yellow = new Color(0xffff00, false); ^---^ *** Semantic Error: Type "Color" was not found. 157. public static final Color YELLOW = yellow; ^---^ *** Semantic Error: Type "Color" was not found. 160. public static final Color green = new Color(0x00ff00, false); ^---^ *** Semantic Error: Type "Color" was not found. 160. public static final Color green = new Color(0x00ff00, false); ^---^ *** Semantic Error: Type "Color" was not found. 167. public static final Color GREEN = green; ^---^ *** Semantic Error: Type "Color" was not found. 170. public static final Color magenta = new Color(0xff00ff, false); ^---^ *** Semantic Error: Type "Color" was not found. 170. public static final Color magenta = new Color(0xff00ff, false); ^---^ *** Semantic Error: Type "Color" was not found. 177. public static final Color MAGENTA = magenta; ^---^ *** Semantic Error: Type "Color" was not found. 180. public static final Color cyan = new Color(0x00ffff, false); ^---^ *** Semantic Error: Type "Color" was not found. 180. public static final Color cyan = new Color(0x00ffff, false); ^---^ *** Semantic Error: Type "Color" was not found. 187. public static final Color CYAN = cyan; ^---^ *** Semantic Error: Type "Color" was not found. 190. public static final Color blue = new Color(0x0000ff, false); ^---^ *** Semantic Error: Type "Color" was not found. 190. public static final Color blue = new Color(0x0000ff, false); ^---^ *** Semantic Error: Type "Color" was not found. 197. public static final Color BLUE = blue; ^---^ *** Semantic Error: Type "Color" was not found. 271. private final ColorSpace cs; ^--------^ *** Semantic Error: Type "ColorSpace" was not found. <---------------------------------------------------- 318. public Color(int red, int green, int blue, int alpha) . . . 331. } --> *** Semantic Error: The blank final field "cs" 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. 322. throw new IllegalArgumentException("Bad RGB values" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <---------------------------------------- 369. public Color(int value, boolean hasalpha) . . . 383. } --> *** Semantic Error: The blank final field "cs" 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. <---------------------------------------- 369. public Color(int value, boolean hasalpha) . . . 383. } --> *** Semantic Error: The blank final field "value" 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. <------------------------------------------------------------ 423. public Color(float red, float green, float blue, float alpha) . . . 429. } --> *** Semantic Error: The blank final field "cs" 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. <-------------------------------------------------------------- 447. public Color(ColorSpace space, float[] components, float alpha) . . . 454. } --> *** Semantic Error: The blank final field "cs" 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. 447. public Color(ColorSpace space, float[] components, float alpha) ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 533. public Color brighter() ^---^ *** Semantic Error: Type "Color" was not found. 544. return new Color(red, green, blue, 255); ^---^ *** Semantic Error: Type "Color" was not found. 556. public Color darker() ^---^ *** Semantic Error: Type "Color" was not found. 560. return new Color((int) (((value & RED_MASK) >> 16) * BRIGHT_SCALE), ^---^ *** Semantic Error: Type "Color" was not found. 590. return obj instanceof Color && ((Color) obj).value == value; ^---^ *** Semantic Error: Type "Color" was not found. 590. return obj instanceof Color && ((Color) obj).value == value; ^---^ *** Semantic Error: Type "Color" was not found. 603. return getClass().getName() + "[r=" + ((value & RED_MASK) >> 16) ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Color". 621. public static Color decode(String str) ^---^ *** Semantic Error: Type "Color" was not found. 623. return new Color(Integer.decode(str).intValue(), false); ^---^ *** Semantic Error: Type "Color" was not found. 636. public static Color getColor(String prop) ^---^ *** Semantic Error: Type "Color" was not found. 638. return getColor(prop, null); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "getColor(String, null)" was found in type "Color". Perhaps you wanted the overloaded version "?? getColor(String prop, int defrgb);" instead? 652. public static Color getColor(String prop, Color defcolor) ^---^ *** Semantic Error: Type "Color" was not found. 652. public static Color getColor(String prop, Color defcolor) ^---^ *** Semantic Error: Type "Color" was not found. 654. Integer val = Integer.getInteger(prop, null); ^-----^ *** Semantic Error: Type "Integer" was not found. 656. : new Color(val.intValue(), false); ^---^ *** Semantic Error: Type "Color" was not found. 671. public static Color getColor(String prop, int defrgb) ^---^ *** Semantic Error: Type "Color" was not found. 673. Color c = getColor(prop, null); ^---^ *** Semantic Error: Type "Color" was not found. 673. Color c = getColor(prop, null); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "getColor(String, null)" was found in type "Color". Perhaps you wanted the overloaded version "?? getColor(String prop, int defrgb);" instead? 674. return c == null ? new Color(defrgb, false) : c; ^---^ *** Semantic Error: Type "Color" was not found. 697. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 719. throw new InternalError("impossible"); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 795. public static Color getHSBColor(float hue, float saturation, ^---^ *** Semantic Error: Type "Color" was not found. 798. return new Color(HSBtoRGB(hue, saturation, brightness), false); ^---^ *** Semantic Error: Type "Color" was not found. 907. public float[] getComponents(ColorSpace space, float[] array) ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 912. getColorComponents(space, array); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getColorComponents(??, float[])" was found in type "Color". Perhaps you wanted the overloaded version "float[] getColorComponents(?? space, float[] array);" instead? 930. public float[] getColorComponents(ColorSpace space, float[] array) ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 946. public ColorSpace getColorSpace() ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 965. public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, ^--------^ *** Semantic Error: Type "ColorModel" was not found. 966. Rectangle2D userBounds, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 967. AffineTransform xform, ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 968. RenderingHints hints) ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 971. context = new ColorPaintContext(cm,value); ^---------------^ *** Semantic Error: Type "ColorPaintContext" was not found. 984. return alpha == (255 << 24) ? OPAQUE : alpha == 0 ? BITMASK : TRANSLUCENT; ^----^ *** Semantic Error: No accessible field named "OPAQUE" was found in type "Color". 984. return alpha == (255 << 24) ? OPAQUE : alpha == 0 ? BITMASK : TRANSLUCENT; ^-----^ *** Semantic Error: No accessible field named "BITMASK" was found in type "Color". 984. return alpha == (255 << 24) ? OPAQUE : alpha == 0 ? BITMASK : TRANSLUCENT; ^---------^ *** Semantic Error: No accessible field named "TRANSLUCENT" was found in type "Color". 1001. throw new IllegalArgumentException("Bad RGB values"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 3 semantic errors compiling "../java/awt/image/BufferStrategy.java": 41. import java.awt.BufferCapabilities; ^----------------^ *** Semantic Error: Type "java.awt.BufferCapabilities" was not found. 84. public abstract BufferCapabilities getCapabilities(); ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 95. public abstract Graphics getDrawGraphics(); ^------^ *** Semantic Error: Type "Graphics" was not found. Found 20 semantic errors compiling "../java/awt/BufferCapabilities.java": 41. import java.awt.image.BufferStrategy; ^------------^ *** Semantic Error: Type "java.awt.image.BufferStrategy" was not found. 82. = { "undefined", "background", "prior", "copied" }; ^---------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 82. = { "undefined", "background", "prior", "copied" }; ^----------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 82. = { "undefined", "background", "prior", "copied" }; ^-----^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 82. = { "undefined", "background", "prior", "copied" }; ^------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 87. public static final FlipContents UNDEFINED = new FlipContents(0); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 87. public static final FlipContents UNDEFINED = new FlipContents(0); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 93. public static final FlipContents BACKGROUND = new FlipContents(1); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 93. public static final FlipContents BACKGROUND = new FlipContents(1); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 100. public static final FlipContents PRIOR = new FlipContents(2); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 100. public static final FlipContents PRIOR = new FlipContents(2); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 106. public static final FlipContents COPIED = new FlipContents(3); ^----------^ *** Semantic Error: Type "FlipContents" was not found. 106. public static final FlipContents COPIED = new FlipContents(3); ^----------^ *** Semantic Error: Type "FlipContents" was not found. <----------------------------------------------------- 145. public BufferCapabilities(ImageCapabilities frontCaps, . . . 154. } --> *** Semantic Error: The blank final field "flip" 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. <----------------------------------------------------- 145. public BufferCapabilities(ImageCapabilities frontCaps, . . . 154. } --> *** Semantic Error: The blank final field "back" 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. <----------------------------------------------------- 145. public BufferCapabilities(ImageCapabilities frontCaps, . . . 154. } --> *** Semantic Error: The blank final field "front" 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. 150. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 248. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 250. throw (Error) new InternalError().initCause(e); ^---^ *** Semantic Error: Type "Error" was not found. 250. throw (Error) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 16 semantic errors compiling "../java/awt/PopupMenu.java": 95. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 110. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "PopupMenu". 111. peer = getToolkit ().createPopupMenu (this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "PopupMenu". 111. peer = getToolkit ().createPopupMenu (this); ^-----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "PopupMenu". 126. show(Component component, int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 128. if (getPeer() == null) ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "PopupMenu". 130. PopupMenuPeer pmp = (PopupMenuPeer)getPeer(); ^-----------^ *** Semantic Error: Type "PopupMenuPeer" was not found. 130. PopupMenuPeer pmp = (PopupMenuPeer)getPeer(); ^-----------^ *** Semantic Error: Type "PopupMenuPeer" was not found. 130. PopupMenuPeer pmp = (PopupMenuPeer)getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "PopupMenu". 141. protected class AccessibleAWTPopupMenu extends AccessibleAWTMenu ^---------------^ *** Semantic Error: Type "AccessibleAWTMenu" was not found. 149. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 162. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 165. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "PopupMenu". 166. accessibleContext = new AccessibleAWTPopupMenu(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "PopupMenu". 166. accessibleContext = new AccessibleAWTPopupMenu(); ^--------------------^ *** Semantic Error: Type "AccessibleAWTPopupMenu" was not found. 167. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "PopupMenu". Found 1 semantic error compiling "../java/awt/event/ContainerListener.java": 55. public interface ContainerListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 11 semantic errors compiling "../java/awt/event/ContainerEvent.java": 42. import java.awt.Container; ^-------^ *** Semantic Error: Type "java.awt.Container" was not found. 79. private final Component child; ^-------^ *** Semantic Error: Type "Component" was not found. <--------------------------------------------------------------- 92. public ContainerEvent(Component source, int id, Component child) . . . 96. } --> *** Semantic Error: The blank final field "child" 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 ContainerEvent(Component source, int id, Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 92. public ContainerEvent(Component source, int id, Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 104. public Container getContainer() ^-------^ *** Semantic Error: Type "Container" was not found. 106. return (Container) source; ^-------^ *** Semantic Error: Type "Container" was not found. 106. return (Container) source; ^----^ *** Semantic Error: No accessible field named "source" was found in type "ContainerEvent". 115. public Component getChild() ^-------^ *** Semantic Error: Type "Component" was not found. 131. return (id == COMPONENT_ADDED ? "COMPONENT_ADDED,child=" ^^ *** Semantic Error: No accessible field named "id" was found in type "ContainerEvent". 132. : id == COMPONENT_REMOVED ? "COMPONENT_REMOVED,child=" ^^ *** Semantic Error: No accessible field named "id" was found in type "ContainerEvent". Found 301 semantic errors compiling "../java/awt/Container.java": 42. import java.awt.event.ContainerEvent; ^------------^ *** Semantic Error: Type "java.awt.event.ContainerEvent" was not found. 43. import java.awt.event.ContainerListener; ^---------------^ *** Semantic Error: Type "java.awt.event.ContainerListener" was not found. 45. import java.awt.event.MouseEvent; ^--------^ *** Semantic Error: Type "java.awt.event.MouseEvent" was not found. 46. import java.awt.peer.ComponentPeer; ^-----------^ *** Semantic Error: Type "java.awt.peer.ComponentPeer" was not found. 47. import java.awt.peer.ContainerPeer; ^-----------^ *** Semantic Error: Type "java.awt.peer.ContainerPeer" was not found. 65. import gnu.java.awt.AWTUtilities; ^----------^ *** Semantic Error: Type "gnu.java.awt.AWTUtilities" was not found. 88. Component[] component; ^-------^ *** Semantic Error: Type "Component" was not found. 89. LayoutManager layoutMgr; ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 91. LightweightDispatcher dispatcher; ^-------------------^ *** Semantic Error: Type "LightweightDispatcher" was not found. 103. transient ContainerListener containerListener; ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 104. transient PropertyChangeSupport changeSupport; ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 119. transient Set[] focusTraversalKeys; ^-^ *** Semantic Error: Type "Set" was not found. 159. public Component getComponent(int n) ^-------^ *** Semantic Error: Type "Component" was not found. 161. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 164. throw new ArrayIndexOutOfBoundsException("no such component"); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 175. public Component[] getComponents() ^-------^ *** Semantic Error: Type "Component" was not found. 177. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 179. Component[] result = new Component[ncomponents]; ^-------^ *** Semantic Error: Type "Component" was not found. 179. Component[] result = new Component[ncomponents]; ^-------^ *** Semantic Error: Type "Component" was not found. 194. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 200. throw new ArrayIndexOutOfBoundsException (); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 201. Component tmp = component[i]; ^-------^ *** Semantic Error: Type "Component" was not found. 213. public Insets getInsets() ^----^ *** Semantic Error: Type "Insets" was not found. 225. public Insets insets() ^----^ *** Semantic Error: Type "Insets" was not found. 227. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 228. return new Insets (0, 0, 0, 0); ^----^ *** Semantic Error: Type "Insets" was not found. 230. return ((ContainerPeer) peer).getInsets (); ^-----------^ *** Semantic Error: Type "ContainerPeer" was not found. 230. return ((ContainerPeer) peer).getInsets (); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 241. public Component add(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 241. public Component add(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 243. addImpl(comp, null, -1); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "addImpl(??, null, int)" was found in type "Container". Perhaps you wanted the overloaded version "void addImpl(?? comp, Object constraints, int index);" instead? 259. public Component add(String name, Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 259. public Component add(String name, Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 261. addImpl(comp, name, -1); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "addImpl(??, String, int)" was found in type "Container". Perhaps you wanted the overloaded version "void addImpl(?? comp, Object constraints, int index);" instead? 277. public Component add(Component comp, int index) ^-------^ *** Semantic Error: Type "Component" was not found. 277. public Component add(Component comp, int index) ^-------^ *** Semantic Error: Type "Component" was not found. 279. addImpl(comp, null, index); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "addImpl(??, null, int)" was found in type "Container". Perhaps you wanted the overloaded version "void addImpl(?? comp, Object constraints, int index);" instead? 291. public void add(Component comp, Object constraints) ^-------^ *** Semantic Error: Type "Component" was not found. 293. addImpl(comp, constraints, -1); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "addImpl(??, Object, int)" was found in type "Container". Perhaps you wanted the overloaded version "void addImpl(?? comp, Object constraints, int index);" instead? 308. public void add(Component comp, Object constraints, int index) ^-------^ *** Semantic Error: Type "Component" was not found. 310. addImpl(comp, constraints, index); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "addImpl(??, Object, int)" was found in type "Container". Perhaps you wanted the overloaded version "void addImpl(?? comp, Object constraints, int index);" instead? 328. protected void addImpl(Component comp, Object constraints, int index) ^-------^ *** Semantic Error: Type "Component" was not found. 330. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 334. || comp instanceof Window ^----^ *** Semantic Error: Type "Window" was not found. 335. || (comp instanceof Container ^-------^ *** Semantic Error: Type "Container" was not found. 336. && ((Container) comp).isAncestorOf(this))) ^-------^ *** Semantic Error: Type "Container" was not found. 337. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 345. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 353. if (!isLightweight ()) ^--------------^ *** Semantic Error: No accessible method with signature "isLightweight()" was found in type "Container". 362. component = new Component[4]; // FIXME, better initial size? ^-------^ *** Semantic Error: Type "Component" was not found. 369. Component[] c = new Component[nl]; ^-------^ *** Semantic Error: Type "Component" was not found. 369. Component[] c = new Component[nl]; ^-------^ *** Semantic Error: Type "Component" was not found. 387. if (layoutMgr instanceof LayoutManager2) ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 389. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 389. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 392. else if (constraints instanceof String) ^----^ *** Semantic Error: Type "String" was not found. 393. layoutMgr.addLayoutComponent((String) constraints, comp); ^----^ *** Semantic Error: Type "String" was not found. 402. ContainerEvent ce = new ContainerEvent(this, ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 402. ContainerEvent ce = new ContainerEvent(this, ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 405. ContainerListener[] listeners = getContainerListeners(); ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. <------------------------------------------------- 410. repaint(comp.getX(), comp.getY(), comp.getWidth(), 411. comp.getHeight()); ---------------------------------> *** Semantic Error: This statement is unreachable. 422. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 424. Component r = component[index]; ^-------^ *** Semantic Error: Type "Component" was not found. 426. ComponentListener[] list = r.getComponentListeners(); ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. <---------------- 430. r.removeNotify(); . . . 453. } ----------> *** Semantic Error: These statements are unreachable. 443. if (isShowing ()) ^----------^ *** Semantic Error: No accessible method with signature "isShowing()" was found in type "Container". 446. ContainerEvent ce = new ContainerEvent(this, ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 446. ContainerEvent ce = new ContainerEvent(this, ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 449. getToolkit().getSystemEventQueue().postEvent(ce); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "Container". 452. repaint(); ^-------^ *** Semantic Error: No accessible method with signature "repaint()" was found in type "Container". 462. public void remove(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 464. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 482. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 494. public LayoutManager getLayout() ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 505. public void setLayout(LayoutManager mgr) ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 537. if (layoutMgr != null && layoutMgr instanceof LayoutManager2) ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 539. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 539. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 549. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 551. if (! isValid() && peer != null) ^-------^ *** Semantic Error: No method named "isValid" was found in type "Container". However, there is an accessible method "invalidate" whose name closely matches the name "isValid". 551. if (! isValid() && peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 566. Component comp = component[i]; ^-------^ *** Semantic Error: Type "Component" was not found. 568. if (comp instanceof Container) ^-------^ *** Semantic Error: Type "Container" was not found. 569. ((Container) comp).invalidateTree(); ^-------^ *** Semantic Error: Type "Container" was not found. 572. if (layoutMgr != null && layoutMgr instanceof LayoutManager2) ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 574. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 574. LayoutManager2 lm2 = (LayoutManager2) layoutMgr; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 585. if (valid) ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 588. ContainerPeer cPeer = null; ^-----------^ *** Semantic Error: Type "ContainerPeer" was not found. 589. if (peer != null && ! (peer instanceof LightweightPeer)) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 589. if (peer != null && ! (peer instanceof LightweightPeer)) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 589. if (peer != null && ! (peer instanceof LightweightPeer)) ^-------------^ *** Semantic Error: Type "LightweightPeer" was not found. 591. cPeer = (ContainerPeer) peer; ^-----------^ *** Semantic Error: Type "ContainerPeer" was not found. 591. cPeer = (ContainerPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 597. Component comp = component[i]; ^-------^ *** Semantic Error: Type "Component" was not found. 606. Component comp = component[i]; ^-------^ *** Semantic Error: Type "Component" was not found. 610. if (comp instanceof Container) ^-------^ *** Semantic Error: Type "Container" was not found. 612. ((Container) comp).validateTree(); ^-------^ *** Semantic Error: Type "Container" was not found. 624. valid = true; ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 632. if( (f != null && (font == null || !font.equals(f))) ^--^ *** Semantic Error: No accessible field named "font" was found in type "Container". 632. if( (f != null && (font == null || !font.equals(f))) ^--^ *** Semantic Error: No accessible field named "font" was found in type "Container". 662. synchronized(treeLock) ^------^ *** Semantic Error: No accessible field named "treeLock" was found in type "Container". 664. if(valid && prefSize != null) ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 664. if(valid && prefSize != null) ^------^ *** Semantic Error: No accessible field named "prefSize" was found in type "Container". 665. return new Dimension(prefSize); ^-------^ *** Semantic Error: Type "Dimension" was not found. 665. return new Dimension(prefSize); ^------^ *** Semantic Error: No accessible field named "prefSize" was found in type "Container". 666. LayoutManager layout = getLayout(); ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 669. Dimension layoutSize = layout.preferredLayoutSize(this); ^-------^ *** Semantic Error: Type "Dimension" was not found. 670. if(valid) ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 671. prefSize = layoutSize; ^------^ *** Semantic Error: No accessible field named "prefSize" was found in type "Container". 672. return new Dimension(layoutSize); ^-------^ *** Semantic Error: Type "Dimension" was not found. 698. if(valid && minSize != null) ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 698. if(valid && minSize != null) ^-----^ *** Semantic Error: No accessible field named "minSize" was found in type "Container". 699. return new Dimension(minSize); ^-------^ *** Semantic Error: Type "Dimension" was not found. 699. return new Dimension(minSize); ^-----^ *** Semantic Error: No accessible field named "minSize" was found in type "Container". 701. LayoutManager layout = getLayout(); ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 704. minSize = layout.minimumLayoutSize (this); ^-----^ *** Semantic Error: No accessible field named "minSize" was found in type "Container". 705. return minSize; ^-----^ *** Semantic Error: No accessible field named "minSize" was found in type "Container". 718. if (valid && maxSize != null) ^---^ *** Semantic Error: No accessible field named "valid" was found in type "Container". 719. return new Dimension(maxSize); ^-------^ *** Semantic Error: Type "Dimension" was not found. 721. LayoutManager layout = getLayout(); ^-----------^ *** Semantic Error: Type "LayoutManager" was not found. 722. if (layout != null && layout instanceof LayoutManager2) ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 724. LayoutManager2 lm2 = (LayoutManager2) layout; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 724. LayoutManager2 lm2 = (LayoutManager2) layout; ^------------^ *** Semantic Error: Type "LayoutManager2" was not found. 767. if (!isShowing()) ^---------^ *** Semantic Error: No accessible method with signature "isShowing()" was found in type "Container". 802. ComponentPeer p = peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 802. ComponentPeer p = peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 803. if (p != null && !(p instanceof LightweightPeer)) ^-------------^ *** Semantic Error: Type "LightweightPeer" was not found. 804. g.clearRect(0, 0, getWidth(), getHeight()); ^--------^ *** Semantic Error: No accessible method with signature "getWidth()" was found in type "Container". 804. g.clearRect(0, 0, getWidth(), getHeight()); ^---------^ *** Semantic Error: No accessible method with signature "getHeight()" was found in type "Container". 852. public synchronized void addContainerListener(ContainerListener listener) ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 863. public synchronized void removeContainerListener(ContainerListener listener) ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 871. public synchronized ContainerListener[] getContainerListeners() ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 873. return (ContainerListener[]) ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 875. ContainerListener.class); ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 888. public EventListener[] getListeners(Class listenerType) ^-----------^ *** Semantic Error: Type "EventListener" was not found. 890. if (listenerType == ContainerListener.class) ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 905. if (e instanceof ContainerEvent) ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 906. processContainerEvent((ContainerEvent) e); ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 917. protected void processContainerEvent(ContainerEvent e) ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 942. if (!handleEvent (e)) ^-------------^ *** Semantic Error: No accessible method with signature "handleEvent(Event)" was found in type "Container". 944. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 946. Component parent = getParent (); ^-------^ *** Semantic Error: Type "Component" was not found. 946. Component parent = getParent (); ^----------^ *** Semantic Error: No accessible method with signature "getParent()" was found in type "Container". 968. public Component getComponentAt(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 989. public Component locate(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 991. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 993. if (!contains (x, y)) ^-------------^ *** Semantic Error: No accessible method with signature "contains(int, int)" was found in type "Container". 1022. public Component getComponentAt(Point p) ^-------^ *** Semantic Error: Type "Component" was not found. 1027. public Component findComponentAt(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 1029. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1031. if (! contains(x, y)) ^------------^ *** Semantic Error: No accessible method with signature "contains(int, int)" was found in type "Container". 1044. if (component[i] instanceof Container) ^-------^ *** Semantic Error: Type "Container" was not found. 1046. Container k = (Container) component[i]; ^-------^ *** Semantic Error: Type "Container" was not found. 1046. Container k = (Container) component[i]; ^-------^ *** Semantic Error: Type "Container" was not found. 1047. Component r = k.findComponentAt(x2, y2); ^-------^ *** Semantic Error: Type "Component" was not found. 1071. Component findComponentForMouseEventAt(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 1073. synchronized (getTreeLock()) ^-----------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1075. if (!contains(x, y)) ^------------^ *** Semantic Error: No accessible method with signature "contains(int, int)" was found in type "Container". 1088. if (component[i] instanceof Container) ^-------^ *** Semantic Error: Type "Container" was not found. 1090. Container k = (Container) component[i]; ^-------^ *** Semantic Error: Type "Container" was not found. 1090. Container k = (Container) component[i]; ^-------^ *** Semantic Error: Type "Container" was not found. 1091. Component r = k.findComponentForMouseEventAt(x2, y2); ^-------^ *** Semantic Error: Type "Component" was not found. 1106. public Component findComponentAt(Point p) ^-------^ *** Semantic Error: Type "Component" was not found. 1129. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1146. public boolean isAncestorOf(Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 1148. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1172. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1172. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1186. public void list(PrintStream out, int indent) ^---------^ *** Semantic Error: Type "PrintStream" was not found. 1188. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1203. public void list(PrintWriter out, int indent) ^-------------------------------^ *** Semantic Error: Duplicate declaration of method "list" in type "Container". The other occurrence is at location "../java/awt/Container.java:1186". 1203. public void list(PrintWriter out, int indent) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 1229. public void setFocusTraversalKeys(int id, Set keystrokes) ^-^ *** Semantic Error: Type "Set" was not found. 1235. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1239. Container parent = getParent (); ^-------^ *** Semantic Error: Type "Container" was not found. 1239. Container parent = getParent (); ^----------^ *** Semantic Error: No accessible method with signature "getParent()" was found in type "Container". 1256. Set sa; ^-^ *** Semantic Error: Type "Set" was not found. 1257. Set sb; ^-^ *** Semantic Error: Type "Set" was not found. 1258. Set sc; ^-^ *** Semantic Error: Type "Set" was not found. 1259. String name; ^----^ *** Semantic Error: Type "String" was not found. 1299. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1303. Iterator iter = keystrokes.iterator (); ^------^ *** Semantic Error: Type "Iterator" was not found. 1307. Object o = iter.next (); ^----^ *** Semantic Error: Type "Object" was not found. 1308. if (!(o instanceof AWTKeyStroke) ^----------^ *** Semantic Error: Type "AWTKeyStroke" was not found. 1310. || ((AWTKeyStroke) o).keyCode == KeyEvent.VK_UNDEFINED) ^----------^ *** Semantic Error: Type "AWTKeyStroke" was not found. 1311. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1315. focusTraversalKeys = new Set[4]; ^-^ *** Semantic Error: Type "Set" was not found. 1317. keystrokes = Collections.unmodifiableSet (new HashSet (keystrokes)); ^-----^ *** Semantic Error: Type "HashSet" was not found. 1335. public Set getFocusTraversalKeys (int id) ^-^ *** Semantic Error: Type "Set" was not found. 1341. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1343. Set s = null; ^-^ *** Semantic Error: Type "Set" was not found. 1348. if (s == null && parent != null) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Container". 1349. s = parent.getFocusTraversalKeys (id); ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Container". 1375. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1395. public boolean isFocusCycleRoot (Container c) ^-------^ *** Semantic Error: Type "Container" was not found. 1401. Container ancestor = getFocusCycleRootAncestor (); ^-------^ *** Semantic Error: Type "Container" was not found. 1401. Container ancestor = getFocusCycleRootAncestor (); ^--------------------------^ *** Semantic Error: No accessible method with signature "getFocusCycleRootAncestor()" was found in type "Container". 1444. Container ancestor = getFocusCycleRootAncestor (); ^-------^ *** Semantic Error: Type "Container" was not found. 1444. Container ancestor = getFocusCycleRootAncestor (); ^--------------------------^ *** Semantic Error: No accessible method with signature "getFocusCycleRootAncestor()" was found in type "Container". 1450. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 1516. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 1529. public void applyComponentOrientation (ComponentOrientation orientation) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 1532. throw new NullPointerException (); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 1535. public void addPropertyChangeListener (PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 1541. changeSupport = new PropertyChangeSupport (this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 1547. PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 1553. changeSupport = new PropertyChangeSupport (this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 1577. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1581. Component comp = component[i]; ^-------^ *** Semantic Error: Type "Component" was not found. 1586. visitChild(gfx, visitor, comp); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "visitChild(Graphics, Container.GfxVisitor, ??)" was found in type "Container". Perhaps you wanted the overloaded version "void visitChild(Graphics gfx, Container$GfxVisitor visitor, ?? comp);" instead? 1605. Component comp) ^-------^ *** Semantic Error: Type "Component" was not found. 1607. Rectangle bounds = comp.getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1608. Rectangle oldClip = gfx.getClipBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1612. Rectangle clip = oldClip.intersection(bounds); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1644. || (eventMask & AWTEvent.CONTAINER_EVENT_MASK) != 0)) ^-------^ *** Semantic Error: No accessible field named "eventMask" was found in type "Container". 1665. || (eventMask & AWTEvent.CONTAINER_EVENT_MASK) != 0; ^-------^ *** Semantic Error: No accessible field named "eventMask" was found in type "Container". 1671. Component findNextFocusComponent(Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 1671. Component findNextFocusComponent(Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 1673. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1703. if (parent != null) ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Container". 1704. return parent.findNextFocusComponent(this); ^----^ *** Semantic Error: No accessible field named "parent" was found in type "Container". 1707. if (component[j] instanceof Container) ^-------^ *** Semantic Error: Type "Container" was not found. 1709. Component c = component[j]; ^-------^ *** Semantic Error: Type "Component" was not found. 1724. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container". 1735. dispatcher = new LightweightDispatcher (this); ^-------------------^ *** Semantic Error: Type "LightweightDispatcher" was not found. 1741. if (peer != null && !isLightweight ()) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Container". 1741. if (peer != null && !isLightweight ()) ^--------------^ *** Semantic Error: No accessible method with signature "isLightweight()" was found in type "Container". 1763. private void readObject (ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 1764. throws ClassNotFoundException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1767. String key = (String) s.readObject (); ^----^ *** Semantic Error: Type "String" was not found. 1767. String key = (String) s.readObject (); ^----^ *** Semantic Error: Type "String" was not found. 1770. Object object = s.readObject (); ^----^ *** Semantic Error: Type "Object" was not found. 1772. addContainerListener((ContainerListener) object); ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 1775. setFocusTraversalPolicy ((FocusTraversalPolicy) object); ^------------------^ *** Semantic Error: Type "FocusTraversalPolicy" was not found. 1777. key = (String) s.readObject(); ^----^ *** Semantic Error: Type "String" was not found. 1793. private void writeObject (ObjectOutputStream s) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 1793. private void writeObject (ObjectOutputStream s) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1797. if (focusTraversalPolicy instanceof Serializable) ^----------^ *** Semantic Error: Type "Serializable" was not found. 1811. public abstract void visit(Component c, Graphics gfx); ^-------^ *** Semantic Error: Type "Component" was not found. 1816. public static final GfxVisitor INSTANCE = new GfxPaintVisitor(); ^--------^ *** Semantic Error: Type "GfxVisitor" was not found. 1816. public static final GfxVisitor INSTANCE = new GfxPaintVisitor(); ^-------------^ *** Semantic Error: Type "GfxPaintVisitor" was not found. 1818. public void visit(Component c, Graphics gfx) ^-------^ *** Semantic Error: Type "Component" was not found. 1826. public static final GfxVisitor INSTANCE = new GfxPrintVisitor(); ^--------^ *** Semantic Error: Type "GfxVisitor" was not found. 1826. public static final GfxVisitor INSTANCE = new GfxPrintVisitor(); ^-------------^ *** Semantic Error: Type "GfxPrintVisitor" was not found. 1828. public void visit(Component c, Graphics gfx) ^-------^ *** Semantic Error: Type "Component" was not found. 1836. public static final GfxVisitor INSTANCE = new GfxPaintAllVisitor(); ^--------^ *** Semantic Error: Type "GfxVisitor" was not found. 1836. public static final GfxVisitor INSTANCE = new GfxPaintAllVisitor(); ^----------------^ *** Semantic Error: Type "GfxPaintAllVisitor" was not found. 1838. public void visit(Component c, Graphics gfx) ^-------^ *** Semantic Error: Type "Component" was not found. 1846. public static final GfxVisitor INSTANCE = new GfxPrintAllVisitor(); ^--------^ *** Semantic Error: Type "GfxVisitor" was not found. 1846. public static final GfxVisitor INSTANCE = new GfxPrintAllVisitor(); ^----------------^ *** Semantic Error: Type "GfxPrintAllVisitor" was not found. 1848. public void visit(Component c, Graphics gfx) ^-------^ *** Semantic Error: Type "Component" was not found. 1861. protected class AccessibleAWTContainer extends AccessibleAWTComponent ^--------------------^ *** Semantic Error: Type "AccessibleAWTComponent" was not found. 1873. protected ContainerListener accessibleContainerHandler ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 1874. = new AccessibleContainerHandler(); ^------------------------^ *** Semantic Error: Type "AccessibleContainerHandler" was not found. 1881. Container.this.addContainerListener(accessibleContainerHandler); ^-------^ *** Semantic Error: Type "Container" was not found. 1892. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container$AccessibleAWTContainer". 1897. if (component[i] instanceof Accessible) ^--------^ *** Semantic Error: Type "Accessible" was not found. 1909. public Accessible getAccessibleChild(int i) ^--------^ *** Semantic Error: Type "Accessible" was not found. 1911. synchronized (getTreeLock ()) ^------------^ *** Semantic Error: No accessible method with signature "getTreeLock()" was found in type "Container$AccessibleAWTContainer". 1917. if (component[index] instanceof Accessible) ^--------^ *** Semantic Error: Type "Accessible" was not found. <--------- 1919. if (i < 0) . . . 1921. return null; ---------------------> *** Semantic Error: These statements are unreachable. 1920. return (Accessible) component[index]; ^--------^ *** Semantic Error: Type "Accessible" was not found. 1935. public Accessible getAccessibleAt(Point p) ^--------^ *** Semantic Error: Type "Accessible" was not found. 1937. Component c = getComponentAt(p.x, p.y); ^-------^ *** Semantic Error: Type "Component" was not found. 1938. return c != Container.this && c instanceof Accessible ? (Accessible) c ^-------^ *** Semantic Error: Type "Container" was not found. 1938. return c != Container.this && c instanceof Accessible ? (Accessible) c ^--------^ *** Semantic Error: Type "Accessible" was not found. 1938. return c != Container.this && c instanceof Accessible ? (Accessible) c ^--------^ *** Semantic Error: Type "Accessible" was not found. 1950. protected class AccessibleContainerHandler implements ContainerListener ^---------------^ *** Semantic Error: Type "ContainerListener" was not found. 1965. public void componentAdded(ContainerEvent e) ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 1968. (ACCESSIBLE_CHILD_PROPERTY, null, e.getChild()); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_CHILD_PROPERTY" was found in type "Container$AccessibleAWTContainer$AccessibleContainerHandler". 1977. public void componentRemoved(ContainerEvent e) ^------------^ *** Semantic Error: Type "ContainerEvent" was not found. 1980. (ACCESSIBLE_CHILD_PROPERTY, e.getChild(), null); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_CHILD_PROPERTY" was found in type "Container$AccessibleAWTContainer$AccessibleContainerHandler". 1992. class LightweightDispatcher implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 1995. private Container nativeContainer; ^-------^ *** Semantic Error: Type "Container" was not found. 1999. private transient Component pressedComponent; ^-------^ *** Semantic Error: Type "Component" was not found. 2000. private transient Component lastComponentEntered; ^-------^ *** Semantic Error: Type "Component" was not found. 2003. LightweightDispatcher(Container c) ^-------^ *** Semantic Error: Type "Container" was not found. 2024. Component getDeepestComponentForMouseEventAt ( ^-------^ *** Semantic Error: Type "Component" was not found. 2025. Component parent, int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 2030. if (! (parent instanceof Container)) ^-------^ *** Semantic Error: Type "Container" was not found. 2033. Container c = (Container) parent; ^-------^ *** Semantic Error: Type "Container" was not found. 2033. Container c = (Container) parent; ^-------^ *** Semantic Error: Type "Container" was not found. 2037. Component acquireComponentForMouseEvent(MouseEvent me) ^-------^ *** Semantic Error: Type "Component" was not found. 2037. Component acquireComponentForMouseEvent(MouseEvent me) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2042. Component mouseEventTarget = null; ^-------^ *** Semantic Error: Type "Component" was not found. 2044. Component parent = nativeContainer; ^-------^ *** Semantic Error: Type "Component" was not found. 2045. Component candidate = null; ^-------^ *** Semantic Error: Type "Component" was not found. 2046. Point p = me.getPoint(); ^---^ *** Semantic Error: Type "Point" was not found. 2075. Point tp = AWTUtilities.convertPoint(nativeContainer, ^---^ *** Semantic Error: Type "Point" was not found. 2077. MouseEvent exited = new MouseEvent (lastComponentEntered, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2077. MouseEvent exited = new MouseEvent (lastComponentEntered, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2100. Point cp = AWTUtilities.convertPoint(nativeContainer, ^---^ *** Semantic Error: Type "Point" was not found. 2102. MouseEvent entered = new MouseEvent (lastComponentEntered, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2102. MouseEvent entered = new MouseEvent (lastComponentEntered, ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2160. if (e instanceof MouseEvent) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2162. MouseEvent me = (MouseEvent) e; ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2162. MouseEvent me = (MouseEvent) e; ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2166. Component mouseEventTarget = acquireComponentForMouseEvent(me); ^-------^ *** Semantic Error: Type "Component" was not found. 2166. Component mouseEventTarget = acquireComponentForMouseEvent(me); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "acquireComponentForMouseEvent(??)" was found in type "LightweightDispatcher". Perhaps you wanted the overloaded version "?? acquireComponentForMouseEvent(?? me);" instead? 2190. MouseEvent newEvt = ^--------^ *** Semantic Error: Type "MouseEvent" was not found. Found 24 semantic errors compiling "../java/awt/event/HierarchyEvent.java": 43. import java.awt.Container; ^-------^ *** Semantic Error: A candidate for type "Container" was found, but it is invalid and needs to be fixed before this type will successfully compile. 63. public class HierarchyEvent extends AWTEvent ^------^ *** Semantic Error: Type "AWTEvent" was not found. 114. private final Component changed; ^-------^ *** Semantic Error: Type "Component" was not found. 122. private final Container changedParent; ^-------^ *** Semantic Error: Type "Container" was not found. 142. public HierarchyEvent(Component source, int id, Component changed, ^-------^ *** Semantic Error: Type "Component" was not found. 142. public HierarchyEvent(Component source, int id, Component changed, ^-------^ *** Semantic Error: Type "Component" was not found. 143. Container changedParent) ^-------^ *** Semantic Error: Type "Container" was not found. <----------------------------------------------------------------- 160. public HierarchyEvent(Component source, int id, Component changed, . . . 167. } --> *** Semantic Error: The blank final field "changeFlags" 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. <----------------------------------------------------------------- 160. public HierarchyEvent(Component source, int id, Component changed, . . . 167. } --> *** Semantic Error: The blank final field "changedParent" 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. <----------------------------------------------------------------- 160. public HierarchyEvent(Component source, int id, Component changed, . . . 167. } --> *** Semantic Error: The blank final field "changed" 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. 160. public HierarchyEvent(Component source, int id, Component changed, ^-------^ *** Semantic Error: Type "Component" was not found. 160. public HierarchyEvent(Component source, int id, Component changed, ^-------^ *** Semantic Error: Type "Component" was not found. 161. Container changedParent, long changeFlags) ^-------^ *** Semantic Error: Type "Container" was not found. 176. public Component getComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 178. return source instanceof Component ? (Component) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "HierarchyEvent". 178. return source instanceof Component ? (Component) source : null; ^-------^ *** Semantic Error: Type "Component" was not found. 178. return source instanceof Component ? (Component) source : null; ^-------^ *** Semantic Error: Type "Component" was not found. 178. return source instanceof Component ? (Component) source : null; ^----^ *** Semantic Error: No accessible field named "source" was found in type "HierarchyEvent". 186. public Component getChanged() ^-------^ *** Semantic Error: Type "Component" was not found. 199. public Container getChangedParent() ^-------^ *** Semantic Error: Type "Container" was not found. 229. StringBuffer r = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 229. StringBuffer r = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 230. switch (id) ^^ *** Semantic Error: No accessible field named "id" was found in type "HierarchyEvent". 248. return "unknown type"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 3 semantic errors compiling "../java/awt/event/HierarchyBoundsListener.java": 55. public interface HierarchyBoundsListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 62. void ancestorMoved(HierarchyEvent e); ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 69. void ancestorResized(HierarchyEvent e); ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. Found 1 semantic error compiling "../java/awt/event/FocusListener.java": 54. public interface FocusListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 10 semantic errors compiling "../java/awt/event/FocusEvent.java": 90. private final Component opposite; ^-------^ *** Semantic Error: Type "Component" was not found. <------------------------------------------------------------- 103. public FocusEvent(Component source, int id, boolean temporary, . . . 109. } --> *** Semantic Error: The blank final field "opposite" 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. <------------------------------------------------------------- 103. public FocusEvent(Component source, int id, boolean temporary, . . . 109. } --> *** Semantic Error: The blank final field "temporary" 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. 103. public FocusEvent(Component source, int id, boolean temporary, ^-------^ *** Semantic Error: Type "Component" was not found. 104. Component opposite) ^-------^ *** Semantic Error: Type "Component" was not found. 121. public FocusEvent(Component source, int id, boolean temporary) ^-------^ *** Semantic Error: Type "Component" was not found. 135. public FocusEvent(Component source, int id) ^-------^ *** Semantic Error: Type "Component" was not found. 161. public Component getOppositeComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 176. return (id == FOCUS_GAINED ? "FOCUS_GAINED" ^^ *** Semantic Error: No accessible field named "id" was found in type "FocusEvent". 177. : id == FOCUS_LOST ? "FOCUS_LOST" : "unknown type") ^^ *** Semantic Error: No accessible field named "id" was found in type "FocusEvent". Found 5 semantic errors compiling "../java/awt/event/ComponentListener.java": 55. public interface ComponentListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 62. void componentResized(ComponentEvent event); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 69. void componentMoved(ComponentEvent event); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 76. void componentShown(ComponentEvent event); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 83. void componentHidden(ComponentEvent event); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. Found 87 semantic errors compiling "../javax/imageio/spi/ServiceRegistry.java": 46. import java.util.Comparator; ^--------^ *** Semantic Error: Type "java.util.Comparator" was not found. 48. import java.util.IdentityHashMap; ^-------------^ *** Semantic Error: Type "java.util.IdentityHashMap" was not found. 91. private final LinkedList[] providers; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 108. private IdentityHashMap[] constraints; ^-------------^ *** Semantic Error: Type "IdentityHashMap" was not found. <------------------------------------------ 124. public ServiceRegistry(Iterator categories) . . . 142. } --> *** Semantic Error: The blank final field "providers" 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. <------------------------------------------ 124. public ServiceRegistry(Iterator categories) . . . 142. } --> *** Semantic Error: The blank final field "categories" 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. 124. public ServiceRegistry(Iterator categories) ^------^ *** Semantic Error: Type "Iterator" was not found. 126. ArrayList cats = new ArrayList(/* expected size */ 10); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 126. ArrayList cats = new ArrayList(/* expected size */ 10); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 129. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 133. Class cat = (Class) categories.next(); ^---^ *** Semantic Error: Type "Class" was not found. 133. Class cat = (Class) categories.next(); ^---^ *** Semantic Error: Type "Class" was not found. 135. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <------------------------- 139. int numCats = cats.size(); . . . 141. this.providers = new LinkedList[numCats]; --------------------------------------------> *** Semantic Error: These statements are unreachable. 140. this.categories = (Class[]) cats.toArray(new Class[numCats]); ^---^ *** Semantic Error: Type "Class" was not found. 140. this.categories = (Class[]) cats.toArray(new Class[numCats]); ^---^ *** Semantic Error: Type "Class" was not found. 141. this.providers = new LinkedList[numCats]; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 181. public static Iterator lookupProviders(Class spi, ^------^ *** Semantic Error: Type "Iterator" was not found. 203. public static Iterator lookupProviders(Class spi) ^------^ *** Semantic Error: Type "Iterator" was not found. 215. public Iterator getCategories() ^------^ *** Semantic Error: Type "Iterator" was not found. 217. return new Iterator() ^------^ *** Semantic Error: Type "Iterator" was not found. 226. public Object next() ^----^ *** Semantic Error: Type "Object" was not found. 229. throw new NoSuchElementException(); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 236. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 265. LinkedList provs; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 267. Class category; ^---^ *** Semantic Error: Type "Class" was not found. 270. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 274. throw new ClassCastException(category.getName()); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 280. provs = providers[cat] = new LinkedList(); ^--------^ *** Semantic Error: Type "LinkedList" was not found. 286. if (provider instanceof RegisterableService) ^-----------------^ *** Semantic Error: Type "RegisterableService" was not found. 287. ((RegisterableService) provider).onRegistration(this, category); ^-----------------^ *** Semantic Error: Type "RegisterableService" was not found. 326. throw new IllegalArgumentException(); ^-----------------------------------^ *** Semantic Error: This statement is unreachable. 326. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 354. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <------- 363. if (!ok) 364. throw new IllegalArgumentException(); ------------------------------------------> *** Semantic Error: This statement is unreachable. 364. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 386. public synchronized void registerServiceProviders(Iterator providers) ^------^ *** Semantic Error: Type "Iterator" was not found. 389. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 418. LinkedList provs; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 420. Class category; ^---^ *** Semantic Error: Type "Class" was not found. 423. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 427. throw new ClassCastException(category.getName()); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 437. if (result && (provider instanceof RegisterableService)) ^-----------------^ *** Semantic Error: Type "RegisterableService" was not found. 438. ((RegisterableService) provider).onDeregistration(this, category); ^-----------------^ *** Semantic Error: Type "RegisterableService" was not found. 476. throw new IllegalArgumentException(); ^-----------------------------------^ *** Semantic Error: This statement is unreachable. 476. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 505. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <------- 514. if (!ok) 515. throw new IllegalArgumentException(); ------------------------------------------> *** Semantic Error: This statement is unreachable. 515. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <------- 552. if (!ok) 553. throw new IllegalArgumentException(); ------------------------------------------> *** Semantic Error: This statement is unreachable. 553. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 584. throws Throwable ^-------^ *** Semantic Error: Type "Throwable" was not found. 605. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 620. LinkedList p = providers[i]; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 625. return false; ^-----------^ *** Semantic Error: This statement is unreachable. 643. throw new IllegalArgumentException(); ^-----------------------------------^ *** Semantic Error: This statement is unreachable. 643. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 666. public Iterator getServiceProviders(Class category, boolean useOrdering) ^------^ *** Semantic Error: Type "Iterator" was not found. 694. public synchronized Iterator getServiceProviders(Class category, ^------^ *** Semantic Error: Type "Iterator" was not found. 699. LinkedList provs; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 700. ArrayList result; ^-------^ *** Semantic Error: Type "ArrayList" was not found. 707. result = new ArrayList(provs.size()); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 708. for (Iterator iter = provs.iterator(); iter.hasNext();) ^------^ *** Semantic Error: Type "Iterator" was not found. 710. Object provider = iter.next(); ^----^ *** Semantic Error: Type "Object" was not found. <-------------------------------------- 718. if (useOrdering && constraints != null) . . . 744. return result.iterator(); ----------------------------> *** Semantic Error: These statements are unreachable. 720. final Map cons = constraints[catid]; ^-^ *** Semantic Error: Type "Map" was not found. 722. Collections.sort(result, new Comparator() ^--------^ *** Semantic Error: Type "Comparator" was not found. 724. public int compare(Object o1, Object o2) ^----^ *** Semantic Error: Type "Object" was not found. 724. public int compare(Object o1, Object o2) ^----^ *** Semantic Error: Type "Object" was not found. 726. Set s; ^-^ *** Semantic Error: Type "Set" was not found. 731. s = (Set) cons.get(o1); ^-^ *** Semantic Error: Type "Set" was not found. 735. s = (Set) cons.get(o2); ^-^ *** Semantic Error: Type "Set" was not found. 757. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 767. LinkedList provs = providers[cat]; ^--------^ *** Semantic Error: Type "LinkedList" was not found. 771. for (Iterator iter = provs.iterator(); iter.hasNext();) ^------^ *** Semantic Error: Type "Iterator" was not found. 773. Object provider = iter.next(); ^----^ *** Semantic Error: Type "Object" was not found. 779. return null; ^----------^ *** Semantic Error: This statement is unreachable. 856. Set s; ^-^ *** Semantic Error: Type "Set" was not found. 857. IdentityHashMap cons; ^-------------^ *** Semantic Error: Type "IdentityHashMap" was not found. 863. constraints = new IdentityHashMap[categories.length]; ^-------------^ *** Semantic Error: Type "IdentityHashMap" was not found. 866. cons = constraints[catid] = new IdentityHashMap(); ^-------------^ *** Semantic Error: Type "IdentityHashMap" was not found. 868. s = (Set) cons.get(first); ^-^ *** Semantic Error: Type "Set" was not found. 870. cons.put(first, s = new HashSet()); ^-----^ *** Semantic Error: Type "HashSet" was not found. 893. Collection s; ^--------^ *** Semantic Error: Type "Collection" was not found. 894. IdentityHashMap cons; ^-------------^ *** Semantic Error: Type "IdentityHashMap" was not found. 897. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 906. s = (Collection) cons.get(first); ^--------^ *** Semantic Error: Type "Collection" was not found. Found 24 semantic errors compiling "../javax/imageio/spi/IIORegistry.java": 51. private static final HashSet defaultCategories = new HashSet(); ^-----^ *** Semantic Error: Type "HashSet" was not found. 51. private static final HashSet defaultCategories = new HashSet(); ^-----^ *** Semantic Error: Type "HashSet" was not found. 53. private static HashMap instances = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 53. private static HashMap instances = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 57. defaultCategories.add(ImageReaderSpi.class); ^------------^ *** Semantic Error: Type "ImageReaderSpi" was not found. 58. defaultCategories.add(ImageWriterSpi.class); ^------------^ *** Semantic Error: Type "ImageWriterSpi" was not found. 59. defaultCategories.add(ImageTranscoderSpi.class); ^----------------^ *** Semantic Error: Type "ImageTranscoderSpi" was not found. 60. defaultCategories.add(ImageInputStreamSpi.class); ^-----------------^ *** Semantic Error: Type "ImageInputStreamSpi" was not found. 61. defaultCategories.add(ImageOutputStreamSpi.class); ^------------------^ *** Semantic Error: Type "ImageOutputStreamSpi" was not found. 64. public static synchronized IIORegistry getDefaultInstance() ^---------^ *** Semantic Error: Type "IIORegistry" was not found. 67. ThreadGroup group = Thread.currentThread().getThreadGroup(); ^---------^ *** Semantic Error: Type "ThreadGroup" was not found. 68. IIORegistry registry = (IIORegistry) instances.get(group); ^---------^ *** Semantic Error: Type "IIORegistry" was not found. 68. IIORegistry registry = (IIORegistry) instances.get(group); ^---------^ *** Semantic Error: Type "IIORegistry" was not found. 72. registry = new IIORegistry(); ^---------^ *** Semantic Error: Type "IIORegistry" was not found. 85. Toolkit toolkit = Toolkit.getDefaultToolkit(); ^-----^ *** Semantic Error: Type "Toolkit" was not found. 86. if (toolkit instanceof ClasspathToolkit) ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 87. ((ClasspathToolkit)toolkit).registerImageIOSpis(this); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 98. ClassLoader loader = Thread.currentThread().getContextClassLoader(); ^---------^ *** Semantic Error: Type "ClassLoader" was not found. 99. Iterator categories = getCategories(); ^------^ *** Semantic Error: Type "Iterator" was not found. 99. Iterator categories = getCategories(); ^-------------^ *** Semantic Error: The method "?? getCategories();" in type "ServiceRegistry" has public access and is not accessible here. 103. Class category = (Class) categories.next(); ^---^ *** Semantic Error: Type "Class" was not found. 103. Class category = (Class) categories.next(); ^---^ *** Semantic Error: Type "Class" was not found. 104. Iterator providers = ServiceFactory.lookupProviders(category, loader); ^------^ *** Semantic Error: Type "Iterator" was not found. 107. registerServiceProvider((IIOServiceProvider) providers.next()); ^----------------^ *** Semantic Error: Type "IIOServiceProvider" was not found. Found 1 semantic error compiling "../java/awt/peer/RobotPeer.java": 52. int[] getRGBPixels (Rectangle screen); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 5 semantic errors compiling "../java/awt/ImageCapabilities.java": 47. public class ImageCapabilities implements Cloneable ^-------^ *** Semantic Error: Type "java.lang.Cloneable" was not found. <-------------------------------------------- 61. public ImageCapabilities(boolean accelerated) . . . 64. } --> *** Semantic Error: The blank final field "accelerated" 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. 102. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 104. throw (Error) new InternalError().initCause(e); ^---^ *** Semantic Error: Type "Error" was not found. 104. throw (Error) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 16 semantic errors compiling "../java/awt/GraphicsConfiguration.java": 44. import java.awt.image.VolatileImage; ^-----------^ *** Semantic Error: Type "java.awt.image.VolatileImage" was not found. 93. public abstract BufferedImage createCompatibleImage(int w, int h); ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 106. public abstract VolatileImage createCompatibleVolatileImage(int w, int h); ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 121. public VolatileImage createCompatibleVolatileImage(int w, int h, ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 122. ImageCapabilities caps) ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 125. throw new AWTException("not implemented"); ^----------^ *** Semantic Error: Type "AWTException" was not found. 139. public abstract VolatileImage createCompatibleVolatileImage(int width, ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 155. public abstract BufferedImage createCompatibleImage(int w, int h, ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 163. public abstract ColorModel getColorModel(); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 175. public abstract ColorModel getColorModel(int transparency); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 187. public abstract AffineTransform getDefaultTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 200. public abstract AffineTransform getNormalizingTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 218. public BufferCapabilities getBufferCapabilities() ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 220. throw new Error("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 229. public ImageCapabilities getImageCapabilities() ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 231. throw new Error("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. Found 8 semantic errors compiling "../java/awt/image/VolatileImage.java": 43. import java.awt.GraphicsConfiguration; ^-------------------^ *** Semantic Error: Type "java.awt.GraphicsConfiguration" was not found. 46. import java.awt.ImageCapabilities; ^---------------^ *** Semantic Error: Type "java.awt.ImageCapabilities" was not found. 66. public abstract class VolatileImage extends Image ^---^ *** Semantic Error: Type "Image" was not found. 67. implements Transparency ^----------^ *** Semantic Error: Type "Transparency" was not found. 176. public Graphics getGraphics() ^------^ *** Semantic Error: Type "Graphics" was not found. 188. public abstract Graphics2D createGraphics(); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 223. public abstract int validate(GraphicsConfiguration gc); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 241. public abstract ImageCapabilities getCapabilities(); ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. Found 12 semantic errors compiling "../java/awt/GraphicsDevice.java": 41. import java.awt.image.VolatileImage; ^-----------^ *** Semantic Error: A candidate for type "VolatileImage" was found, but it is invalid and needs to be fixed before this type will successfully compile. 67. private Window full_screen; ^----^ *** Semantic Error: Type "Window" was not found. 112. public abstract GraphicsConfiguration[] getConfigurations(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 119. public abstract GraphicsConfiguration getDefaultConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 129. public GraphicsConfiguration getBestConfiguration ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 173. public synchronized void setFullScreenWindow(Window w) ^----^ *** Semantic Error: Type "Window" was not found. 188. DisplayMode dMode = getDisplayMode(); ^---------^ *** Semantic Error: Type "DisplayMode" was not found. 203. public Window getFullScreenWindow() ^----^ *** Semantic Error: Type "Window" was not found. 237. DisplayMode[] array = getDisplayModes(); ^---------^ *** Semantic Error: Type "DisplayMode" was not found. 239. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 245. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 271. return new DisplayMode[0]; ^---------^ *** Semantic Error: Type "DisplayMode" was not found. Found 5 semantic errors compiling "../java/awt/DisplayMode.java": <----------------------------------------------------------------------- 89. public DisplayMode(int width, int height, int bitDepth, int refreshRate) . . . 95. } --> *** Semantic Error: The blank final field "refreshRate" 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. <----------------------------------------------------------------------- 89. public DisplayMode(int width, int height, int bitDepth, int refreshRate) . . . 95. } --> *** Semantic Error: The blank final field "bitDepth" 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. <----------------------------------------------------------------------- 89. public DisplayMode(int width, int height, int bitDepth, int refreshRate) . . . 95. } --> *** Semantic Error: The blank final field "height" 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. <----------------------------------------------------------------------- 89. public DisplayMode(int width, int height, int bitDepth, int refreshRate) . . . 95. } --> *** Semantic Error: The blank final field "width" 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. 147. public boolean equals (DisplayMode dm) ^---------^ *** Semantic Error: Type "DisplayMode" was not found. Found 7 semantic errors compiling "../javax/accessibility/AccessibleStateSet.java": 65. protected Vector states = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 65. protected Vector states = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 150. AccessibleState[] result = new AccessibleState[states.size()]; ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 150. AccessibleState[] result = new AccessibleState[states.size()]; ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 166. return ""; ^^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 168. StringBuffer b = new StringBuffer(i * 10); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 168. StringBuffer b = new StringBuffer(i * 10); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. Found 2 semantic errors compiling "../javax/accessibility/AccessibleBundle.java": 80. protected String toDisplayString(String resourceBundle, Locale locale) ^----^ *** Semantic Error: Type "Locale" was not found. 94. public String toDisplayString(Locale locale) ^----^ *** Semantic Error: Type "Locale" was not found. Found 52 semantic errors compiling "../javax/accessibility/AccessibleState.java": 64. public static final AccessibleState ACTIVE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 65. = new AccessibleState("active"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 73. public static final AccessibleState PRESSED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 74. = new AccessibleState("pressed"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 82. public static final AccessibleState ARMED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 83. = new AccessibleState("armed"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 93. public static final AccessibleState BUSY ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 94. = new AccessibleState("busy"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 103. public static final AccessibleState CHECKED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 104. = new AccessibleState("checked"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 112. public static final AccessibleState EDITABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 113. = new AccessibleState("editable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 123. public static final AccessibleState EXPANDABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 124. = new AccessibleState("expandable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 133. public static final AccessibleState COLLAPSED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 134. = new AccessibleState("collapsed"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 143. public static final AccessibleState EXPANDED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 144. = new AccessibleState("expanded"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 150. public static final AccessibleState ENABLED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 151. = new AccessibleState("enabled"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 159. public static final AccessibleState FOCUSABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 160. = new AccessibleState("focusable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 167. public static final AccessibleState FOCUSED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 168. = new AccessibleState("focused"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 176. public static final AccessibleState ICONIFIED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 177. = new AccessibleState("iconified"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 185. public static final AccessibleState MODAL ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 186. = new AccessibleState("modal"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 197. public static final AccessibleState OPAQUE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 198. = new AccessibleState("opaque"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 208. public static final AccessibleState RESIZABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 209. = new AccessibleState("resizable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 218. public static final AccessibleState MULTISELECTABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 219. = new AccessibleState("multiselectable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 229. public static final AccessibleState SELECTABLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 230. = new AccessibleState("selectable"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 240. public static final AccessibleState SELECTED ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 241. = new AccessibleState("selected"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 249. public static final AccessibleState SHOWING ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 250. = new AccessibleState("showing"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 258. public static final AccessibleState VISIBLE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 259. = new AccessibleState("visible"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 269. public static final AccessibleState VERTICAL ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 270. = new AccessibleState("vertical"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 280. public static final AccessibleState HORIZONTAL ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 281. = new AccessibleState("horizontal"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 288. public static final AccessibleState SINGLE_LINE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 289. = new AccessibleState("single line"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 296. public static final AccessibleState MULTI_LINE ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 297. = new AccessibleState("multiple line"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 304. public static final AccessibleState TRANSIENT ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. 305. = new AccessibleState("transient"); ^-------------^ *** Semantic Error: Type "AccessibleState" was not found. Found 68 semantic errors compiling "../java/awt/Frame.java": 49. import javax.accessibility.AccessibleState; ^-------------^ *** Semantic Error: Type "javax.accessibility.AccessibleState" was not found. 50. import javax.accessibility.AccessibleStateSet; ^----------------^ *** Semantic Error: Type "javax.accessibility.AccessibleStateSet" was not found. 58. public class Frame extends Window implements MenuContainer ^----^ *** Semantic Error: Type "Window" was not found. 58. public class Frame extends Window implements MenuContainer ^-----------^ *** Semantic Error: Type "MenuContainer" was not found. 174. private MenuBar menuBar; ^-----^ *** Semantic Error: Type "MenuBar" was not found. 179. Vector ownedWindows = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 179. Vector ownedWindows = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 196. private String title = ""; ^--------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 221. noteFrame(this); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "noteFrame(Frame)" was found in type "Frame". Perhaps you wanted the overloaded version "void noteFrame(?? f);" instead? 236. visible = false; ^-----^ *** Semantic Error: No accessible field named "visible" was found in type "Frame". 237. noteFrame(this); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "noteFrame(Frame)" was found in type "Frame". Perhaps you wanted the overloaded version "void noteFrame(?? f);" instead? 241. Frame(GraphicsConfiguration gc) ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 244. visible = false; ^-----^ *** Semantic Error: No accessible field named "visible" was found in type "Frame". 245. noteFrame(this); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "noteFrame(Frame)" was found in type "Frame". Perhaps you wanted the overloaded version "void noteFrame(?? f);" instead? 249. Frame(String title, GraphicsConfiguration gc) ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 253. visible = false; ^-----^ *** Semantic Error: No accessible field named "visible" was found in type "Frame". 254. noteFrame(this); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "noteFrame(Frame)" was found in type "Frame". Perhaps you wanted the overloaded version "void noteFrame(?? f);" instead? 277. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 278. ((FramePeer) peer).setTitle(title); ^-------^ *** Semantic Error: Type "FramePeer" was not found. 278. ((FramePeer) peer).setTitle(title); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 302. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 303. ((FramePeer) peer).setIconImage(icon); ^-------^ *** Semantic Error: Type "FramePeer" was not found. 303. ((FramePeer) peer).setIconImage(icon); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 312. public MenuBar ^-----^ *** Semantic Error: Type "MenuBar" was not found. 324. setMenuBar(MenuBar menuBar) ^-----^ *** Semantic Error: Type "MenuBar" was not found. 326. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 332. invalidateTree (); ^---------------^ *** Semantic Error: No accessible method with signature "invalidateTree()" was found in type "Frame". 333. ((FramePeer) peer).setMenuBar(menuBar); ^-------^ *** Semantic Error: Type "FramePeer" was not found. 333. ((FramePeer) peer).setMenuBar(menuBar); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 361. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 362. ((FramePeer) peer).setResizable(resizable); ^-------^ *** Semantic Error: Type "FramePeer" was not found. 362. ((FramePeer) peer).setResizable(resizable); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 376. return(getCursor().getType()); ^---------^ *** Semantic Error: No method named "getCursor" was found in type "Frame". However, there is an accessible method "getCursorType" whose name closely matches the name "getCursor". 390. setCursor(new Cursor(type)); ^----^ *** Semantic Error: Type "Cursor" was not found. 399. remove(MenuComponent menu) ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 409. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 410. peer = getToolkit ().createFrame (this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Frame". 410. peer = getToolkit ().createFrame (this); ^-----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "Frame". 429. String title = getTitle (); ^----^ *** Semantic Error: Type "String" was not found. 431. String resizable = ""; ^----^ *** Semantic Error: Type "String" was not found. 435. String state = ""; ^----^ *** Semantic Error: Type "String" was not found. 458. private static ArrayList weakFrames = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 458. private static ArrayList weakFrames = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 460. private static void noteFrame(Frame f) ^---^ *** Semantic Error: Type "Frame" was not found. 462. weakFrames.add(new WeakReference(f)); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 465. public static Frame[] getFrames() ^---^ *** Semantic Error: Type "Frame" was not found. 470. Iterator i = weakFrames.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 473. WeakReference wr = (WeakReference) i.next(); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 473. WeakReference wr = (WeakReference) i.next(); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. <---------- 477. if (n == 0) . . . 491. } --------> *** Semantic Error: This statement is unreachable. 478. return new Frame[0]; ^---^ *** Semantic Error: Type "Frame" was not found. 481. Frame[] frames = new Frame[n]; ^---^ *** Semantic Error: Type "Frame" was not found. 481. Frame[] frames = new Frame[n]; ^---^ *** Semantic Error: Type "Frame" was not found. 486. WeakReference wr = (WeakReference) i.next(); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 486. WeakReference wr = (WeakReference) i.next(); ^-----------^ *** Semantic Error: Type "WeakReference" was not found. 488. frames[n++] = (Frame) wr.get(); ^---^ *** Semantic Error: Type "Frame" was not found. 571. if (isDisplayable ()) ^--------------^ *** Semantic Error: No accessible method with signature "isDisplayable()" was found in type "Frame". 572. throw new IllegalComponentStateException (); ^----------------------------^ *** Semantic Error: Type "IllegalComponentStateException" was not found. 584. return "frame" + getUniqueLong (); ^------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 592. protected class AccessibleAWTFrame extends AccessibleAWTWindow ^-----------------^ *** Semantic Error: Type "AccessibleAWTWindow" was not found. 596. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 601. public AccessibleStateSet getAccessibleState() ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 603. AccessibleStateSet states = super.getAccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 618. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 621. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Frame". 622. accessibleContext = new AccessibleAWTFrame(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Frame". 622. accessibleContext = new AccessibleAWTFrame(); ^----------------^ *** Semantic Error: Type "AccessibleAWTFrame" was not found. 623. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Frame". Found 1 semantic error compiling "../java/text/CharacterIterator.java": 50. public interface CharacterIterator extends Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. Found 13 semantic errors compiling "../java/text/StringCharacterIterator.java": 127. throw new IllegalArgumentException ("Bad begin position"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 130. throw new IllegalArgumentException ("Bad end position"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 133. throw new IllegalArgumentException ("Bad initial index position"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 150. StringCharacterIterator (StringCharacterIterator sci, int begin, int end) ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 162. return (index < end) ? text.charAt (index) : DONE; ^--^ *** Semantic Error: No accessible field named "DONE" was found in type "StringCharacterIterator". 179. return DONE; ^--^ *** Semantic Error: No accessible field named "DONE" was found in type "StringCharacterIterator". 199. return DONE; ^--^ *** Semantic Error: No accessible field named "DONE" was found in type "StringCharacterIterator". 233. return DONE; ^--^ *** Semantic Error: No accessible field named "DONE" was found in type "StringCharacterIterator". 267. throw new IllegalArgumentException ("Bad index specified"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 310. return new StringCharacterIterator (text, begin, end, index); ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 333. if (! (obj instanceof StringCharacterIterator)) ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 336. StringCharacterIterator sci = (StringCharacterIterator) obj; ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 336. StringCharacterIterator sci = (StringCharacterIterator) obj; ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. Found 54 semantic errors compiling "../java/text/AttributedString.java": 66. Map attribs; ^-^ *** Semantic Error: Type "Map" was not found. 81. AttributeRange(Map attribs, int begin_index, int end_index) ^-^ *** Semantic Error: Type "Map" was not found. 91. private StringCharacterIterator sci; ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 107. sci = new StringCharacterIterator(str); ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 108. attribs = new AttributeRange[0]; ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 119. public AttributedString(String str, Map attributes) ^-^ *** Semantic Error: Type "Map" was not found. 123. attribs = new AttributeRange[1]; ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 124. attribs[0] = new AttributeRange(attributes, 0, str.length()); ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 138. public AttributedString(AttributedCharacterIterator aci) ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 153. public AttributedString(AttributedCharacterIterator aci, int begin_index, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 174. public AttributedString(AttributedCharacterIterator aci, int begin, int end, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 175. AttributedCharacterIterator.Attribute[] attributes) ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 179. throw new IllegalArgumentException("Bad index values"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 181. StringBuffer sb = new StringBuffer(""); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 181. StringBuffer sb = new StringBuffer(""); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 184. Set all_attribs = aci.getAllAttributeKeys(); ^-^ *** Semantic Error: Type "Set" was not found. 191. ArrayList accum = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 191. ArrayList accum = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 196. Iterator iter = all_attribs.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 199. Object obj = iter.next(); ^----^ *** Semantic Error: Type "Object" was not found. 202. if (!(obj instanceof AttributedCharacterIterator.Attribute)) ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 205. AttributedCharacterIterator.Attribute attrib = ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 206. (AttributedCharacterIterator.Attribute)obj; ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 223. Object attrib_obj = aci.getAttribute(attrib); ^----^ *** Semantic Error: Type "Object" was not found. 226. if (attrib_obj instanceof Annotation) ^--------^ *** Semantic Error: Type "Annotation" was not found. 237. Map new_map = new Hashtable(); ^-^ *** Semantic Error: Type "Map" was not found. 237. Map new_map = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 241. accum.add(new AttributeRange(new_map, rs, rl)); ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 244. c = aci.next(); ^-------------^ *** Semantic Error: This statement is unreachable. <------------------------------------------ 248. attribs = new AttributeRange[accum.size()]; . . . 251. sci = new StringCharacterIterator(sb.toString()); ----------------------------------------------------> *** Semantic Error: These statements are unreachable. 248. attribs = new AttributeRange[accum.size()]; ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 249. attribs = (AttributeRange[]) accum.toArray(attribs); ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 251. sci = new StringCharacterIterator(sb.toString()); ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 260. public void addAttribute(AttributedCharacterIterator.Attribute attrib, ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 278. public void addAttribute(AttributedCharacterIterator.Attribute attrib, ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 282. throw new IllegalArgumentException("null attribute"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 284. throw new IllegalArgumentException("Requires end > begin"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 285. HashMap hm = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 285. HashMap hm = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 288. addAttributes(hm, begin, end); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "addAttributes(??, int, int)" was found in type "AttributedString". Perhaps you wanted the overloaded version "void addAttributes(?? attributes, int begin_index, int end_index);" instead? 303. public void addAttributes(Map attributes, int begin_index, int end_index) ^-^ *** Semantic Error: Type "Map" was not found. 306. throw new NullPointerException("null attribute"); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 310. throw new IllegalArgumentException("bad range"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 312. AttributeRange[] new_list = new AttributeRange[attribs.length + 1]; ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 312. AttributeRange[] new_list = new AttributeRange[attribs.length + 1]; ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 315. attribs[attribs.length - 1] = new AttributeRange(attributes, begin_index, ^------------^ *** Semantic Error: Type "AttributeRange" was not found. 325. public AttributedCharacterIterator getIterator() ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 327. return(new AttributedStringIterator(sci, attribs, 0, sci.getEndIndex(), ^----------------------^ *** Semantic Error: Type "AttributedStringIterator" was not found. 342. public AttributedCharacterIterator getIterator( ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 343. AttributedCharacterIterator.Attribute[] attributes) ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 362. public AttributedCharacterIterator getIterator( ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 363. AttributedCharacterIterator.Attribute[] attributes, ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 368. throw new IllegalArgumentException("bad range"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 370. return(new AttributedStringIterator(sci, attribs, begin_index, end_index, ^----------------------^ *** Semantic Error: Type "AttributedStringIterator" was not found. Found 6 semantic errors compiling "../java/awt/image/renderable/RenderableImage.java": 47. String HINTS_OBSERVED = "HINTS_OBSERVED"; ^-------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 49. Vector getSources(); ^----^ *** Semantic Error: Type "Vector" was not found. 57. RenderedImage createScaledRendering(int w, int h, RenderingHints hints); ^-----------^ *** Semantic Error: Type "RenderedImage" was not found. 57. RenderedImage createScaledRendering(int w, int h, RenderingHints hints); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 58. RenderedImage createDefaultRendering(); ^-----------^ *** Semantic Error: Type "RenderedImage" was not found. 59. RenderedImage createRendering(RenderContext context); ^-----------^ *** Semantic Error: Type "RenderedImage" was not found. Found 2 semantic errors compiling "../java/awt/image/RenderedImage.java": 49. Vector getSources(); ^----^ *** Semantic Error: Type "Vector" was not found. 68. Raster getData(Rectangle r); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 5 semantic errors compiling "../java/awt/image/BufferedImageOp.java": 51. Rectangle2D getBounds2D(BufferedImage src); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 53. Point2D getPoint2D(Point2D src, Point2D dst); ^-----^ *** Semantic Error: Type "Point2D" was not found. 53. Point2D getPoint2D(Point2D src, Point2D dst); ^-----^ *** Semantic Error: Type "Point2D" was not found. 53. Point2D getPoint2D(Point2D src, Point2D dst); ^-----^ *** Semantic Error: Type "Point2D" was not found. 54. RenderingHints getRenderingHints(); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. Found 28 semantic errors compiling "../java/awt/Graphics.java": 67. public abstract Graphics create(); ^------^ *** Semantic Error: Type "Graphics" was not found. 82. public Graphics create(int x, int y, int width, int height) ^------^ *** Semantic Error: Type "Graphics" was not found. 84. Graphics g = create(); ^------^ *** Semantic Error: Type "Graphics" was not found. 108. public abstract Color getColor(); ^---^ *** Semantic Error: Type "Color" was not found. 115. public abstract void setColor(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 129. public abstract void setXORMode(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 313. Color color = getColor(); ^---^ *** Semantic Error: Type "Color" was not found. 314. Color tl = color.brighter(); ^---^ *** Semantic Error: Type "Color" was not found. 315. Color br = color.darker(); ^---^ *** Semantic Error: Type "Color" was not found. 319. Color tmp = tl; ^---^ *** Semantic Error: Type "Color" was not found. 329. setColor(tl); ^----------^ *** Semantic Error: No applicable overload for a method with signature "setColor(??)" was found in type "Graphics". Perhaps you wanted the overloaded version "void setColor(?? color);" instead? 332. setColor(br); ^----------^ *** Semantic Error: No applicable overload for a method with signature "setColor(??)" was found in type "Graphics". Perhaps you wanted the overloaded version "void setColor(?? color);" instead? 335. setColor(color); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "setColor(??)" was found in type "Graphics". Perhaps you wanted the overloaded version "void setColor(?? color);" instead? 466. public abstract void drawString (AttributedCharacterIterator ci, int x, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 480. drawString(new String(data, offset, length), x, y); ^----^ *** Semantic Error: Type "String" was not found. 485. String str = new String(data, offset, length); ^----^ *** Semantic Error: Type "String" was not found. 485. String str = new String(data, offset, length); ^----^ *** Semantic Error: Type "String" was not found. 504. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 524. int height, ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 541. public abstract boolean drawImage(Image image, int x, int y, Color bgcolor, ^---^ *** Semantic Error: Type "Color" was not found. 542. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 563. int height, Color bgcolor, ^---^ *** Semantic Error: Type "Color" was not found. 564. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 571. int sy2, ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 578. int sy2, Color bgcolor, ^---^ *** Semantic Error: Type "Color" was not found. 579. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 603. return getClass ().getName () + "[font=" + getFont () + ",color=" ^---------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Graphics". 625. Rectangle clipBounds = getClipBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 75 semantic errors compiling "../java/awt/image/Raster.java": 58. protected Raster parent; ^----^ *** Semantic Error: Type "Raster" was not found. 60. protected Raster(SampleModel sampleModel, Point origin) ^---^ *** Semantic Error: Type "Point" was not found. 66. Point origin) ^---^ *** Semantic Error: Type "Point" was not found. 69. new Rectangle(origin.x, origin.y, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 75. Rectangle aRegion, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 76. Point sampleModelTranslate, Raster parent) ^---^ *** Semantic Error: Type "Point" was not found. 76. Point sampleModelTranslate, Raster parent) ^----^ *** Semantic Error: Type "Raster" was not found. 101. Point location) ^---^ *** Semantic Error: Type "Point" was not found. <------------------------------------------------------------- 108. return createInterleavedRaster(dataType, w, h, scanlineStride, bands, 109. bandOffsets, location); --------------------------------------------------------> *** Semantic Error: No applicable overload for a method with signature "createInterleavedRaster(int, int, int, int, int, int[], ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int[] bandOffsets, ?? location);" instead? 117. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 119. SampleModel sm = new ComponentSampleModel(dataType, ^---------^ *** Semantic Error: Type "SampleModel" was not found. 119. SampleModel sm = new ComponentSampleModel(dataType, ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 124. return createWritableRaster(sm, location); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, ?? location);" instead? 129. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 131. SampleModel sm = new BandedSampleModel(dataType, w, h, bands); ^---------^ *** Semantic Error: Type "SampleModel" was not found. 131. SampleModel sm = new BandedSampleModel(dataType, w, h, bands); ^---------------^ *** Semantic Error: Type "BandedSampleModel" was not found. 132. return createWritableRaster(sm, location); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, ?? location);" instead? 140. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 142. SampleModel sm = new BandedSampleModel(dataType, w, h, scanlineStride, ^---------^ *** Semantic Error: Type "SampleModel" was not found. 142. SampleModel sm = new BandedSampleModel(dataType, w, h, scanlineStride, ^---------------^ *** Semantic Error: Type "BandedSampleModel" was not found. 144. return createWritableRaster(sm, location); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, ?? location);" instead? 150. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 152. SampleModel sm = new SinglePixelPackedSampleModel(dataType, ^---------^ *** Semantic Error: Type "SampleModel" was not found. 152. SampleModel sm = new SinglePixelPackedSampleModel(dataType, ^--------------------------^ *** Semantic Error: Type "SinglePixelPackedSampleModel" was not found. 155. return createWritableRaster(sm, location); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, ?? location);" instead? 161. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 164. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 166. SampleModel sm; ^---------^ *** Semantic Error: Type "SampleModel" was not found. 169. sm = new MultiPixelPackedSampleModel(dataType, w, h, bitsPerBand); ^-------------------------^ *** Semantic Error: Type "MultiPixelPackedSampleModel" was not found. 182. sm = new SinglePixelPackedSampleModel(dataType, w, h, bandMasks); ^--------------------------^ *** Semantic Error: Type "SinglePixelPackedSampleModel" was not found. 184. return createWritableRaster(sm, location); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, ?? location);" instead? 190. int[] bandOffsets, Point location) ^---^ *** Semantic Error: Type "Point" was not found. 192. SampleModel sm = new ComponentSampleModel(dataBuffer.getDataType(), ^---------^ *** Semantic Error: Type "SampleModel" was not found. 192. SampleModel sm = new ComponentSampleModel(dataBuffer.getDataType(), ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 197. return createWritableRaster(sm, dataBuffer, location); ^--------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, DataBuffer, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, DataBuffer db, ?? location);" instead? 206. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 208. SampleModel sm = new BandedSampleModel(dataBuffer.getDataType(), ^---------^ *** Semantic Error: Type "SampleModel" was not found. 208. SampleModel sm = new BandedSampleModel(dataBuffer.getDataType(), ^---------------^ *** Semantic Error: Type "BandedSampleModel" was not found. 211. return createWritableRaster(sm, dataBuffer, location); ^--------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, DataBuffer, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, DataBuffer db, ?? location);" instead? 219. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 221. SampleModel sm = ^---------^ *** Semantic Error: Type "SampleModel" was not found. 222. new SinglePixelPackedSampleModel(dataBuffer.getDataType(), ^--------------------------^ *** Semantic Error: Type "SinglePixelPackedSampleModel" was not found. 226. return createWritableRaster(sm, dataBuffer, location); ^--------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, DataBuffer, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, DataBuffer db, ?? location);" instead? 233. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 235. SampleModel sm = ^---------^ *** Semantic Error: Type "SampleModel" was not found. 236. new MultiPixelPackedSampleModel(dataBuffer.getDataType(), ^-------------------------^ *** Semantic Error: Type "MultiPixelPackedSampleModel" was not found. 239. return createWritableRaster(sm, dataBuffer, location); ^--------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createWritableRaster(??, DataBuffer, ??)" was found in type "Raster". Perhaps you wanted the overloaded version "WritableRaster createWritableRaster(SampleModel sm, DataBuffer db, ?? location);" instead? 242. public static Raster createRaster(SampleModel sm, DataBuffer db, ^----^ *** Semantic Error: Type "Raster" was not found. 243. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 245. return new Raster(sm, db, location); ^----^ *** Semantic Error: Type "Raster" was not found. 249. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 251. return new WritableRaster(sm, location); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 256. Point location) ^---^ *** Semantic Error: Type "Point" was not found. 258. return new WritableRaster(sm, db, location); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 261. public Raster getParent() ^----^ *** Semantic Error: Type "Raster" was not found. 278. return new WritableRaster(getSampleModel(), new Point(minX, minY)); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 278. return new WritableRaster(getSampleModel(), new Point(minX, minY)); ^---^ *** Semantic Error: Type "Point" was not found. 286. public WritableRaster createCompatibleWritableRaster(Rectangle rect) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 295. SampleModel sm = getSampleModel().createCompatibleSampleModel(w, h); ^---------^ *** Semantic Error: Type "SampleModel" was not found. 296. return new WritableRaster(sm, sm.createDataBuffer(), ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 297. new Point(x, y)); ^---^ *** Semantic Error: Type "Point" was not found. 300. public Raster createTranslatedChild(int childMinX, int childMinY) { ^----^ *** Semantic Error: Type "Raster" was not found. 304. return new Raster(sampleModel, dataBuffer, ^----^ *** Semantic Error: Type "Raster" was not found. 305. new Rectangle(childMinX, childMinY, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 307. new Point(tcx, tcy), ^---^ *** Semantic Error: Type "Point" was not found. 311. public Raster createChild(int parentX, int parentY, int width, ^----^ *** Semantic Error: Type "Raster" was not found. 318. SampleModel sm = (bandList == null) ? ^---------^ *** Semantic Error: Type "SampleModel" was not found. 345. return new Raster(sm, dataBuffer, ^----^ *** Semantic Error: Type "Raster" was not found. 346. new Rectangle(childMinX, childMinY, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 348. new Point(sampleModelTranslateX+childMinX-parentX, ^---^ *** Semantic Error: Type "Point" was not found. 353. public Rectangle getBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 355. return new Rectangle(minX, minY, width, height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 514. StringBuffer result = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 514. StringBuffer result = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 516. result.append(getClass().getName()); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Raster". Found 82 semantic errors compiling "../java/awt/image/WritableRaster.java": 48. protected WritableRaster(SampleModel sampleModel, Point origin) ^---^ *** Semantic Error: Type "Point" was not found. 54. DataBuffer dataBuffer, Point origin) ^---^ *** Semantic Error: Type "Point" was not found. 57. new Rectangle(origin != null ? origin.x : 0, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 66. Rectangle aRegion, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 67. Point sampleModelTranslate, ^---^ *** Semantic Error: Type "Point" was not found. 68. WritableRaster parent) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 74. public WritableRaster getWritableParent() ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 76. return (WritableRaster) getParent(); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 76. return (WritableRaster) getParent(); ^---------^ *** Semantic Error: The method "?? getParent();" in type "Raster" has public access and is not accessible here. 79. public WritableRaster createWritableTranslatedChild(int childMinX, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 83. int tcx = sampleModelTranslateX - minX + childMinX; ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 83. int tcx = sampleModelTranslateX - minX + childMinX; ^--^ *** Semantic Error: The instance field "minX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 84. int tcy = sampleModelTranslateY - minY + childMinY; ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 84. int tcy = sampleModelTranslateY - minY + childMinY; ^--^ *** Semantic Error: The instance field "minY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 86. return new WritableRaster(sampleModel, dataBuffer, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 86. return new WritableRaster(sampleModel, dataBuffer, ^---------^ *** Semantic Error: The instance field "sampleModel" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 86. return new WritableRaster(sampleModel, dataBuffer, ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 87. new Rectangle(childMinX, childMinY, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 88. width, height), ^---^ *** Semantic Error: The instance field "width" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 88. width, height), ^----^ *** Semantic Error: The instance field "height" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 89. new Point(tcx, tcy), ^---^ *** Semantic Error: Type "Point" was not found. 93. public WritableRaster createWritableChild(int parentX, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 105. SampleModel sm = (bandList == null) ? ^---------^ *** Semantic Error: Type "SampleModel" was not found. 106. sampleModel : ^---------^ *** Semantic Error: The instance field "sampleModel" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 107. sampleModel.createSubsetSampleModel(bandList); ^---------^ *** Semantic Error: The instance field "sampleModel" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 110. WritableRaster(sm, dataBuffer, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 110. WritableRaster(sm, dataBuffer, ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 111. new Rectangle(childMinX, childMinY, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 113. new Point(sampleModelTranslateX+childMinX-parentX, ^---^ *** Semantic Error: Type "Point" was not found. 113. new Point(sampleModelTranslateX+childMinX-parentX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 114. sampleModelTranslateY+childMinY-parentY), ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 120. sampleModel.setDataElements(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 121. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 122. inData, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 125. public void setDataElements(int x, int y, Raster inRaster) ^----^ *** Semantic Error: Type "Raster" was not found. 127. Object dataElements = getDataElements(0, 0, ^----^ *** Semantic Error: Type "Object" was not found. 137. sampleModel.setDataElements(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 138. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 139. w, h, inData, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 142. public void setRect(Raster srcRaster) ^----^ *** Semantic Error: Type "Raster" was not found. 144. setRect(0, 0, srcRaster); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "setRect(int, int, ??)" was found in type "WritableRaster". Perhaps you wanted the overloaded version "void setRect(int dx, int dy, ?? srcRaster);" instead? 147. public void setRect(int dx, int dy, Raster srcRaster) ^----^ *** Semantic Error: Type "Raster" was not found. 149. Rectangle targetUnclipped = new Rectangle(srcRaster.getMinX()+dx, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 149. Rectangle targetUnclipped = new Rectangle(srcRaster.getMinX()+dx, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 154. Rectangle target = getBounds().intersection(targetUnclipped); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 154. Rectangle target = getBounds().intersection(targetUnclipped); ^---------^ *** Semantic Error: The method "?? getBounds();" in type "Raster" has public access and is not accessible here. 181. sampleModel.setPixel(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 182. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 183. iArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 188. sampleModel.setPixel(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 189. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 190. fArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 195. sampleModel.setPixel(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 196. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 197. dArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 202. sampleModel.setPixels(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 203. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 204. w, h, iArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 209. sampleModel.setPixels(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 210. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 211. w, h, fArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 216. sampleModel.setPixels(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 217. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 218. w, h, dArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 223. sampleModel.setSample(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 224. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 225. b, s, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 230. sampleModel.setSample(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 231. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 232. b, s, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 237. sampleModel.setSample(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 238. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 239. b, s, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 245. sampleModel.setSamples(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 246. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 247. w, h, b, iArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 253. sampleModel.setSamples(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 254. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 255. w, h, b, fArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 261. sampleModel.setSamples(x-sampleModelTranslateX, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateX" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 262. y-sampleModelTranslateY, ^-------------------^ *** Semantic Error: The instance field "sampleModelTranslateY" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. 263. w, h, b, dArray, dataBuffer); ^--------^ *** Semantic Error: The instance field "dataBuffer" in class "Raster" has protected access, but the qualifying expression is not of type "WritableRaster" or any of its enclosing types. Found 11 semantic errors compiling "../java/awt/image/RasterOp.java": 47. WritableRaster filter(Raster src, WritableRaster dest); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 47. WritableRaster filter(Raster src, WritableRaster dest); ^----^ *** Semantic Error: Type "Raster" was not found. 47. WritableRaster filter(Raster src, WritableRaster dest); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 49. Rectangle2D getBounds2D(Raster src); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 49. Rectangle2D getBounds2D(Raster src); ^----^ *** Semantic Error: Type "Raster" was not found. 51. WritableRaster createCompatibleDestRaster(Raster src); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 51. WritableRaster createCompatibleDestRaster(Raster src); ^----^ *** Semantic Error: Type "Raster" was not found. 53. Point2D getPoint2D(Point2D srcPoint, Point2D destPoint); ^-----^ *** Semantic Error: Type "Point2D" was not found. 53. Point2D getPoint2D(Point2D srcPoint, Point2D destPoint); ^-----^ *** Semantic Error: Type "Point2D" was not found. 53. Point2D getPoint2D(Point2D srcPoint, Point2D destPoint); ^-----^ *** Semantic Error: Type "Point2D" was not found. 55. RenderingHints getRenderingHints(); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. Found 10 semantic errors compiling "../java/awt/image/SampleModel.java": 63. throw new IllegalArgumentException((w <= 0 ? " width<=0" : " width is ok") ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 139. obj = new byte[dataSize]; ^----------------------^ *** Semantic Error: The type of the right sub-expression, "byte[]", is not assignable to the variable, of type "Object". 142. obj = new short[dataSize]; ^-----------------------^ *** Semantic Error: The type of the right sub-expression, "short[]", is not assignable to the variable, of type "Object". 145. obj = new int[dataSize]; ^---------------------^ *** Semantic Error: The type of the right sub-expression, "int[]", is not assignable to the variable, of type "Object". 149. throw new ClassCastException(); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 152. Object pixelData = null; ^----^ *** Semantic Error: Type "Object" was not found. 177. Object pixelData; ^----^ *** Semantic Error: Type "Object" was not found. 191. throw new ClassCastException(); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 458. public abstract SampleModel createCompatibleSampleModel(int w, int h); ^---------^ *** Semantic Error: Type "SampleModel" was not found. 471. public abstract SampleModel createSubsetSampleModel(int[] bands); ^---------^ *** Semantic Error: Type "SampleModel" was not found. Found 59 semantic errors compiling "../java/awt/image/ComponentSampleModel.java": 102. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <------------------------------------ 112. this.scanlineStride = scanlineStride; . . . 130. } ------> *** Semantic Error: These statements are unreachable. 133. public SampleModel createCompatibleSampleModel(int w, int h) ^---------^ *** Semantic Error: Type "SampleModel" was not found. 135. return new ComponentSampleModel(dataType, w, h, pixelStride, ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 135. return new ComponentSampleModel(dataType, w, h, pixelStride, ^------^ *** Semantic Error: The instance field "dataType" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 140. public SampleModel createSubsetSampleModel(int[] bands) ^---------^ *** Semantic Error: Type "SampleModel" was not found. 152. return new ComponentSampleModel(dataType, width, height, pixelStride, ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 152. return new ComponentSampleModel(dataType, width, height, pixelStride, ^------^ *** Semantic Error: The instance field "dataType" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 152. return new ComponentSampleModel(dataType, width, height, pixelStride, ^---^ *** Semantic Error: The instance field "width" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 152. return new ComponentSampleModel(dataType, width, height, pixelStride, ^----^ *** Semantic Error: The instance field "height" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 165. int size = pixelStride*(width-1) + scanlineStride*(height-1) + ^---^ *** Semantic Error: The instance field "width" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 165. int size = pixelStride*(width-1) + scanlineStride*(height-1) + ^----^ *** Semantic Error: The instance field "height" in class "SampleModel" has protected access, but the qualifying expression is not of type "ComponentSampleModel" or any of its enclosing types. 168. return Buffers.createBuffer(getDataType(), size, numBanks); ^-----------^ *** Semantic Error: The method "int getDataType();" in type "SampleModel" has public access and is not accessible here. 183. int size = DataBuffer.getDataTypeSize(getDataType()); ^-----------^ *** Semantic Error: The method "int getDataType();" in type "SampleModel" has public access and is not accessible here. 192. return DataBuffer.getDataTypeSize(getDataType()); ^-----------^ *** Semantic Error: The method "int getDataType();" in type "SampleModel" has public access and is not accessible here. 246. switch (getTransferType()) ^---------------^ *** Semantic Error: The method "int getTransferType();" in type "SampleModel" has public access and is not accessible here. 250. byte[] outByte = (byte[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "byte[]". 258. return outByte; ^-----^ *** Semantic Error: The type of this return expression, "byte[]", does not match the return type of the method, "Object". 262. short[] outUShort = (short[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 270. return outUShort; ^-------^ *** Semantic Error: The type of this return expression, "short[]", does not match the return type of the method, "Object". 274. short[] outShort = (short[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 282. return outShort; ^------^ *** Semantic Error: The type of this return expression, "short[]", does not match the return type of the method, "Object". 286. int[] outInt = (int[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "int[]". 294. return outInt; ^----^ *** Semantic Error: The type of this return expression, "int[]", does not match the return type of the method, "Object". 298. float[] outFloat = (float[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "float[]". 306. return outFloat; ^------^ *** Semantic Error: The type of this return expression, "float[]", does not match the return type of the method, "Object". 310. double[] outDouble = (double[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "double[]". 318. return outDouble; ^-------^ *** Semantic Error: The type of this return expression, "double[]", does not match the return type of the method, "Object". 321. throw new IllegalStateException("unknown transfer type " + ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 322. getTransferType()); ^---------------^ *** Semantic Error: The method "int getTransferType();" in type "SampleModel" has public access and is not accessible here. 325. catch (ArrayIndexOutOfBoundsException aioobe) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 327. String msg = "While reading data elements, " + ^----^ *** Semantic Error: Type "String" was not found. 330. throw new ArrayIndexOutOfBoundsException(msg); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 348. DataBuffer transferBuffer = ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 349. Buffers.createBuffer(getTransferType(), obj, dataSize); ^---------------^ *** Semantic Error: The method "int getTransferType();" in type "SampleModel" has public access and is not accessible here. 370. Object inArray = Buffers.getData(data); ^----^ *** Semantic Error: Type "Object" was not found. 393. DataBuffer transferBuffer = ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 394. Buffers.createBufferFromData(getTransferType(), obj, dataSize); ^---------------^ *** Semantic Error: The method "int getTransferType();" in type "SampleModel" has public access and is not accessible here. 412. Object outArray = Buffers.getData(data); ^----^ *** Semantic Error: Type "Object" was not found. 469. switch (getTransferType()) ^---------------^ *** Semantic Error: The method "int getTransferType();" in type "SampleModel" has public access and is not accessible here. 473. DataBufferByte out = (DataBufferByte) data; ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 473. DataBufferByte out = (DataBufferByte) data; ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 474. byte[] in = (byte[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "byte[]". 483. DataBufferUShort out = (DataBufferUShort) data; ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 483. DataBufferUShort out = (DataBufferUShort) data; ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 484. short[] in = (short[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 493. DataBufferShort out = (DataBufferShort) data; ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 493. DataBufferShort out = (DataBufferShort) data; ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 494. short[] in = (short[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 503. DataBufferInt out = (DataBufferInt) data; ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 503. DataBufferInt out = (DataBufferInt) data; ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 504. int[] in = (int[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "int[]". 513. DataBufferFloat out = (DataBufferFloat) data; ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 513. DataBufferFloat out = (DataBufferFloat) data; ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 514. float[] in = (float[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "float[]". 523. DataBufferDouble out = (DataBufferDouble) data; ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 523. DataBufferDouble out = (DataBufferDouble) data; ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 524. double[] in = (double[]) obj; ^-^ *** Semantic Error: An expression of type "Object" cannot be cast into type "double[]". 532. throw new UnsupportedOperationException("transfer type not " + ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. Found 80 semantic errors compiling "../java/awt/RenderingHints.java": 57. public class RenderingHints implements Map, Cloneable ^-^ *** Semantic Error: Type "Map" was not found. 57. public class RenderingHints implements Map, Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 115. return this == other; ^-----------^ *** Semantic Error: The type of the left sub-expression, "RenderingHints$Key", is not compatible with the type of the right sub-expression, "Object". <------------------------------------------ 126. KeyImpl(int privateKey, String description, . . . 134. } ----> *** Semantic Error: The blank final field "v3" 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. <------------------------------------------ 126. KeyImpl(int privateKey, String description, . . . 134. } ----> *** Semantic Error: The blank final field "v2" 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. <------------------------------------------ 126. KeyImpl(int privateKey, String description, . . . 134. } ----> *** Semantic Error: The blank final field "v1" 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. <------------------------------------------ 126. KeyImpl(int privateKey, String description, . . . 134. } ----> *** 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. 160. private HashMap hintMap = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 160. private HashMap hintMap = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 180. public static final Key KEY_ANTIALIASING; ^--------------^ *** Semantic Error: The blank static final field "KEY_ANTIALIASING" must be initialized in a static initializer block or static field initializer. <----------------- 185. public static final Object VALUE_ANTIALIAS_ON 186. = "Antialiased rendering mode"; ---------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------ 191. public static final Object VALUE_ANTIALIAS_OFF 192. = "Nonantialiased rendering mode"; ------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <---------------------- 197. public static final Object VALUE_ANTIALIAS_DEFAULT 198. = "Default antialiasing rendering mode"; ------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 218. public static final Key KEY_RENDERING; ^-----------^ *** Semantic Error: The blank static final field "KEY_RENDERING" must be initialized in a static initializer block or static field initializer. <----------------- 223. public static final Object VALUE_RENDER_SPEED 224. = "Fastest rendering methods"; --------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------- 229. public static final Object VALUE_RENDER_QUALITY 230. = "Highest quality rendering methods"; ----------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------- 235. public static final Object VALUE_RENDER_DEFAULT 236. = "Default rendering methods"; --------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 256. public static final Key KEY_DITHERING; ^-----------^ *** Semantic Error: The blank static final field "KEY_DITHERING" must be initialized in a static initializer block or static field initializer. <------------------- 261. public static final Object VALUE_DITHER_DISABLE 262. = "Nondithered rendering mode"; ---------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------ 267. public static final Object VALUE_DITHER_ENABLE 268. = "Dithered rendering mode"; ------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------- 273. public static final Object VALUE_DITHER_DEFAULT 274. = "Default dithering mode"; -----------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 294. public static final Key KEY_TEXT_ANTIALIASING; ^-------------------^ *** Semantic Error: The blank static final field "KEY_TEXT_ANTIALIASING" must be initialized in a static initializer block or static field initializer. <---------------------- 299. public static final Object VALUE_TEXT_ANTIALIAS_ON 300. = "Antialiased text mode"; ----------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <----------------------- 305. public static final Object VALUE_TEXT_ANTIALIAS_OFF 306. = "Nonantialiased text mode"; -------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <--------------------------- 311. public static final Object VALUE_TEXT_ANTIALIAS_DEFAULT 312. = "Default antialiasing text mode"; -------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 332. public static final Key KEY_FRACTIONALMETRICS; ^-------------------^ *** Semantic Error: The blank static final field "KEY_FRACTIONALMETRICS" must be initialized in a static initializer block or static field initializer. <-------------------------- 337. public static final Object VALUE_FRACTIONALMETRICS_OFF 338. = "Integer text metrics mode"; --------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------------- 343. public static final Object VALUE_FRACTIONALMETRICS_ON 344. = "Fractional text metrics mode"; -----------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------------------ 349. public static final Object VALUE_FRACTIONALMETRICS_DEFAULT 350. = "Default fractional text metrics mode"; -------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 370. public static final Key KEY_INTERPOLATION; ^---------------^ *** Semantic Error: The blank static final field "KEY_INTERPOLATION" must be initialized in a static initializer block or static field initializer. <----------------------------------- 375. public static final Object VALUE_INTERPOLATION_NEAREST_NEIGHBOR 376. = "Nearest Neighbor image interpolation mode"; ------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <--------------------------- 381. public static final Object VALUE_INTERPOLATION_BILINEAR 382. = "Bilinear image interpolation mode"; ----------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <-------------------------- 387. public static final Object VALUE_INTERPOLATION_BICUBIC 388. = "Bicubic image interpolation mode"; ---------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 408. public static final Key KEY_ALPHA_INTERPOLATION; ^---------------------^ *** Semantic Error: The blank static final field "KEY_ALPHA_INTERPOLATION" must be initialized in a static initializer block or static field initializer. <------------------------------ 413. public static final Object VALUE_ALPHA_INTERPOLATION_SPEED 414. = "Fastest alpha blending methods"; -------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <-------------------------------- 419. public static final Object VALUE_ALPHA_INTERPOLATION_QUALITY 420. = "Highest quality alpha blending methods"; ---------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <-------------------------------- 425. public static final Object VALUE_ALPHA_INTERPOLATION_DEFAULT 426. = "Default alpha blending methods"; -------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 446. public static final Key KEY_COLOR_RENDERING; ^-----------------^ *** Semantic Error: The blank static final field "KEY_COLOR_RENDERING" must be initialized in a static initializer block or static field initializer. <----------------------- 451. public static final Object VALUE_COLOR_RENDER_SPEED 452. = "Fastest color rendering mode"; -----------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------------- 457. public static final Object VALUE_COLOR_RENDER_QUALITY 458. = "Highest quality color rendering mode"; -------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <------------------------- 463. public static final Object VALUE_COLOR_RENDER_DEFAULT 464. = "Default color rendering mode"; -----------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 484. public static final Key KEY_STROKE_CONTROL; ^----------------^ *** Semantic Error: The blank static final field "KEY_STROKE_CONTROL" must be initialized in a static initializer block or static field initializer. <------------------- 489. public static final Object VALUE_STROKE_DEFAULT 490. = "Default stroke normalization"; -----------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <--------------------- 495. public static final Object VALUE_STROKE_NORMALIZE 496. = "Normalize strokes for consistent rendering"; -------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". <---------------- 501. public static final Object VALUE_STROKE_PURE 502. = "Pure stroke conversion for accurate paths"; ------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "Object". 506. KEY_ANTIALIASING = new KeyImpl(1, "Global antialiasing enable key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 510. KEY_RENDERING = new KeyImpl(2, "Global rendering quality key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 514. KEY_DITHERING = new KeyImpl(3, "Dithering quality key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 519. = new KeyImpl(4, "Text-specific antialiasing enable key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 523. KEY_FRACTIONALMETRICS = new KeyImpl(5, "Fractional metrics enable key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 527. KEY_INTERPOLATION = new KeyImpl(6, "Image interpolation method key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 532. = new KeyImpl(7, "Alpha blending interpolation method key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 536. KEY_COLOR_RENDERING = new KeyImpl(8, "Color rendering quality key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 540. KEY_STROKE_CONTROL = new KeyImpl(9, "Stroke normalization control key", ^-----^ *** Semantic Error: Type "KeyImpl" was not found. 553. public RenderingHints(Map init) ^-^ *** Semantic Error: Type "Map" was not found. 556. putAll(init); ^----------^ *** Semantic Error: No applicable overload for a method with signature "putAll(??)" was found in type "RenderingHints". Perhaps you wanted the overloaded version "void putAll(?? m);" instead? 567. put(key, value); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "put(RenderingHints.Key, Object)" was found in type "RenderingHints". Perhaps you wanted the overloaded version "Object put(Object key, Object value);" instead? 605. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 607. return hintMap.containsKey((Key) key); ^-^ *** Semantic Error: Type "Key" was not found. 638. return hintMap.get((Key) key); ^-^ *** Semantic Error: Type "Key" was not found. 655. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 656. if (! ((Key) key).isCompatibleValue(value)) ^-^ *** Semantic Error: Type "Key" was not found. 657. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 666. public void add(RenderingHints hints) ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 694. return hintMap.remove((Key) key); ^-^ *** Semantic Error: Type "Key" was not found. 707. public void putAll(Map m) ^-^ *** Semantic Error: Type "Map" was not found. 710. Iterator iterator = m.keySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 713. Key key = (Key) iterator.next(); ^-^ *** Semantic Error: Type "Key" was not found. 713. Key key = (Key) iterator.next(); ^-^ *** Semantic Error: Type "Key" was not found. 715. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 718. hintMap.putAll(m); ^----------------^ *** Semantic Error: This statement is unreachable. 726. public Set keySet() ^-^ *** Semantic Error: Type "Set" was not found. 738. public Collection values() ^--------^ *** Semantic Error: Type "Collection" was not found. 748. public Set entrySet() ^-^ *** Semantic Error: Type "Set" was not found. 784. RenderingHints copy = (RenderingHints) super.clone(); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 784. RenderingHints copy = (RenderingHints) super.clone(); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 785. copy.hintMap = (HashMap) hintMap.clone(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 788. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 790. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 790. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 30 semantic errors compiling "../gnu/java/awt/ComponentDataBlitOp.java": 39. import java.awt.RenderingHints; ^------------^ *** Semantic Error: Type "java.awt.RenderingHints" was not found. 42. import java.awt.image.ComponentSampleModel; ^------------------^ *** Semantic Error: Type "java.awt.image.ComponentSampleModel" was not found. 44. import java.awt.image.Raster; ^----^ *** Semantic Error: Type "java.awt.image.Raster" was not found. 45. import java.awt.image.RasterOp; ^------^ *** Semantic Error: Type "java.awt.image.RasterOp" was not found. 46. import java.awt.image.WritableRaster; ^------------^ *** Semantic Error: Type "java.awt.image.WritableRaster" was not found. 58. public class ComponentDataBlitOp implements RasterOp ^------^ *** Semantic Error: Type "RasterOp" was not found. 60. public static final ComponentDataBlitOp INSTANCE = new ComponentDataBlitOp(); ^-----------------^ *** Semantic Error: Type "ComponentDataBlitOp" was not found. 60. public static final ComponentDataBlitOp INSTANCE = new ComponentDataBlitOp(); ^-----------------^ *** Semantic Error: Type "ComponentDataBlitOp" was not found. 62. public WritableRaster filter(Raster src, WritableRaster dest) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 62. public WritableRaster filter(Raster src, WritableRaster dest) ^----^ *** Semantic Error: Type "Raster" was not found. 62. public WritableRaster filter(Raster src, WritableRaster dest) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 65. dest = createCompatibleDestRaster(src); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "createCompatibleDestRaster(??)" was found in type "ComponentDataBlitOp". Perhaps you wanted the overloaded version "?? createCompatibleDestRaster(?? src);" instead? 67. DataBuffer srcDB = src.getDataBuffer(); ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 68. DataBuffer destDB = dest.getDataBuffer(); ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 70. ComponentSampleModel srcSM = (ComponentSampleModel) src.getSampleModel(); ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 70. ComponentSampleModel srcSM = (ComponentSampleModel) src.getSampleModel(); ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 71. ComponentSampleModel destSM = (ComponentSampleModel) dest.getSampleModel(); ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 71. ComponentSampleModel destSM = (ComponentSampleModel) dest.getSampleModel(); ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 112. Object srcArray = Buffers.getData(srcDB); ^----^ *** Semantic Error: Type "Object" was not found. 113. Object destArray = Buffers.getData(destDB); ^----^ *** Semantic Error: Type "Object" was not found. 128. public Rectangle2D getBounds2D(Raster src) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 128. public Rectangle2D getBounds2D(Raster src) ^----^ *** Semantic Error: Type "Raster" was not found. 133. public WritableRaster createCompatibleDestRaster(Raster src) { ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 133. public WritableRaster createCompatibleDestRaster(Raster src) { ^----^ *** Semantic Error: Type "Raster" was not found. 143. public Point2D getPoint2D(Point2D srcPoint, Point2D destPoint) ^-----^ *** Semantic Error: Type "Point2D" was not found. 143. public Point2D getPoint2D(Point2D srcPoint, Point2D destPoint) ^-----^ *** Semantic Error: Type "Point2D" was not found. 143. public Point2D getPoint2D(Point2D srcPoint, Point2D destPoint) ^-----^ *** Semantic Error: Type "Point2D" was not found. 146. return (Point2D) srcPoint.clone(); ^-----^ *** Semantic Error: Type "Point2D" was not found. 152. public RenderingHints getRenderingHints() ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 154. throw new UnsupportedOperationException("not implemented"); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. Found 3 semantic errors compiling "../java/awt/image/WritableRenderedImage.java": 50. WritableRaster getWritableTile(int x, int y); ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 53. Point[] getWritableTileIndices(); ^---^ *** Semantic Error: Type "Point" was not found. 55. void setData(Raster r); ^----^ *** Semantic Error: Type "Raster" was not found. Found 73 semantic errors compiling "../java/awt/image/BufferedImage.java": 41. import gnu.java.awt.ComponentDataBlitOp; ^-----------------^ *** Semantic Error: Type "gnu.java.awt.ComponentDataBlitOp" was not found. 43. import java.awt.Graphics; ^------^ *** Semantic Error: Type "java.awt.Graphics" was not found. 44. import java.awt.Graphics2D; ^--------^ *** Semantic Error: Type "java.awt.Graphics2D" was not found. 64. public class BufferedImage extends Image ^---^ *** Semantic Error: Type "Image" was not found. 100. Vector observers; ^----^ *** Semantic Error: Type "Vector" was not found. 104. ColorModel cm = null; ^--------^ *** Semantic Error: Type "ColorModel" was not found. 119. ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_sRGB); ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 143. cm = new DirectColorModel(cs, ^--------------^ *** Semantic Error: Type "DirectColorModel" was not found. 155. String msg = ^----^ *** Semantic Error: Type "String" was not found. 160. throw new UnsupportedOperationException(msg); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 185. cm = new ComponentColorModel(cs, bits, alpha, premultiplied, ^-----------------^ *** Semantic Error: Type "ComponentColorModel" was not found. 193. cm = new IndexColorModel(8, 2, vals, vals, vals); ^-------------^ *** Semantic Error: Type "IndexColorModel" was not found. 196. String msg2 = "type not implemented yet"; ^----^ *** Semantic Error: Type "String" was not found. 197. throw new UnsupportedOperationException(msg2); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 213. throw new IllegalArgumentException("type must be binary or indexed"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 223. WritableRaster writableraster, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 225. Hashtable properties) ^-------^ *** Semantic Error: Type "Hashtable" was not found. <---------------------------------------------------------- 227. init(colormodel, writableraster, premultiplied, properties, 228. TYPE_CUSTOM); --------------------> *** Semantic Error: No applicable overload for a method with signature "init(ColorModel, ??, boolean, ??, int)" was found in type "BufferedImage". Perhaps you wanted the overloaded version "void init(ColorModel cm, ?? writableraster, boolean premultiplied, ?? properties, int type);" instead? 232. WritableRaster raster; ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 234. Hashtable properties; ^-------^ *** Semantic Error: Type "Hashtable" was not found. 239. WritableRaster writableraster, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 241. Hashtable properties, ^-------^ *** Semantic Error: Type "Hashtable" was not found. 258. public WritableRaster copyData(WritableRaster dest) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 258. public WritableRaster copyData(WritableRaster dest) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 270. WritableRaster src = ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 274. if (src.getSampleModel () instanceof ComponentSampleModel ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 275. && dest.getSampleModel () instanceof ComponentSampleModel) ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 287. public Graphics2D createGraphics() ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 289. GraphicsEnvironment env; ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 297. public WritableRaster getAlphaRaster() ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 307. public Raster getData() ^----^ *** Semantic Error: Type "Raster" was not found. 309. return copyData(null); ^------------^ *** Semantic Error: No applicable overload for a method with signature "copyData(null)" was found in type "BufferedImage". Perhaps you wanted the overloaded version "?? copyData(?? dest);" instead? 314. public Raster getData(Rectangle rectangle) ^----^ *** Semantic Error: Type "Raster" was not found. 314. public Raster getData(Rectangle rectangle) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 316. WritableRaster dest = ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 318. return copyData(dest); ^------------^ *** Semantic Error: No applicable overload for a method with signature "copyData(??)" was found in type "BufferedImage". Perhaps you wanted the overloaded version "?? copyData(?? dest);" instead? 321. public Graphics getGraphics() ^------^ *** Semantic Error: Type "Graphics" was not found. 387. Object rgbElem = raster.getDataElements(x, y, ^----^ *** Semantic Error: Type "Object" was not found. 419. Object rgbElem = null; ^----^ *** Semantic Error: Type "Object" was not found. 435. public WritableRaster getRaster() ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 440. public SampleModel getSampleModel() ^---------^ *** Semantic Error: Type "SampleModel" was not found. 447. return new ImageProducer() { ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 449. Vector consumers = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 449. Vector consumers = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 451. public void addConsumer(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 457. public boolean isConsumer(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 462. public void removeConsumer(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 467. public void startProduction(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 478. ColorModel model = getColorModel(); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 484. ImageConsumer c = (ImageConsumer) consumers.elementAt(i); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 484. ImageConsumer c = (ImageConsumer) consumers.elementAt(i); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 492. public void requestTopDownLeftRightResend(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 494. startProduction(ic); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "startProduction(??)" was found in type "BufferedImage$1". Perhaps you wanted the overloaded version "void startProduction(?? ic);" instead? 500. public Vector getSources() ^----^ *** Semantic Error: Type "Vector" was not found. 505. public BufferedImage getSubimage(int x, int y, int w, int h) ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 507. WritableRaster subRaster = ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 510. return new BufferedImage(getColorModel(), ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 516. public Raster getTile(int tileX, int tileY) ^----^ *** Semantic Error: Type "Raster" was not found. 556. public WritableRaster getWritableTile(int tileX, int tileY) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 562. private static final Point[] tileIndices = { new Point() }; ^---^ *** Semantic Error: Type "Point" was not found. 562. private static final Point[] tileIndices = { new Point() }; ^-------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 564. public Point[] getWritableTileIndices() ^---^ *** Semantic Error: Type "Point" was not found. 582. throw new ArrayIndexOutOfBoundsException("only tile is (0,0)"); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 593. public void setData(Raster src) ^----^ *** Semantic Error: Type "Raster" was not found. 601. WritableRaster dest = ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 606. if (src.getSampleModel () instanceof ComponentSampleModel ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 607. && dest.getSampleModel () instanceof ComponentSampleModel) ^------------------^ *** Semantic Error: Type "ComponentSampleModel" was not found. 621. Object rgbElem = colorModel.getDataElements(argb, null); ^----^ *** Semantic Error: Type "Object" was not found. 631. Object rgbElem = null; ^----^ *** Semantic Error: Type "Object" was not found. 647. StringBuffer buf; ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 649. buf = new StringBuffer(/* estimated length */ 120); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 651. buf.append(Integer.toHexString(hashCode())); ^--------^ *** Semantic Error: No accessible method with signature "hashCode()" was found in type "BufferedImage". 672. observers = new Vector (); ^----^ *** Semantic Error: Type "Vector" was not found. Found 29 semantic errors compiling "../java/awt/Graphics2D.java": 43. import java.awt.image.BufferedImage; ^-----------^ *** Semantic Error: Type "java.awt.image.BufferedImage" was not found. 44. import java.awt.image.BufferedImageOp; ^-------------^ *** Semantic Error: Type "java.awt.image.BufferedImageOp" was not found. 46. import java.awt.image.RenderedImage; ^-----------^ *** Semantic Error: Type "java.awt.image.RenderedImage" was not found. 47. import java.awt.image.renderable.RenderableImage; ^-------------^ *** Semantic Error: Type "java.awt.image.renderable.RenderableImage" was not found. 75. public abstract boolean drawImage(Image image, AffineTransform xform, ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 76. ImageObserver obs); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 78. public abstract void drawImage(BufferedImage image, ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 79. BufferedImageOp op, ^-------------^ *** Semantic Error: Type "BufferedImageOp" was not found. 83. public abstract void drawRenderedImage(RenderedImage image, ^-----------^ *** Semantic Error: Type "RenderedImage" was not found. 84. AffineTransform xform); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 86. public abstract void drawRenderableImage(RenderableImage image, ^-------------^ *** Semantic Error: Type "RenderableImage" was not found. 87. AffineTransform xform); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 93. public abstract void drawString(AttributedCharacterIterator iterator, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 96. public abstract void drawString(AttributedCharacterIterator iterator, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 106. public abstract GraphicsConfiguration getDeviceConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 110. public abstract void setPaint(Paint paint); ^---^ *** Semantic Error: Type "Paint" was not found. 114. public abstract void setRenderingHint(RenderingHints.Key hintKey, ^----------------^ *** Semantic Error: Type "Key" was not found. 117. public abstract Object getRenderingHint(RenderingHints.Key hintKey); ^----------------^ *** Semantic Error: Type "Key" was not found. 119. public abstract void setRenderingHints(Map hints); ^-^ *** Semantic Error: Type "Map" was not found. 121. public abstract void addRenderingHints(Map hints); ^-^ *** Semantic Error: Type "Map" was not found. 123. public abstract RenderingHints getRenderingHints(); ^------------^ *** Semantic Error: Type "RenderingHints" was not found. 137. public abstract void transform(AffineTransform Tx); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 139. public abstract void setTransform(AffineTransform Tx); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 141. public abstract AffineTransform getTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 143. public abstract Paint getPaint(); ^---^ *** Semantic Error: Type "Paint" was not found. 147. public abstract void setBackground(Color color); ^---^ *** Semantic Error: Type "Color" was not found. 149. public abstract Color getBackground(); ^---^ *** Semantic Error: Type "Color" was not found. 155. public abstract FontRenderContext getFontRenderContext (); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 157. public abstract void drawGlyphVector (GlyphVector g, float x, float y); ^---------^ *** Semantic Error: Type "GlyphVector" was not found. Found 36 semantic errors compiling "../gnu/java/awt/peer/ClasspathTextLayoutPeer.java": 41. import java.awt.Graphics2D; ^--------^ *** Semantic Error: A candidate for type "Graphics2D" was found, but it is invalid and needs to be fixed before this type will successfully compile. 44. import java.awt.font.TextLayout; ^--------^ *** Semantic Error: Type "java.awt.font.TextLayout" was not found. 54. TextHitInfo getStrongCaret (TextHitInfo hit1, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 54. TextHitInfo getStrongCaret (TextHitInfo hit1, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 55. TextHitInfo hit2); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 57. void draw (Graphics2D g2, float x, float y); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 73. Shape getBlackBoxBounds (int firstEndpoint, int secondEndpoint); ^---^ *** Semantic Error: Type "Shape" was not found. 74. Rectangle2D getBounds (); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 76. float[] getCaretInfo (TextHitInfo hit, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 76. float[] getCaretInfo (TextHitInfo hit, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 77. Shape getCaretShape (TextHitInfo hit, Rectangle2D bounds); ^---^ *** Semantic Error: Type "Shape" was not found. 77. Shape getCaretShape (TextHitInfo hit, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 77. Shape getCaretShape (TextHitInfo hit, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 78. Shape[] getCaretShapes (int offset, Rectangle2D bounds, ^---^ *** Semantic Error: Type "Shape" was not found. 78. Shape[] getCaretShapes (int offset, Rectangle2D bounds, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 79. TextLayout.CaretPolicy policy); ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 81. Shape getLogicalHighlightShape (int firstEndpoint, int secondEndpoint, ^---^ *** Semantic Error: Type "Shape" was not found. 82. Rectangle2D bounds); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 83. int[] getLogicalRangesForVisualSelection (TextHitInfo firstEndpoint, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 84. TextHitInfo secondEndpoint); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 86. TextHitInfo getNextLeftHit (int offset, TextLayout.CaretPolicy policy); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 86. TextHitInfo getNextLeftHit (int offset, TextLayout.CaretPolicy policy); ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 87. TextHitInfo getNextRightHit (int offset, TextLayout.CaretPolicy policy); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 87. TextHitInfo getNextRightHit (int offset, TextLayout.CaretPolicy policy); ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 88. TextHitInfo hitTestChar (float x, float y, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 88. TextHitInfo hitTestChar (float x, float y, Rectangle2D bounds); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 89. TextHitInfo getVisualOtherHit (TextHitInfo hit); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 89. TextHitInfo getVisualOtherHit (TextHitInfo hit); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 92. Shape getOutline (AffineTransform tx); ^---^ *** Semantic Error: Type "Shape" was not found. 92. Shape getOutline (AffineTransform tx); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 93. Shape getVisualHighlightShape (TextHitInfo firstEndpoint, ^---^ *** Semantic Error: Type "Shape" was not found. 93. Shape getVisualHighlightShape (TextHitInfo firstEndpoint, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 94. TextHitInfo secondEndpoint, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 95. Rectangle2D bounds); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 97. TextLayout getJustifiedLayout (float justificationWidth); ^--------^ *** Semantic Error: Type "TextLayout" was not found. 102. boolean equals (ClasspathTextLayoutPeer tl); ^---------------------^ *** Semantic Error: Type "ClasspathTextLayoutPeer" was not found. Found 60 semantic errors compiling "../java/awt/font/TextLayout.java": 42. import gnu.java.awt.peer.ClasspathTextLayoutPeer; ^---------------------^ *** Semantic Error: Type "gnu.java.awt.peer.ClasspathTextLayoutPeer" was not found. 51. import java.text.AttributedString; ^--------------^ *** Semantic Error: Type "java.text.AttributedString" was not found. 57. public final class TextLayout implements Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 59. public static final CaretPolicy DEFAULT_CARET_POLICY = new CaretPolicy (); ^---------^ *** Semantic Error: Type "CaretPolicy" was not found. 60. ClasspathTextLayoutPeer peer; ^---------------------^ *** Semantic Error: Type "ClasspathTextLayoutPeer" was not found. 70. TextLayout layout) ^--------^ *** Semantic Error: Type "TextLayout" was not found. 76. public TextLayout (AttributedCharacterIterator text, FontRenderContext frc) ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 78. AttributedString as = new AttributedString (text); ^--------------^ *** Semantic Error: Type "AttributedString" was not found. 78. AttributedString as = new AttributedString (text); ^--------------^ *** Semantic Error: Type "AttributedString" was not found. 79. ClasspathToolkit tk = (ClasspathToolkit)(Toolkit.getDefaultToolkit ()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 79. ClasspathToolkit tk = (ClasspathToolkit)(Toolkit.getDefaultToolkit ()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 83. public TextLayout (String string, Font font, FontRenderContext frc) ^--^ *** Semantic Error: Type "Font" was not found. 85. AttributedString as = new AttributedString (string); ^--------------^ *** Semantic Error: Type "AttributedString" was not found. 85. AttributedString as = new AttributedString (string); ^--------------^ *** Semantic Error: Type "AttributedString" was not found. 87. ClasspathToolkit tk = (ClasspathToolkit)(Toolkit.getDefaultToolkit ()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 87. ClasspathToolkit tk = (ClasspathToolkit)(Toolkit.getDefaultToolkit ()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 91. public TextLayout (String string, Map attributes, FontRenderContext frc) ^---------------------------------------------------------------^ *** Semantic Error: Duplicate declaration of this constructor signature in type "TextLayout". The other occurrence is at location "../java/awt/font/TextLayout.java:76". 91. public TextLayout (String string, Map attributes, FontRenderContext frc) ^-^ *** Semantic Error: Type "Map" was not found. 102. TextLayout tl = (TextLayout) super.clone (); ^--------^ *** Semantic Error: Type "TextLayout" was not found. 102. TextLayout tl = (TextLayout) super.clone (); ^--------^ *** Semantic Error: Type "TextLayout" was not found. 103. tl.peer = (ClasspathTextLayoutPeer) this.peer.clone(); ^---------------------^ *** Semantic Error: Type "ClasspathTextLayoutPeer" was not found. 106. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 109. throw new InternalError (); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 114. public void draw (Graphics2D g2, float x, float y) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 121. if (! (obj instanceof TextLayout)) ^--------^ *** Semantic Error: Type "TextLayout" was not found. 124. return equals ((TextLayout) obj); ^--------^ *** Semantic Error: Type "TextLayout" was not found. 127. public boolean equals (TextLayout tl) ^--------^ *** Semantic Error: Type "TextLayout" was not found. 152. public Shape getBlackBoxBounds (int firstEndpoint, int secondEndpoint) ^---^ *** Semantic Error: Type "Shape" was not found. 157. public Rectangle2D getBounds() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 164. return getCaretInfo(hit, getBounds()); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getCaretInfo(TextHitInfo, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "float[] getCaretInfo(TextHitInfo hit, ?? bounds);" instead? 167. public float[] getCaretInfo (TextHitInfo hit, Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 172. public Shape getCaretShape (TextHitInfo hit) ^---^ *** Semantic Error: Type "Shape" was not found. 174. return getCaretShape(hit, getBounds()); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getCaretShape(TextHitInfo, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "?? getCaretShape(TextHitInfo hit, ?? bounds);" instead? 177. public Shape getCaretShape (TextHitInfo hit, Rectangle2D bounds) ^---^ *** Semantic Error: Type "Shape" was not found. 177. public Shape getCaretShape (TextHitInfo hit, Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 182. public Shape[] getCaretShapes (int offset) ^---^ *** Semantic Error: Type "Shape" was not found. 184. return getCaretShapes(offset, getBounds()); ^---------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getCaretShapes(int, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "?? getCaretShapes(int offset, ?? bounds);" instead? 187. public Shape[] getCaretShapes (int offset, Rectangle2D bounds) ^---^ *** Semantic Error: Type "Shape" was not found. 187. public Shape[] getCaretShapes (int offset, Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 189. return getCaretShapes(offset, getBounds(), DEFAULT_CARET_POLICY); ^-------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getCaretShapes(int, ??, TextLayout.CaretPolicy)" was found in type "TextLayout". Perhaps you wanted the overloaded version "?? getCaretShapes(int offset, ?? bounds, ?? policy);" instead? 192. public Shape[] getCaretShapes (int offset, Rectangle2D bounds, ^---^ *** Semantic Error: Type "Shape" was not found. 192. public Shape[] getCaretShapes (int offset, Rectangle2D bounds, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 193. TextLayout.CaretPolicy policy) ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 213. public TextLayout getJustifiedLayout (float justificationWidth) ^--------^ *** Semantic Error: Type "TextLayout" was not found. 223. public Shape getLogicalHighlightShape (int firstEndpoint, int secondEndpoint) ^---^ *** Semantic Error: Type "Shape" was not found. 225. return getLogicalHighlightShape (firstEndpoint, secondEndpoint, getBounds()); ^-------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getLogicalHighlightShape(int, int, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "?? getLogicalHighlightShape(int firstEndpoint, int secondEndpoint, ?? bounds);" instead? 228. public Shape getLogicalHighlightShape (int firstEndpoint, int secondEndpoint, ^---^ *** Semantic Error: Type "Shape" was not found. 229. Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 242. return getNextLeftHit(offset, DEFAULT_CARET_POLICY); ^------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getNextLeftHit(int, TextLayout.CaretPolicy)" was found in type "TextLayout". Perhaps you wanted the overloaded version "TextHitInfo getNextLeftHit(int offset, ?? policy);" instead? 245. public TextHitInfo getNextLeftHit (int offset, TextLayout.CaretPolicy policy) ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 257. return getNextRightHit(offset, DEFAULT_CARET_POLICY); ^-------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getNextRightHit(int, TextLayout.CaretPolicy)" was found in type "TextLayout". Perhaps you wanted the overloaded version "TextHitInfo getNextRightHit(int offset, ?? policy);" instead? 260. public TextHitInfo getNextRightHit (int offset, TextLayout.CaretPolicy policy) ^--------------------^ *** Semantic Error: Type "CaretPolicy" was not found. 270. public Shape getOutline (AffineTransform tx) ^---^ *** Semantic Error: Type "Shape" was not found. 270. public Shape getOutline (AffineTransform tx) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 280. public Shape getVisualHighlightShape (TextHitInfo firstEndpoint, ^---^ *** Semantic Error: Type "Shape" was not found. 283. return getVisualHighlightShape(firstEndpoint, secondEndpoint, getBounds()); ^-----------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getVisualHighlightShape(TextHitInfo, TextHitInfo, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "?? getVisualHighlightShape(TextHitInfo firstEndpoint, TextHitInfo secondEndpoint, ?? bounds);" instead? 286. public Shape getVisualHighlightShape (TextHitInfo firstEndpoint, ^---^ *** Semantic Error: Type "Shape" was not found. 288. Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 310. return hitTestChar(x, y, getBounds()); ^----------------------------^ *** Semantic Error: No applicable overload for a method with signature "hitTestChar(float, float, ??)" was found in type "TextLayout". Perhaps you wanted the overloaded version "TextHitInfo hitTestChar(float x, float y, ?? bounds);" instead? 313. public TextHitInfo hitTestChar (float x, float y, Rectangle2D bounds) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. Found 7 semantic errors compiling "../java/awt/font/TransformAttribute.java": 54. public final class TransformAttribute implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 58. private AffineTransform affineTransform; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 68. public TransformAttribute (AffineTransform transform) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 72. throw new IllegalArgumentException("Null 'transform' not permitted."); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 74. this.affineTransform = new AffineTransform (transform); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 82. public AffineTransform getTransform () ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 84. return (AffineTransform) affineTransform.clone(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. Found 72 semantic errors compiling "../java/awt/font/TextAttribute.java": 48. public final class TextAttribute extends AttributedCharacterIterator.Attribute ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 53. public static final TextAttribute BACKGROUND = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 54. new TextAttribute("background"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 57. public static final TextAttribute BIDI_EMBEDDING = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 58. new TextAttribute("bidi_embedding"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 61. public static final TextAttribute CHAR_REPLACEMENT = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 62. new TextAttribute("char_replacement"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 65. public static final TextAttribute FAMILY = new TextAttribute("family"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 65. public static final TextAttribute FAMILY = new TextAttribute("family"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 68. public static final TextAttribute FONT = new TextAttribute("font"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 68. public static final TextAttribute FONT = new TextAttribute("font"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 71. public static final TextAttribute FOREGROUND = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 72. new TextAttribute("foreground"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 75. public static final TextAttribute INPUT_METHOD_HIGHLIGHT = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 76. new TextAttribute("input method highlight"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 79. public static final TextAttribute INPUT_METHOD_UNDERLINE = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 80. new TextAttribute("input method underline"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 83. public static final TextAttribute JUSTIFICATION = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 84. new TextAttribute("justification"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 90. public static final Float JUSTIFICATION_FULL = new Float(1.0); ^---^ *** Semantic Error: Type "Float" was not found. 96. public static final Float JUSTIFICATION_NONE = new Float(0.0); ^---^ *** Semantic Error: Type "Float" was not found. 99. public static final TextAttribute NUMERIC_SHAPING = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 100. new TextAttribute("numeric_shaping"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 103. public static final TextAttribute POSTURE = new TextAttribute("posture"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 103. public static final TextAttribute POSTURE = new TextAttribute("posture"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 106. public static final Float POSTURE_OBLIQUE = new Float(0.2); ^---^ *** Semantic Error: Type "Float" was not found. 109. public static final Float POSTURE_REGULAR = new Float(0.0); ^---^ *** Semantic Error: Type "Float" was not found. 112. public static final TextAttribute RUN_DIRECTION = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 113. new TextAttribute("run_direction"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 122. public static final TextAttribute SIZE = new TextAttribute("size"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 122. public static final TextAttribute SIZE = new TextAttribute("size"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 125. public static final TextAttribute STRIKETHROUGH = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 126. new TextAttribute("strikethrough"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 132. public static final TextAttribute SUPERSCRIPT = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 133. new TextAttribute("superscript"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 136. public static final Integer SUPERSCRIPT_SUB = new Integer(-1); ^-----^ *** Semantic Error: Type "Integer" was not found. 139. public static final Integer SUPERSCRIPT_SUPER = new Integer(1); ^-----^ *** Semantic Error: Type "Integer" was not found. 142. public static final TextAttribute SWAP_COLORS = ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 143. new TextAttribute("swap_colors"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 149. public static final TextAttribute TRANSFORM = new TextAttribute("transform"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 149. public static final TextAttribute TRANSFORM = new TextAttribute("transform"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 152. public static final TextAttribute UNDERLINE = new TextAttribute("underline"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 152. public static final TextAttribute UNDERLINE = new TextAttribute("underline"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 155. public static final Integer UNDERLINE_LOW_DASHED = new Integer(5); ^-----^ *** Semantic Error: Type "Integer" was not found. 158. public static final Integer UNDERLINE_LOW_DOTTED = new Integer(3); ^-----^ *** Semantic Error: Type "Integer" was not found. 161. public static final Integer UNDERLINE_LOW_GRAY = new Integer(4); ^-----^ *** Semantic Error: Type "Integer" was not found. 164. public static final Integer UNDERLINE_LOW_ONE_PIXEL = new Integer(1); ^-----^ *** Semantic Error: Type "Integer" was not found. 167. public static final Integer UNDERLINE_LOW_TWO_PIXEL = new Integer(2); ^-----^ *** Semantic Error: Type "Integer" was not found. 170. public static final Integer UNDERLINE_ON = new Integer(0); ^-----^ *** Semantic Error: Type "Integer" was not found. 173. public static final TextAttribute WEIGHT = new TextAttribute("weight"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 173. public static final TextAttribute WEIGHT = new TextAttribute("weight"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 176. public static final Float WEIGHT_BOLD = new Float(2.0); ^---^ *** Semantic Error: Type "Float" was not found. 179. public static final Float WEIGHT_DEMIBOLD = new Float(1.75); ^---^ *** Semantic Error: Type "Float" was not found. 182. public static final Float WEIGHT_DEMILIGHT = new Float(0.875); ^---^ *** Semantic Error: Type "Float" was not found. 185. public static final Float WEIGHT_EXTRA_LIGHT = new Float(0.5); ^---^ *** Semantic Error: Type "Float" was not found. 188. public static final Float WEIGHT_EXTRABOLD = new Float(2.5); ^---^ *** Semantic Error: Type "Float" was not found. 191. public static final Float WEIGHT_HEAVY = new Float(2.25); ^---^ *** Semantic Error: Type "Float" was not found. 194. public static final Float WEIGHT_LIGHT = new Float(0.75); ^---^ *** Semantic Error: Type "Float" was not found. 197. public static final Float WEIGHT_MEDIUM = new Float(1.5); ^---^ *** Semantic Error: Type "Float" was not found. 200. public static final Float WEIGHT_REGULAR = new Float(1.0); ^---^ *** Semantic Error: Type "Float" was not found. 203. public static final Float WEIGHT_SEMIBOLD = new Float(1.25); ^---^ *** Semantic Error: Type "Float" was not found. 206. public static final Float WEIGHT_ULTRABOLD = new Float(2.75); ^---^ *** Semantic Error: Type "Float" was not found. 209. public static final TextAttribute WIDTH = new TextAttribute("width"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 209. public static final TextAttribute WIDTH = new TextAttribute("width"); ^-----------^ *** Semantic Error: Type "TextAttribute" was not found. 212. public static final Float WIDTH_CONDENSED = new Float(0.75); ^---^ *** Semantic Error: Type "Float" was not found. 215. public static final Float WIDTH_EXTENDED = new Float(1.5); ^---^ *** Semantic Error: Type "Float" was not found. 218. public static final Float WIDTH_REGULAR = new Float(1.0); ^---^ *** Semantic Error: Type "Float" was not found. 221. public static final Float WIDTH_SEMI_CONDENSED = new Float(0.875); ^---^ *** Semantic Error: Type "Float" was not found. 224. public static final Float WIDTH_SEMI_EXTENDED = new Float(1.25); ^---^ *** Semantic Error: Type "Float" was not found. 245. throws InvalidObjectException ^--------------------^ *** Semantic Error: Type "InvalidObjectException" was not found. 307. throw new InvalidObjectException("Can't resolve Attribute: " + getName()); ^--------------------^ *** Semantic Error: Type "InvalidObjectException" was not found. 307. throw new InvalidObjectException("Can't resolve Attribute: " + getName()); ^-------^ *** Semantic Error: No accessible method with signature "getName()" was found in type "TextAttribute". Found 13 semantic errors compiling "../java/awt/Shape.java": 41. import java.awt.geom.AffineTransform; ^-------------^ *** Semantic Error: Type "java.awt.geom.AffineTransform" was not found. 42. import java.awt.geom.PathIterator; ^----------^ *** Semantic Error: Type "java.awt.geom.PathIterator" was not found. 43. import java.awt.geom.Point2D; ^-----^ *** Semantic Error: Type "java.awt.geom.Point2D" was not found. 44. import java.awt.geom.Rectangle2D; ^---------^ *** Semantic Error: Type "java.awt.geom.Rectangle2D" was not found. 86. Rectangle2D getBounds2D(); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 106. boolean contains(Point2D p); ^-----^ *** Semantic Error: Type "Point2D" was not found. 138. boolean intersects(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 170. boolean contains(Rectangle2D r); ^---------------------^ *** Semantic Error: Duplicate declaration of method "contains" in type "Shape". The other occurrence is at location "../java/awt/Shape.java:96". 170. boolean contains(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 183. PathIterator getPathIterator(AffineTransform transform); ^----------^ *** Semantic Error: Type "PathIterator" was not found. 183. PathIterator getPathIterator(AffineTransform transform); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 202. PathIterator getPathIterator(AffineTransform transform, double flatness); ^----------^ *** Semantic Error: Type "PathIterator" was not found. 202. PathIterator getPathIterator(AffineTransform transform, double flatness); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. Found 46 semantic errors compiling "../java/awt/Rectangle.java": 66. public class Rectangle extends Rectangle2D implements Shape, Serializable ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 66. public class Rectangle extends Rectangle2D implements Shape, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 125. public Rectangle(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 255. public Rectangle getBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 257. return new Rectangle(this); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 268. public Rectangle2D getBounds2D() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 270. return new Rectangle(x, y, width, height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 282. public void setBounds(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 346. return new Point(x,y); ^---^ *** Semantic Error: Type "Point" was not found. 412. return new Dimension(width, height); ^-------^ *** Semantic Error: Type "Dimension" was not found. 496. public boolean contains(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 543. public boolean intersects(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 560. public Rectangle intersection(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 560. public Rectangle intersection(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 562. Rectangle res = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 562. Rectangle res = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 563. intersect(this, r, res); ^---------------------^ *** Semantic Error: No accessible method with signature "intersect(Rectangle, ??, ??)" was found in type "Rectangle". 575. public Rectangle union(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 575. public Rectangle union(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 577. Rectangle res = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 577. Rectangle res = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 578. union(this, r, res); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "union(Rectangle, ??, ??)" was found in type "Rectangle". Perhaps you wanted the overloaded version "?? union(?? r);" instead? 594. add((double) x, (double) y); ^-------------------------^ *** Semantic Error: No applicable overload for a method with signature "add(double, double)" was found in type "Rectangle". Perhaps you wanted the overloaded version "void add(int x, int y);" instead? 609. add((double) p.x, (double) p.y); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "add(double, double)" was found in type "Rectangle". Perhaps you wanted the overloaded version "void add(int x, int y);" instead? 620. public void add(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 622. union(this, r, this); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "union(Rectangle, ??, Rectangle)" was found in type "Rectangle". Perhaps you wanted the overloaded version "?? union(?? r);" instead? 670. result |= OUT_LEFT | OUT_RIGHT; ^------^ *** Semantic Error: No accessible field named "OUT_LEFT" was found in type "Rectangle". 670. result |= OUT_LEFT | OUT_RIGHT; ^-------^ *** Semantic Error: No accessible field named "OUT_RIGHT" was found in type "Rectangle". 672. result |= OUT_LEFT; ^------^ *** Semantic Error: No accessible field named "OUT_LEFT" was found in type "Rectangle". 674. result |= OUT_RIGHT; ^-------^ *** Semantic Error: No accessible field named "OUT_RIGHT" was found in type "Rectangle". 676. result |= OUT_BOTTOM | OUT_TOP; ^--------^ *** Semantic Error: No accessible field named "OUT_BOTTOM" was found in type "Rectangle". 676. result |= OUT_BOTTOM | OUT_TOP; ^-----^ *** Semantic Error: No accessible field named "OUT_TOP" was found in type "Rectangle". 678. result |= OUT_TOP; ^-----^ *** Semantic Error: No accessible field named "OUT_TOP" was found in type "Rectangle". 680. result |= OUT_BOTTOM; ^--------^ *** Semantic Error: No accessible field named "OUT_BOTTOM" was found in type "Rectangle". 695. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 695. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 698. Rectangle2D res = r.getBounds2D(); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 699. intersect(this, r, res); ^---------------------^ *** Semantic Error: No accessible method with signature "intersect(Rectangle, ??, ??)" was found in type "Rectangle". 712. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 712. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 715. Rectangle2D res = r.getBounds2D(); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 716. union(this, r, res); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "union(Rectangle, ??, ??)" was found in type "Rectangle". Perhaps you wanted the overloaded version "?? union(?? r);" instead? 734. if (! (obj instanceof Rectangle2D)) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 736. Rectangle2D r = (Rectangle2D) obj; ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 736. Rectangle2D r = (Rectangle2D) obj; ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 750. return getClass().getName() + "[x=" + x + ",y=" + y + ",width=" + width ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Rectangle". Found 24 semantic errors compiling "../java/awt/font/GlyphVector.java": 42. import java.awt.Rectangle; ^-------^ *** Semantic Error: Type "java.awt.Rectangle" was not found. 51. public abstract class GlyphVector implements Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 66. public abstract boolean equals (GlyphVector set); ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 68. public abstract Font getFont (); ^--^ *** Semantic Error: Type "Font" was not found. 74. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 80. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 91. public abstract Shape getGlyphLogicalBounds (int glyphIndex); ^---^ *** Semantic Error: Type "Shape" was not found. 95. public abstract Shape getGlyphOutline (int glyphIndex); ^---^ *** Semantic Error: Type "Shape" was not found. 97. public Shape getGlyphOutline (int glyphIndex, float x, float y) ^---^ *** Semantic Error: Type "Shape" was not found. 99. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 102. public Rectangle getGlyphPixelBounds (int index, FontRenderContext renderFRC, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 105. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 108. public abstract Point2D getGlyphPosition (int glyphIndex); ^-----^ *** Semantic Error: Type "Point2D" was not found. 114. public abstract AffineTransform getGlyphTransform (int glyphIndex); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 116. public abstract Shape getGlyphVisualBounds (int glyphIndex); ^---^ *** Semantic Error: Type "Shape" was not found. 120. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 123. public abstract Rectangle2D getLogicalBounds (); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 127. public abstract Shape getOutline (); ^---^ *** Semantic Error: Type "Shape" was not found. 129. public abstract Shape getOutline (float x, float y); ^---^ *** Semantic Error: Type "Shape" was not found. 131. public Rectangle getPixelBounds (FontRenderContext renderFRC, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 134. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 137. public abstract Rectangle2D getVisualBounds (); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 141. public abstract void setGlyphPosition (int glyphIndex, Point2D newPos); ^-----^ *** Semantic Error: Type "Point2D" was not found. 144. AffineTransform newTX); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. Found 2 semantic errors compiling "../java/awt/peer/TextComponentPeer.java": 55. Rectangle getCharacterBounds(int pos); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 64. InputMethodRequests getInputMethodRequests(); ^-----------------^ *** Semantic Error: Type "InputMethodRequests" was not found. Found 4 semantic errors compiling "../java/awt/peer/TextFieldPeer.java": 45. Dimension minimumSize(int len); ^-------^ *** Semantic Error: Type "Dimension" was not found. 46. Dimension preferredSize(int len); ^-------^ *** Semantic Error: Type "Dimension" was not found. 47. Dimension getMinimumSize(int len); ^-------^ *** Semantic Error: Type "Dimension" was not found. 48. Dimension getPreferredSize(int len); ^-------^ *** Semantic Error: Type "Dimension" was not found. Found 4 semantic errors compiling "../java/awt/peer/TextAreaPeer.java": 47. Dimension minimumSize(int rows, int cols); ^-------^ *** Semantic Error: Type "Dimension" was not found. 48. Dimension getMinimumSize(int rows, int cols); ^-------^ *** Semantic Error: Type "Dimension" was not found. 49. Dimension preferredSize(int rows, int cols); ^-------^ *** Semantic Error: Type "Dimension" was not found. 50. Dimension getPreferredSize(int rows, int cols); ^-------^ *** Semantic Error: Type "Dimension" was not found. Found 1 semantic error compiling "../java/awt/event/AdjustmentListener.java": 50. public interface AdjustmentListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 3 semantic errors compiling "../java/awt/Adjustable.java": 41. import java.awt.event.AdjustmentListener; ^----------------^ *** Semantic Error: Type "java.awt.event.AdjustmentListener" was not found. 162. void addAdjustmentListener(AdjustmentListener listener); ^----------------^ *** Semantic Error: Type "AdjustmentListener" was not found. 170. void removeAdjustmentListener(AdjustmentListener listener); ^----------------^ *** Semantic Error: Type "AdjustmentListener" was not found. Found 3 semantic errors compiling "../java/awt/peer/ScrollPanePeer.java": 41. import java.awt.Adjustable; ^--------^ *** Semantic Error: Type "java.awt.Adjustable" was not found. 49. void setUnitIncrement(Adjustable item, int inc); ^--------^ *** Semantic Error: Type "Adjustable" was not found. 50. void setValue(Adjustable item, int value); ^--------^ *** Semantic Error: Type "Adjustable" was not found. Found 4 semantic errors compiling "../java/awt/Event.java": 46. public class Event implements java.io.Serializable ^------------------^ *** Semantic Error: Type "Serializable" was not found. 119. public Event evt; ^---^ *** Semantic Error: Type "Event" was not found. <--------------------------------- 166. return "id=" + id + ",x=" + x + ",y=" + y 167. + ",target=" + target + ",arg=" + arg; ------------------------------------------> *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 177. return getClass().getName() + "[" + paramString() + "]"; ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Event". Found 2 semantic errors compiling "../java/awt/peer/MenuComponentPeer.java": 41. import java.awt.Font; ^--^ *** Semantic Error: A candidate for type "Font" was found, but it is invalid and needs to be fixed before this type will successfully compile. 53. void setFont (Font font); ^--^ *** Semantic Error: Type "Font" was not found. Found 2 semantic errors compiling "../java/awt/peer/MenuPeer.java": 41. import java.awt.MenuItem; ^------^ *** Semantic Error: Type "java.awt.MenuItem" was not found. 45. void addItem (MenuItem item); ^------^ *** Semantic Error: Type "MenuItem" was not found. Found 3 semantic errors compiling "../java/awt/peer/PopupMenuPeer.java": 42. import java.awt.Event; ^---^ *** Semantic Error: Type "java.awt.Event" was not found. 49. void show (Component origin, int x, int y); ^-------^ *** Semantic Error: Type "Component" was not found. 51. void show (Event e); ^---^ *** Semantic Error: Type "Event" was not found. Found 5 semantic errors compiling "../java/awt/geom/Dimension2D.java": 50. public abstract class Dimension2D implements Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 92. public void setSize(Dimension2D d) ^---------^ *** Semantic Error: Type "Dimension2D" was not found. 113. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 115. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 115. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 11 semantic errors compiling "../java/awt/Dimension.java": 41. import java.awt.geom.Dimension2D; ^---------^ *** Semantic Error: Type "java.awt.geom.Dimension2D" was not found. 64. public class Dimension extends Dimension2D implements Serializable ^---------^ *** Semantic Error: Type "Dimension2D" was not found. 64. public class Dimension extends Dimension2D implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 103. public Dimension(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 162. public Dimension getSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 164. return new Dimension(width, height); ^-------^ *** Semantic Error: Type "Dimension" was not found. 176. public void setSize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 204. if (! (obj instanceof Dimension)) ^-------^ *** Semantic Error: Type "Dimension" was not found. 206. Dimension dim = (Dimension) obj; ^-------^ *** Semantic Error: Type "Dimension" was not found. 206. Dimension dim = (Dimension) obj; ^-------^ *** Semantic Error: Type "Dimension" was not found. 231. return getClass().getName() ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Dimension". Found 5 semantic errors compiling "../java/awt/peer/ListPeer.java": 41. import java.awt.Dimension; ^-------^ *** Semantic Error: Type "java.awt.Dimension" was not found. 52. Dimension minimumSize(int s); ^-------^ *** Semantic Error: Type "Dimension" was not found. 53. Dimension preferredSize(int s); ^-------^ *** Semantic Error: Type "Dimension" was not found. 58. Dimension getPreferredSize(int s); ^-------^ *** Semantic Error: Type "Dimension" was not found. 59. Dimension getMinimumSize(int s); ^-------^ *** Semantic Error: Type "Dimension" was not found. Found 2 semantic errors compiling "../java/awt/peer/FileDialogPeer.java": 41. import java.io.FilenameFilter; ^------------^ *** Semantic Error: Type "java.io.FilenameFilter" was not found. 49. void setFilenameFilter (FilenameFilter ff); ^------------^ *** Semantic Error: Type "FilenameFilter" was not found. Found 2 semantic errors compiling "../java/awt/CheckboxGroup.java": 48. public class CheckboxGroup implements java.io.Serializable ^------------------^ *** Semantic Error: Type "Serializable" was not found. 169. return(getClass().getName() + "[selectedCheckbox=" + selectedCheckbox + "]"); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "CheckboxGroup". Found 2 semantic errors compiling "../java/awt/peer/CheckboxPeer.java": 41. import java.awt.CheckboxGroup; ^-----------^ *** Semantic Error: Type "java.awt.CheckboxGroup" was not found. 45. void setCheckboxGroup (CheckboxGroup group); ^-----------^ *** Semantic Error: Type "CheckboxGroup" was not found. Found 12 semantic errors compiling "../java/awt/color/ColorSpace.java": 49. public abstract class ColorSpace implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 94. private static final ColorSpace[] INSTANCES = new ColorSpace[CS_COUNT]; ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 94. private static final ColorSpace[] INSTANCES = new ColorSpace[CS_COUNT]; ^--------^ *** Semantic Error: Type "ColorSpace" was not found. <------------------------------------------------ 108. protected ColorSpace(int type, int numcomponents) . . . 112. } --> *** Semantic Error: The blank final field "type" 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. 114. public static ColorSpace getInstance(int colorspace) ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 121. ICC_Profile profile = new ICC_Profile(colorspace); ^---------^ *** Semantic Error: Type "ICC_Profile" was not found. 121. ICC_Profile profile = new ICC_Profile(colorspace); ^---------^ *** Semantic Error: Type "ICC_Profile" was not found. 122. INSTANCES[instanceIndex] = new ICC_ColorSpace(profile); ^------------^ *** Semantic Error: Type "ICC_ColorSpace" was not found. 126. throw new IllegalArgumentException("unknown/unsupported colorspace"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 161. return "type " + type; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 170. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 180. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 3 semantic errors compiling "../java/awt/image/DataBuffer.java": 117. this.dataType = dataType; ^------^ *** Semantic Error: The instance field "dataType" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBuffer" or any of its enclosing types. 184. throw new ArrayIndexOutOfBoundsException(); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 218. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 12 semantic errors compiling "../java/awt/image/DataBufferUShort.java": 69. super(TYPE_USHORT, size, 1, 0); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 84. super(TYPE_USHORT, size, numBanks); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 99. super(TYPE_USHORT, size, 1, 0); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 101. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 119. super(TYPE_USHORT, size, 1, offset); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 121. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 138. super(TYPE_USHORT, size, dataArray.length); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 156. super(TYPE_USHORT, size, dataArray.length, offsets); ^---------^ *** Semantic Error: The field "TYPE_USHORT" in type "DataBuffer" has public access and is not accessible here. 202. return data[i+offset] & 0xffff; // get unsigned short as int ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferUShort" or any of its enclosing types. 217. return bankData[bank][i+offsets[bank]] & 0xffff; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferUShort" or any of its enclosing types. 230. data[i+offset] = (short) val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferUShort" or any of its enclosing types. 244. bankData[bank][i+offsets[bank]] = (short) val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferUShort" or any of its enclosing types. Found 10 semantic errors compiling "../java/awt/image/DataBufferShort.java": 69. super(TYPE_SHORT, size, 1, 0); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 84. super(TYPE_SHORT, size, numBanks); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 101. super(TYPE_SHORT, size, 1, 0); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 121. super(TYPE_SHORT, size, 1, offset); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 138. super(TYPE_SHORT, size, dataArray.length); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 156. super(TYPE_SHORT, size, dataArray.length, offsets); ^--------^ *** Semantic Error: The field "TYPE_SHORT" in type "DataBuffer" has public access and is not accessible here. 202. return data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferShort" or any of its enclosing types. 216. return bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferShort" or any of its enclosing types. 229. data[i+offset] = (short) val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferShort" or any of its enclosing types. 243. bankData[bank][i+offsets[bank]] = (short) val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferShort" or any of its enclosing types. Found 10 semantic errors compiling "../java/awt/image/DataBufferInt.java": 68. super(TYPE_INT, size, 1, 0); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 83. super(TYPE_INT, size, numBanks); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 100. super(TYPE_INT, size, 1, 0); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 120. super(TYPE_INT, size, 1, offset); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 137. super(TYPE_INT, size, dataArray.length); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 155. super(TYPE_INT, size, dataArray.length, offsets); ^------^ *** Semantic Error: The field "TYPE_INT" in type "DataBuffer" has public access and is not accessible here. 200. return data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferInt" or any of its enclosing types. 215. return bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferInt" or any of its enclosing types. 228. data[i+offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferInt" or any of its enclosing types. 242. bankData[bank][i+offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferInt" or any of its enclosing types. Found 14 semantic errors compiling "../java/awt/image/DataBufferFloat.java": 70. super(TYPE_FLOAT, size, 1, 0); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 85. super(TYPE_FLOAT, size, numBanks); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 102. super(TYPE_FLOAT, size, 1, 0); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 122. super(TYPE_FLOAT, size, 1, offset); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 139. super(TYPE_FLOAT, size, dataArray.length); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 157. super(TYPE_FLOAT, size, dataArray.length, offsets); ^--------^ *** Semantic Error: The field "TYPE_FLOAT" in type "DataBuffer" has public access and is not accessible here. 203. return (int) data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 217. return (int) bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 230. data[i+offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 244. bankData[bank][i+offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 249. return data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 254. return bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 259. data[i+offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. 264. bankData[bank][i+offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferFloat" or any of its enclosing types. Found 18 semantic errors compiling "../java/awt/image/DataBufferDouble.java": 72. super(TYPE_DOUBLE, size, 1, 0); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 87. super(TYPE_DOUBLE, size, numBanks); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 104. super(TYPE_DOUBLE, size, 1, 0); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 124. super(TYPE_DOUBLE, size, 1, offset); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 141. super(TYPE_DOUBLE, size, dataArray.length); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 159. super(TYPE_DOUBLE, size, dataArray.length, offsets); ^---------^ *** Semantic Error: The field "TYPE_DOUBLE" in type "DataBuffer" has public access and is not accessible here. 205. return (int) data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 219. return (int) bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 232. data[i+offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 246. bankData[bank][i+offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 251. return (float) data[i+offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 256. return (float) bankData[bank][i+offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 261. data[i+offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 266. bankData[bank][i+offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 271. return data[i + offset]; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 276. return bankData[bank][i + offsets[bank]]; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 281. data[i + offset] = val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. 286. bankData[bank][i + offsets[bank]] = val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferDouble" or any of its enclosing types. Found 10 semantic errors compiling "../java/awt/image/DataBufferByte.java": 68. super(TYPE_BYTE, size, 1, 0); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 83. super(TYPE_BYTE, size, numBanks); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 100. super(TYPE_BYTE, size, 1, 0); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 120. super(TYPE_BYTE, size, 1, offset); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 137. super(TYPE_BYTE, size, dataArray.length); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 155. super(TYPE_BYTE, size, dataArray.length, offsets); ^-------^ *** Semantic Error: The field "TYPE_BYTE" in type "DataBuffer" has public access and is not accessible here. 201. return data[i+offset] & 0xff; // get unsigned byte as int ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferByte" or any of its enclosing types. 216. return bankData[bank][i+offsets[bank]] & 0xff; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferByte" or any of its enclosing types. 229. data[i+offset] = (byte) val; ^----^ *** Semantic Error: The instance field "offset" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferByte" or any of its enclosing types. 243. bankData[bank][i+offsets[bank]] = (byte) val; ^-----^ *** Semantic Error: The instance field "offsets" in class "DataBuffer" has protected access, but the qualifying expression is not of type "DataBufferByte" or any of its enclosing types. Found 66 semantic errors compiling "../gnu/java/awt/Buffers.java": 41. import java.awt.image.DataBuffer; ^--------^ *** Semantic Error: Type "java.awt.image.DataBuffer" was not found. 42. import java.awt.image.DataBufferByte; ^------------^ *** Semantic Error: Type "java.awt.image.DataBufferByte" was not found. 43. import java.awt.image.DataBufferDouble; ^--------------^ *** Semantic Error: Type "java.awt.image.DataBufferDouble" was not found. 44. import java.awt.image.DataBufferFloat; ^-------------^ *** Semantic Error: Type "java.awt.image.DataBufferFloat" was not found. 45. import java.awt.image.DataBufferInt; ^-----------^ *** Semantic Error: Type "java.awt.image.DataBufferInt" was not found. 46. import java.awt.image.DataBufferShort; ^-------------^ *** Semantic Error: Type "java.awt.image.DataBufferShort" was not found. 47. import java.awt.image.DataBufferUShort; ^--------------^ *** Semantic Error: Type "java.awt.image.DataBufferUShort" was not found. 62. public static DataBuffer createBuffer(int dataType, Object data, ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 77. public static DataBuffer createBuffer(int dataType, int size) { ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 88. public static DataBuffer createBuffer(int dataType, int size, int numBanks) ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 93. return new DataBufferByte(size, numBanks); ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 95. return new DataBufferShort(size, numBanks); ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 97. return new DataBufferUShort(size, numBanks); ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 99. return new DataBufferInt(size, numBanks); ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 101. return new DataBufferFloat(size, numBanks); ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 103. return new DataBufferDouble(size, numBanks); ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 105. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 116. public static DataBuffer createBufferFromData(int dataType, Object data, ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 122. return new DataBufferByte((byte[]) data, size); ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 122. return new DataBufferByte((byte[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "byte[]". 124. return new DataBufferShort((short[]) data, size); ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 124. return new DataBufferShort((short[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 126. return new DataBufferUShort((short[]) data, size); ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 126. return new DataBufferUShort((short[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "short[]". 128. return new DataBufferInt((int[]) data, size); ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 128. return new DataBufferInt((int[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "int[]". 130. return new DataBufferFloat((float[]) data, size); ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 130. return new DataBufferFloat((float[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "float[]". 132. return new DataBufferDouble((double[]) data, size); ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 132. return new DataBufferDouble((double[]) data, size); ^--^ *** Semantic Error: An expression of type "Object" cannot be cast into type "double[]". 134. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 145. public static Object getData(DataBuffer buffer) ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 147. if (buffer instanceof DataBufferByte) ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 148. return ((DataBufferByte) buffer).getData(); ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 150. if (buffer instanceof DataBufferShort) ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 151. return ((DataBufferShort) buffer).getData(); ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 153. if (buffer instanceof DataBufferUShort) ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 154. return ((DataBufferUShort) buffer).getData(); ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 156. if (buffer instanceof DataBufferInt) ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 157. return ((DataBufferInt) buffer).getData(); ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 159. if (buffer instanceof DataBufferFloat) ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 160. return ((DataBufferFloat) buffer).getData(); ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 162. if (buffer instanceof DataBufferDouble) ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 163. return ((DataBufferDouble) buffer).getData(); ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 165. throw new ClassCastException("Unknown data buffer type"); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. 174. public static Object getData(DataBuffer src, int srcOffset, ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 178. Object from; ^----^ *** Semantic Error: Type "Object" was not found. 179. if (src instanceof DataBufferByte) ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 181. from = ((DataBufferByte) src).getData(); ^------------^ *** Semantic Error: Type "DataBufferByte" was not found. 182. if (dest == null) dest = new byte[length+destOffset]; ^--------------------------------^ *** Semantic Error: The type of the right sub-expression, "byte[]", is not assignable to the variable, of type "Object". 184. else if (src instanceof DataBufferShort) ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 186. from = ((DataBufferShort) src).getData(); ^-------------^ *** Semantic Error: Type "DataBufferShort" was not found. 187. if (dest == null) dest = new short[length+destOffset]; ^---------------------------------^ *** Semantic Error: The type of the right sub-expression, "short[]", is not assignable to the variable, of type "Object". 189. else if (src instanceof DataBufferUShort) ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 191. from = ((DataBufferUShort) src).getData(); ^--------------^ *** Semantic Error: Type "DataBufferUShort" was not found. 192. if (dest == null) dest = new short[length+destOffset]; ^---------------------------------^ *** Semantic Error: The type of the right sub-expression, "short[]", is not assignable to the variable, of type "Object". 194. else if (src instanceof DataBufferInt) ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 196. from = ((DataBufferInt) src).getData(); ^-----------^ *** Semantic Error: Type "DataBufferInt" was not found. 197. if (dest == null) dest = new int[length+destOffset]; ^-------------------------------^ *** Semantic Error: The type of the right sub-expression, "int[]", is not assignable to the variable, of type "Object". 199. else if (src instanceof DataBufferFloat) ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 201. from = ((DataBufferFloat) src).getData(); ^-------------^ *** Semantic Error: Type "DataBufferFloat" was not found. 202. if (dest == null) dest = new float[length+destOffset]; ^---------------------------------^ *** Semantic Error: The type of the right sub-expression, "float[]", is not assignable to the variable, of type "Object". 204. else if (src instanceof DataBufferDouble) ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 206. from = ((DataBufferDouble) src).getData(); ^--------------^ *** Semantic Error: Type "DataBufferDouble" was not found. 207. if (dest == null) dest = new double[length+destOffset]; ^----------------------------------^ *** Semantic Error: The type of the right sub-expression, "double[]", is not assignable to the variable, of type "Object". 211. throw new ClassCastException("Unknown data buffer type"); ^----------------^ *** Semantic Error: Type "ClassCastException" was not found. Found 50 semantic errors compiling "../java/awt/image/ColorModel.java": 41. import gnu.java.awt.Buffers; ^-----^ *** Semantic Error: Type "gnu.java.awt.Buffers" was not found. 44. import java.awt.Transparency; ^----------^ *** Semantic Error: Type "java.awt.Transparency" was not found. 45. import java.awt.color.ColorSpace; ^--------^ *** Semantic Error: Type "java.awt.color.ColorSpace" was not found. 85. public abstract class ColorModel implements Transparency ^----------^ *** Semantic Error: Type "Transparency" was not found. 91. ColorSpace cspace; ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 123. TRANSLUCENT, ^---------^ *** Semantic Error: No accessible field named "TRANSLUCENT" was found in type "ColorModel". 136. protected ColorModel(int pixel_bits, int[] bits, ColorSpace cspace, ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 144. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. <-------------------------------------------- 149. if ((bits.length < cspace.getNumComponents()) . . . 159. this.transferType = transferType; ------------------------------------> *** Semantic Error: These statements are unreachable. 151. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 164. ColorModel cloneColorModel(ColorSpace cspace) ^--------^ *** Semantic Error: Type "ColorModel" was not found. 164. ColorModel cloneColorModel(ColorSpace cspace) ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 166. Class cls = this.getClass(); ^---^ *** Semantic Error: Type "Class" was not found. 167. ColorModel cm; ^--------^ *** Semantic Error: Type "ColorModel" was not found. 170. Constructor ctor = ^---------^ *** Semantic Error: Type "Constructor" was not found. 171. cls.getConstructor(new Class[]{int.class, int[].class, ^---^ *** Semantic Error: Type "Class" was not found. <----------------------- 171. cls.getConstructor(new Class[]{int.class, int[].class, . . . 173. boolean.class, int.class, int.class}); --------------------------------------------------------------------------> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 174. cm = (ColorModel)ctor. ^--------^ *** Semantic Error: Type "ColorModel" was not found. 175. newInstance(new Object[]{new Integer(pixel_bits), ^----^ *** Semantic Error: Type "Object" was not found. <------------------------ 175. newInstance(new Object[]{new Integer(pixel_bits), . . . 179. new Integer(transferType)}); ----------------------------------------------------------> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 181. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 183. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 197. public static ColorModel getRGBdefault() ^--------^ *** Semantic Error: Type "ColorModel" was not found. 199. return new DirectColorModel(32, 0xff0000, 0xff00, 0xff, 0xff000000); ^--------------^ *** Semantic Error: Type "DirectColorModel" was not found. 312. DataBuffer data = ^--------^ *** Semantic Error: Type "DataBuffer" was not found. 314. Object da = Buffers.getData(data); ^----^ *** Semantic Error: Type "Object" was not found. 423. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 444. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 466. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 525. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 554. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 586. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 625. if (!(obj instanceof ColorModel)) return false; ^--------^ *** Semantic Error: Type "ColorModel" was not found. 627. ColorModel o = (ColorModel) obj; ^--------^ *** Semantic Error: Type "ColorModel" was not found. 627. ColorModel o = (ColorModel) obj; ^--------^ *** Semantic Error: Type "ColorModel" was not found. 638. public final ColorSpace getColorSpace() ^--------^ *** Semantic Error: Type "ColorSpace" was not found. 644. public ColorModel coerceData(WritableRaster raster, ^--------^ *** Semantic Error: Type "ColorModel" was not found. 644. public ColorModel coerceData(WritableRaster raster, ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 684. public boolean isCompatibleRaster(Raster raster) ^----^ *** Semantic Error: Type "Raster" was not found. 686. SampleModel sampleModel = raster.getSampleModel(); ^---------^ *** Semantic Error: Type "SampleModel" was not found. 687. return isCompatibleSampleModel(sampleModel); ^----------------------------------^ *** Semantic Error: No applicable overload for a method with signature "isCompatibleSampleModel(??)" was found in type "ColorModel". Perhaps you wanted the overloaded version "boolean isCompatibleSampleModel(?? sm);" instead? 691. public WritableRaster createCompatibleWritableRaster(int w, int h) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 693. return new WritableRaster(createCompatibleSampleModel(w, h), ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 694. new Point(0, 0)); ^---^ *** Semantic Error: Type "Point" was not found. 698. public SampleModel createCompatibleSampleModel(int w, int h) ^---------^ *** Semantic Error: Type "SampleModel" was not found. 700. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 704. public boolean isCompatibleSampleModel(SampleModel sm) ^---------^ *** Semantic Error: Type "SampleModel" was not found. 721. public WritableRaster getAlphaRaster(WritableRaster raster) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 721. public WritableRaster getAlphaRaster(WritableRaster raster) ^------------^ *** Semantic Error: Type "WritableRaster" was not found. 756. return getClass().getName() + "[" + stringParam() + "]"; ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "ColorModel". Found 2 semantic errors compiling "../java/text/Annotation.java": 77. this.attrib = attrib; ^----^ *** Semantic Error: The field "attrib" in type "Annotation" has private access and is not accessible here. 109. return(getClass().getName() + "[value=" + attrib.toString() + "]"); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Annotation". Found 17 semantic errors compiling "../java/awt/im/InputMethodHighlight.java": 41. import java.text.Annotation; ^--------^ *** Semantic Error: Type "java.text.Annotation" was not found. 73. public static final InputMethodHighlight UNSELECTED_RAW_TEXT_HIGHLIGHT ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 74. = new InputMethodHighlight(false, RAW_TEXT); ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 77. public static final InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 78. = new InputMethodHighlight(true, RAW_TEXT); ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 81. public static final InputMethodHighlight UNSELECTED_CONVERTED_TEXT_HIGHLIGHT ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 82. = new InputMethodHighlight(false, CONVERTED_TEXT); ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 85. public static final InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 86. = new InputMethodHighlight(true, CONVERTED_TEXT); ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. 98. private final Map style; ^-^ *** Semantic Error: Type "Map" was not found. <---------------------------------------------------------------------- 136. public InputMethodHighlight(boolean selected, int state, int variation, . . . 145. } --> *** Semantic Error: The blank final field "style" 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. <---------------------------------------------------------------------- 136. public InputMethodHighlight(boolean selected, int state, int variation, . . . 145. } --> *** Semantic Error: The blank final field "variation" 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. <---------------------------------------------------------------------- 136. public InputMethodHighlight(boolean selected, int state, int variation, . . . 145. } --> *** Semantic Error: The blank final field "state" 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. <---------------------------------------------------------------------- 136. public InputMethodHighlight(boolean selected, int state, int variation, . . . 145. } --> *** Semantic Error: The blank final field "selected" 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. 137. Map style) ^-^ *** Semantic Error: Type "Map" was not found. 140. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 184. public Map getStyle() ^-^ *** Semantic Error: Type "Map" was not found. Found 124 semantic errors compiling "../java/awt/event/KeyEvent.java": <------------------------------------------------------------------ 1101. public KeyEvent(Component source, int id, long when, int modifiers, . . . 1113. } --> *** Semantic Error: The blank final field "keyLocation" 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. 1101. public KeyEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. 1112. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 1129. public KeyEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. 1149. public KeyEvent(Component source, int id, long when, int modifiers, ^-------^ *** Semantic Error: Type "Component" was not found. 1245. return "Cancel"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1247. return "Backspace"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1249. return "Tab"; ^---^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1251. return "Enter"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1253. return "Clear"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1255. return "Shift"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1257. return "Ctrl"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1259. return "Alt"; ^---^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1261. return "Pause"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1263. return "Caps Lock"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1265. return "Kana"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1267. return "Final"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1269. return "Kanji"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1271. return "Escape"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1273. return "Convert"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1275. return "No Convert"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1277. return "Accept"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1279. return "Mode Change"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1281. return "Space"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1283. return "Page Up"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1285. return "Page Down"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1287. return "End"; ^---^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1289. return "Home"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1292. return "Left"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1295. return "Up"; ^--^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1298. return "Right"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1301. return "Down"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1303. return "Minus"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1305. return "NumPad *"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1307. return "NumPad +"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1309. return "NumPad ,"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1311. return "NumPad -"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1313. return "NumPad ."; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1315. return "NumPad /"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1317. return "Delete"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1319. return "Dead Grave"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1321. return "Dead Acute"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1323. return "Dead Circumflex"; ^---------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1325. return "Dead Tilde"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1327. return "Dead Macron"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1329. return "Dead Breve"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1331. return "Dead Above Dot"; ^--------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1333. return "Dead Diaeresis"; ^--------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1335. return "Dead Above Ring"; ^---------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1337. return "Dead Double Acute"; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1339. return "Dead Caron"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1341. return "Dead Cedilla"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1343. return "Dead Ogonek"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1345. return "Dead Iota"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1347. return "Dead Voiced Sound"; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1349. return "Dead Semivoiced Sound"; ^---------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1351. return "Num Lock"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1353. return "Scroll Lock"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1355. return "Ampersand"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1357. return "Asterisk"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1359. return "Double Quote"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1361. return "Less"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1363. return "Print Screen"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1365. return "Insert"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1367. return "Help"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1369. return "Meta"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1371. return "Greater"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1373. return "Left Brace"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1375. return "Right Brace"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1377. return "Back Quote"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1379. return "Quote"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1381. return "Alphanumeric"; ^------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1383. return "Katakana"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1385. return "Hiragana"; ^--------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1387. return "Full-Width"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1389. return "Half-Width"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1391. return "Roman Characters"; ^----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1393. return "All Candidates"; ^--------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1395. return "Previous Candidate"; ^------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1397. return "Code Input"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1399. return "Japanese Katakana"; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1401. return "Japanese Hiragana"; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1403. return "Japanese Roman"; ^--------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1405. return "Kana Lock"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1407. return "Input Method On/Off"; ^-------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1409. return "At"; ^--^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1411. return "Colon"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1413. return "Circumflex"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1415. return "Dollar"; ^------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1417. return "Euro"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1419. return "Exclamation Mark"; ^----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1421. return "Inverted Exclamation Mark"; ^-------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1423. return "Left Parenthesis"; ^----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1425. return "Number Sign"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1427. return "Plus"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1429. return "Right Parenthesis"; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1431. return "Underscore"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1433. return "Compose"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1435. return "Alt Graph"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1437. return "Stop"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1439. return "Again"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1441. return "Props"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1443. return "Undo"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1445. return "Copy"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1447. return "Paste"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1449. return "Find"; ^----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1451. return "Cut"; ^---^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1496. return "" + (char) keyCode; ^-----------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1507. return "NumPad-" + (keyCode - VK_NUMPAD0); ^--------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1520. return "F" + (keyCode - (VK_F1 - 1)); ^---------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1533. return "F" + (keyCode - (VK_F13 - 13)); ^-----------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1655. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1655. StringBuffer s = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1657. switch (id) ^^ *** Semantic Error: No accessible field named "id" was found in type "KeyEvent". 1698. if ((modifiers & CONVERT_MASK) != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 1698. if ((modifiers & CONVERT_MASK) != 0) ^----------^ *** Semantic Error: The field "CONVERT_MASK" in type "InputEvent" has default access and is not accessible here. 1699. s.append(",modifiers=").append(getModifiersExText(modifiers ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 1700. & CONVERT_MASK)); ^----------^ *** Semantic Error: The field "CONVERT_MASK" in type "InputEvent" has default access and is not accessible here. 1701. if (modifiers != 0) ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 1702. s.append(",extModifiers=").append(getModifiersExText(modifiers)); ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. 1734. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 1735. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 1738. modifiersEx = EventModifier.extend(modifiers) & EventModifier.NEW_MASK; ^---------^ *** Semantic Error: The field "modifiersEx" in type "InputEvent" has default access and is not accessible here. 1738. modifiersEx = EventModifier.extend(modifiers) & EventModifier.NEW_MASK; ^-------^ *** Semantic Error: The field "modifiers" in type "InputEvent" has default access and is not accessible here. Found 2 semantic errors compiling "../java/awt/event/AWTEventListener.java": 57. public interface AWTEventListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 64. void eventDispatched(AWTEvent event); ^------^ *** Semantic Error: Type "AWTEvent" was not found. Found 1 semantic error compiling "../java/awt/dnd/DragSourceListener.java": 53. public interface DragSourceListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../java/awt/dnd/DragSourceMotionListener.java": 56. public interface DragSourceMotionListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 25 semantic errors compiling "../java/awt/dnd/DragSourceContext.java": 46. import java.awt.dnd.peer.DragSourceContextPeer; ^-------------------^ *** Semantic Error: Type "java.awt.dnd.peer.DragSourceContextPeer" was not found. 54. implements DragSourceListener, DragSourceMotionListener, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 66. private DragSourceContextPeer peer; ^-------------------^ *** Semantic Error: Type "DragSourceContextPeer" was not found. 67. private Cursor cursor; ^----^ *** Semantic Error: Type "Cursor" was not found. 68. private Transferable transferable; ^----------^ *** Semantic Error: Type "Transferable" was not found. 70. private DragSourceListener dragSourceListener; ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 73. private Image image; ^---^ *** Semantic Error: Type "Image" was not found. 74. private Point offset; ^---^ *** Semantic Error: Type "Point" was not found. 85. public DragSourceContext (DragSourceContextPeer peer, ^-------------------^ *** Semantic Error: Type "DragSourceContextPeer" was not found. 86. DragGestureEvent trigger, Cursor cursor, ^----^ *** Semantic Error: Type "Cursor" was not found. 87. Image image, Point offset, Transferable trans, ^---^ *** Semantic Error: Type "Image" was not found. 87. Image image, Point offset, Transferable trans, ^---^ *** Semantic Error: Type "Point" was not found. 87. Image image, Point offset, Transferable trans, ^----------^ *** Semantic Error: Type "Transferable" was not found. 88. DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 92. throw new NullPointerException (); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 99. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 109. throw new Error ("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 117. public Component getComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 132. public void setCursor (Cursor cursor) ^----^ *** Semantic Error: Type "Cursor" was not found. 138. public Cursor getCursor() ^----^ *** Semantic Error: Type "Cursor" was not found. 149. public void addDragSourceListener (DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 150. throws TooManyListenersException ^-----------------------^ *** Semantic Error: Type "TooManyListenersException" was not found. 153. throw new TooManyListenersException (); ^-----------------------^ *** Semantic Error: Type "TooManyListenersException" was not found. 158. public void removeDragSourceListener (DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 192. public Transferable getTransferable() ^----------^ *** Semantic Error: Type "Transferable" was not found. Found 10 semantic errors compiling "../java/awt/dnd/peer/DragSourceContextPeer.java": 44. import java.awt.dnd.DragSourceContext; ^---------------^ *** Semantic Error: Type "java.awt.dnd.DragSourceContext" was not found. 45. import java.awt.dnd.InvalidDnDOperationException; ^--------------------------^ *** Semantic Error: Type "java.awt.dnd.InvalidDnDOperationException" was not found. 52. void startDrag(DragSourceContext context, Cursor c, Image i, Point p) ^---------------^ *** Semantic Error: Type "DragSourceContext" was not found. 52. void startDrag(DragSourceContext context, Cursor c, Image i, Point p) ^----^ *** Semantic Error: Type "Cursor" was not found. 52. void startDrag(DragSourceContext context, Cursor c, Image i, Point p) ^---^ *** Semantic Error: Type "Image" was not found. 52. void startDrag(DragSourceContext context, Cursor c, Image i, Point p) ^---^ *** Semantic Error: Type "Point" was not found. 53. throws InvalidDnDOperationException; ^--------------------------^ *** Semantic Error: Type "InvalidDnDOperationException" was not found. 54. Cursor getCursor(); ^----^ *** Semantic Error: Type "Cursor" was not found. 55. void setCursor(Cursor c) throws InvalidDnDOperationException; ^----^ *** Semantic Error: Type "Cursor" was not found. 55. void setCursor(Cursor c) throws InvalidDnDOperationException; ^--------------------------^ *** Semantic Error: Type "InvalidDnDOperationException" was not found. Found 2 semantic errors compiling "../java/awt/datatransfer/FlavorMap.java": 61. Map getNativesForFlavors (DataFlavor[] flavors); ^-^ *** Semantic Error: Type "Map" was not found. 74. Map getFlavorsForNatives (String[] natives); ^-^ *** Semantic Error: Type "Map" was not found. Found 2 semantic errors compiling "../java/awt/datatransfer/FlavorTable.java": 62. List getNativesForFlavor(DataFlavor flavor); ^--^ *** Semantic Error: Type "List" was not found. 72. List getFlavorsForNative(String name); ^--^ *** Semantic Error: Type "List" was not found. Found 13 semantic errors compiling "../java/awt/datatransfer/SystemFlavorMap.java": 59. private static FlavorMap defaultFlavorMap; ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 79. public Map getNativesForFlavors (DataFlavor[] flavors) ^-^ *** Semantic Error: Type "Map" was not found. 81. return new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 95. public Map getFlavorsForNatives (String[] natives) ^-^ *** Semantic Error: Type "Map" was not found. 97. return new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 103. public static FlavorMap getDefaultFlavorMap () ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 106. defaultFlavorMap = new SystemFlavorMap (); ^-------------^ *** Semantic Error: Type "SystemFlavorMap" was not found. 151. String javaMIMEType = decodeJavaMIMEType (name); ^----^ *** Semantic Error: Type "String" was not found. 154. return new DataFlavor (javaMIMEType); ^--------^ *** Semantic Error: Type "DataFlavor" was not found. 159. public List getFlavorsForNative (String nat) ^--^ *** Semantic Error: Type "List" was not found. 161. throw new Error ("Not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 164. public List getNativesForFlavor (DataFlavor flav) ^--^ *** Semantic Error: Type "List" was not found. 166. throw new Error ("Not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. Found 2 semantic errors compiling "../java/lang/UnsupportedOperationException.java": 96. public UnsupportedOperationException(String message, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 122. public UnsupportedOperationException(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. Found 64 semantic errors compiling "../java/awt/dnd/DragSource.java": 43. import java.awt.GraphicsEnvironment; ^-----------------^ *** Semantic Error: Type "java.awt.GraphicsEnvironment" was not found. 44. import java.awt.HeadlessException; ^---------------^ *** Semantic Error: Type "java.awt.HeadlessException" was not found. 47. import java.awt.Toolkit; ^-----^ *** Semantic Error: Type "java.awt.Toolkit" was not found. 48. import java.awt.datatransfer.FlavorMap; ^-------^ *** Semantic Error: Type "java.awt.datatransfer.FlavorMap" was not found. 49. import java.awt.datatransfer.SystemFlavorMap; ^-------------^ *** Semantic Error: Type "java.awt.datatransfer.SystemFlavorMap" was not found. 51. import java.awt.dnd.peer.DragSourceContextPeer; ^-------------------^ *** Semantic Error: A candidate for type "DragSourceContextPeer" was found, but it is invalid and needs to be fixed before this type will successfully compile. 58. public class DragSource implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 65. public static final Cursor DefaultCopyDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 66. public static final Cursor DefaultMoveDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 67. public static final Cursor DefaultLinkDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 68. public static final Cursor DefaultCopyNoDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 69. public static final Cursor DefaultMoveNoDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 70. public static final Cursor DefaultLinkNoDrop = null; ^----^ *** Semantic Error: Type "Cursor" was not found. 72. private transient FlavorMap flavorMap = SystemFlavorMap.getDefaultFlavorMap (); ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 74. private transient DragSourceListener dragSourceListener; ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 75. private transient DragSourceMotionListener dragSourceMotionListener; ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 85. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 91. public static DragSource getDefaultDragSource() ^--------^ *** Semantic Error: Type "DragSource" was not found. 108. public void startDrag(DragGestureEvent trigger, Cursor dragCursor, ^----^ *** Semantic Error: Type "Cursor" was not found. 109. Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Image" was not found. 109. Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Point" was not found. 110. Transferable trans, DragSourceListener dsl, ^----------^ *** Semantic Error: Type "Transferable" was not found. 110. Transferable trans, DragSourceListener dsl, ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 111. FlavorMap map) ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 122. public void startDrag(DragGestureEvent trigger, Cursor dragCursor, ^----^ *** Semantic Error: Type "Cursor" was not found. 123. Transferable trans, DragSourceListener dsl, ^----------^ *** Semantic Error: Type "Transferable" was not found. 123. Transferable trans, DragSourceListener dsl, ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 124. FlavorMap map) ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 126. startDrag(trigger, dragCursor, null, null, trans, dsl, map); ^---------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "startDrag(DragGestureEvent, ??, null, null, ??, ??, ??)" was found in type "DragSource". Perhaps you wanted the overloaded version "void startDrag(DragGestureEvent trigger, ?? dragCursor, ?? dragImage, ?? imageOffset, ?? trans, ?? dsl, ?? map);" instead? 136. public void startDrag(DragGestureEvent trigger, Cursor dragCursor, ^----^ *** Semantic Error: Type "Cursor" was not found. 137. Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Image" was not found. 137. Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Point" was not found. 138. Transferable trans, DragSourceListener dsl) ^----------^ *** Semantic Error: Type "Transferable" was not found. 138. Transferable trans, DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 140. startDrag(trigger, dragCursor, dragImage, imageOffset, trans, dsl, null); ^----------------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "startDrag(DragGestureEvent, ??, ??, ??, ??, ??, null)" was found in type "DragSource". Perhaps you wanted the overloaded version "void startDrag(DragGestureEvent trigger, ?? dragCursor, ?? dragImage, ?? imageOffset, ?? trans, ?? dsl, ?? map);" instead? 150. public void startDrag(DragGestureEvent trigger, Cursor dragCursor, ^----^ *** Semantic Error: Type "Cursor" was not found. 151. Transferable trans, DragSourceListener dsl) ^----------^ *** Semantic Error: Type "Transferable" was not found. 151. Transferable trans, DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 153. startDrag(trigger, dragCursor, null, null, trans, dsl, null); ^----------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "startDrag(DragGestureEvent, ??, null, null, ??, ??, null)" was found in type "DragSource". Perhaps you wanted the overloaded version "void startDrag(DragGestureEvent trigger, ?? dragCursor, ?? dragImage, ?? imageOffset, ?? trans, ?? dsl, ?? map);" instead? 162. protected DragSourceContext ^---------------^ *** Semantic Error: Type "DragSourceContext" was not found. 163. createDragSourceContext(DragSourceContextPeer peer, DragGestureEvent dge, ^-------------------^ *** Semantic Error: Type "DragSourceContextPeer" was not found. 164. Cursor cursor, Image image, Point offset, ^----^ *** Semantic Error: Type "Cursor" was not found. 164. Cursor cursor, Image image, Point offset, ^---^ *** Semantic Error: Type "Image" was not found. 164. Cursor cursor, Image image, Point offset, ^---^ *** Semantic Error: Type "Point" was not found. 165. Transferable t, DragSourceListener dsl) ^----------^ *** Semantic Error: Type "Transferable" was not found. 165. Transferable t, DragSourceListener dsl) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 170. public FlavorMap getFlavorMap() ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 176. createDragGestureRecognizer(Class recognizer, Component c, int actions, ^-------^ *** Semantic Error: Type "Component" was not found. 185. createDefaultDragGestureRecognizer(Component c, int actions, ^-------^ *** Semantic Error: Type "Component" was not found. 188. return createDragGestureRecognizer (MouseDragGestureRecognizer.class, c, ^------------------------^ *** Semantic Error: Type "MouseDragGestureRecognizer" was not found. 195. public void addDragSourceListener(DragSourceListener l) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 203. public void removeDragSourceListener(DragSourceListener l) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 211. public DragSourceListener[] getDragSourceListeners() ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 213. return (DragSourceListener[]) getListeners (DragSourceListener.class); ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 213. return (DragSourceListener[]) getListeners (DragSourceListener.class); ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 219. public void addDragSourceMotionListener(DragSourceMotionListener l) ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 227. public void removeDragSourceMotionListener(DragSourceMotionListener l) ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 235. public DragSourceMotionListener[] getDragSourceMotionListeners () ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 237. return (DragSourceMotionListener[]) getListeners ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 238. (DragSourceMotionListener.class); ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 244. public EventListener[] getListeners (Class listenerType) ^-----------^ *** Semantic Error: Type "EventListener" was not found. 246. if (listenerType == DragSourceListener.class) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 250. if (listenerType == DragSourceMotionListener.class) ^----------------------^ *** Semantic Error: Type "DragSourceMotionListener" was not found. 255. return new EventListener [0]; ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 32 semantic errors compiling "../java/awt/dnd/DragGestureRecognizer.java": 49. import java.util.TooManyListenersException; ^-----------------------^ *** Semantic Error: Type "java.util.TooManyListenersException" was not found. 55. public abstract class DragGestureRecognizer implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 62. protected DragSource dragSource; ^--------^ *** Semantic Error: Type "DragSource" was not found. 63. protected Component component; ^-------^ *** Semantic Error: Type "Component" was not found. 66. protected ArrayList events = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 66. protected ArrayList events = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 68. protected DragGestureRecognizer(DragSource ds, Component c, int sa, ^--------^ *** Semantic Error: Type "DragSource" was not found. 68. protected DragGestureRecognizer(DragSource ds, Component c, int sa, ^-------^ *** Semantic Error: Type "Component" was not found. 72. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 79. protected DragGestureRecognizer(DragSource ds, Component c, int sa) ^--------^ *** Semantic Error: Type "DragSource" was not found. 79. protected DragGestureRecognizer(DragSource ds, Component c, int sa) ^-------^ *** Semantic Error: Type "Component" was not found. 84. protected DragGestureRecognizer(DragSource ds, Component c) ^--------^ *** Semantic Error: Type "DragSource" was not found. 84. protected DragGestureRecognizer(DragSource ds, Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 89. protected DragGestureRecognizer(DragSource ds) ^--------^ *** Semantic Error: Type "DragSource" was not found. 98. public DragSource getDragSource() ^--------^ *** Semantic Error: Type "DragSource" was not found. 103. public Component getComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 108. public void setComponent(Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 123. public InputEvent getTriggerEvent() ^--------^ *** Semantic Error: Type "InputEvent" was not found. 125. return events.size() > 0 ? (InputEvent) events.get(0) : null; ^--------^ *** Semantic Error: Type "InputEvent" was not found. 130. throw new Error("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 140. throws TooManyListenersException ^-----------------------^ *** Semantic Error: Type "TooManyListenersException" was not found. 143. throw new TooManyListenersException(); ^-----------------------^ *** Semantic Error: Type "TooManyListenersException" was not found. 150. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 154. protected void fireDragGestureRecognized(int dragAction, Point p) ^---^ *** Semantic Error: Type "Point" was not found. 156. throw new Error("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 159. protected void appendEvent(InputEvent e) ^--------^ *** Semantic Error: Type "InputEvent" was not found. 166. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 167. throws ClassNotFoundException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 170. dragGestureListener = (DragGestureListener) s.readObject(); ^-----------------^ *** Semantic Error: Type "DragGestureListener" was not found. 173. private void writeObject(ObjectOutputStream s) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 173. private void writeObject(ObjectOutputStream s) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 176. s.writeObject(dragGestureListener instanceof Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 1 semantic error compiling "../java/awt/dnd/DragGestureListener.java": 54. public interface DragGestureListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 1 semantic error compiling "../java/awt/datatransfer/Transferable.java": 80. throws UnsupportedFlavorException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 10 semantic errors compiling "../java/awt/Point.java": 59. public class Point extends Point2D implements Serializable ^-----^ *** Semantic Error: Type "Point2D" was not found. 59. public class Point extends Point2D implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 101. public Point(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 148. public Point getLocation() ^---^ *** Semantic Error: Type "Point" was not found. 150. return new Point(x, y); ^---^ *** Semantic Error: Type "Point" was not found. 160. public void setLocation(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 233. if (! (obj instanceof Point2D)) ^-----^ *** Semantic Error: Type "Point2D" was not found. 235. Point2D p = (Point2D) obj; ^-----^ *** Semantic Error: Type "Point2D" was not found. 235. Point2D p = (Point2D) obj; ^-----^ *** Semantic Error: Type "Point2D" was not found. 247. return getClass().getName() + "[x=" + x + ",y=" + y + ']'; ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Point". Found 11 semantic errors compiling "../java/awt/Cursor.java": 45. public class Cursor implements java.io.Serializable ^------------------^ *** Semantic Error: Type "Serializable" was not found. 123. protected static Cursor[] predefined = new Cursor[PREDEFINED_COUNT]; ^----^ *** Semantic Error: Type "Cursor" was not found. 123. protected static Cursor[] predefined = new Cursor[PREDEFINED_COUNT]; ^----^ *** Semantic Error: Type "Cursor" was not found. 142. throw new IllegalArgumentException ("invalid cursor " + type); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 168. public static Cursor getPredefinedCursor(int type) ^----^ *** Semantic Error: Type "Cursor" was not found. 171. throw new IllegalArgumentException ("invalid cursor " + type); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 173. predefined[type] = new Cursor(type); ^----^ *** Semantic Error: Type "Cursor" was not found. 185. public static Cursor getSystemCustomCursor(String name) ^----^ *** Semantic Error: Type "Cursor" was not found. 186. throws AWTException ^----------^ *** Semantic Error: Type "AWTException" was not found. 189. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 200. public static Cursor getDefaultCursor() ^----^ *** Semantic Error: Type "Cursor" was not found. Found 33 semantic errors compiling "../java/awt/dnd/DragGestureEvent.java": 42. import java.awt.Cursor; ^----^ *** Semantic Error: Type "java.awt.Cursor" was not found. 44. import java.awt.Point; ^---^ *** Semantic Error: Type "java.awt.Point" was not found. 45. import java.awt.datatransfer.Transferable; ^----------^ *** Semantic Error: Type "java.awt.datatransfer.Transferable" was not found. 58. public class DragGestureEvent extends EventObject ^---------^ *** Semantic Error: Type "EventObject" was not found. 65. private DragSource dragSource; ^--------^ *** Semantic Error: Type "DragSource" was not found. 66. private Component component; ^-------^ *** Semantic Error: Type "Component" was not found. 67. private final Point origin; ^---^ *** Semantic Error: Type "Point" was not found. <--------------------------------------------------------------------------- 70. public DragGestureEvent(DragGestureRecognizer dgr, int action, Point origin, . . . 78. } --> *** Semantic Error: The blank final field "action" 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. <--------------------------------------------------------------------------- 70. public DragGestureEvent(DragGestureRecognizer dgr, int action, Point origin, . . . 78. } --> *** Semantic Error: The blank final field "origin" 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. 70. public DragGestureEvent(DragGestureRecognizer dgr, int action, Point origin, ^-------------------^ *** Semantic Error: Type "DragGestureRecognizer" was not found. 70. public DragGestureEvent(DragGestureRecognizer dgr, int action, Point origin, ^---^ *** Semantic Error: Type "Point" was not found. 71. List events) ^--^ *** Semantic Error: Type "List" was not found. 75. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 80. public DragGestureRecognizer getSourceAsDragGestureRecognizer() ^-------------------^ *** Semantic Error: Type "DragGestureRecognizer" was not found. 82. return (DragGestureRecognizer) source; ^-------------------^ *** Semantic Error: Type "DragGestureRecognizer" was not found. 82. return (DragGestureRecognizer) source; ^----^ *** Semantic Error: No accessible field named "source" was found in type "DragGestureEvent". 84. public Component getComponent() ^-------^ *** Semantic Error: Type "Component" was not found. 88. public DragSource getDragSource() ^--------^ *** Semantic Error: Type "DragSource" was not found. 92. public Point getDragOrigin() ^---^ *** Semantic Error: Type "Point" was not found. 96. public Iterator iterator() ^------^ *** Semantic Error: Type "Iterator" was not found. 112. public InputEvent getTriggerEvent() ^--------^ *** Semantic Error: Type "InputEvent" was not found. 125. public void startDrag(Cursor dragCursor, Transferable trans) ^----^ *** Semantic Error: Type "Cursor" was not found. 125. public void startDrag(Cursor dragCursor, Transferable trans) ^----------^ *** Semantic Error: Type "Transferable" was not found. 127. startDrag(dragCursor, null, null, trans, null); ^--------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "startDrag(??, null, null, ??, null)" was found in type "DragGestureEvent". Perhaps you wanted the overloaded version "void startDrag(?? dragCursor, ?? dragImage, ?? imageOffset, ?? trans, ?? l);" instead? 138. public void startDrag(Cursor dragCursor, Transferable trans, ^----^ *** Semantic Error: Type "Cursor" was not found. 138. public void startDrag(Cursor dragCursor, Transferable trans, ^----------^ *** Semantic Error: Type "Transferable" was not found. 139. DragSourceListener l) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. 141. startDrag(dragCursor, null, null, trans, l); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "startDrag(??, null, null, ??, ??)" was found in type "DragGestureEvent". Perhaps you wanted the overloaded version "void startDrag(?? dragCursor, ?? dragImage, ?? imageOffset, ?? trans, ?? l);" instead? 152. public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, ^----^ *** Semantic Error: Type "Cursor" was not found. 152. public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Image" was not found. 152. public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, ^---^ *** Semantic Error: Type "Point" was not found. 153. Transferable trans, DragSourceListener l) ^----------^ *** Semantic Error: Type "Transferable" was not found. 153. Transferable trans, DragSourceListener l) ^----------------^ *** Semantic Error: Type "DragSourceListener" was not found. Found 22 semantic errors compiling "../java/awt/datatransfer/Clipboard.java": 57. protected Transferable contents; ^----------^ *** Semantic Error: Type "Transferable" was not found. 68. private final ArrayList listeners = new ArrayList(3); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 68. private final ArrayList listeners = new ArrayList(3); ^-------^ *** Semantic Error: Type "ArrayList" was not found. <---------------------------- 76. public Clipboard(String name) . . . 79. } --> *** Semantic Error: The blank final field "name" 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. 97. public synchronized Transferable getContents(Object requestor) ^----------^ *** Semantic Error: Type "Transferable" was not found. 113. public synchronized void setContents(Transferable contents, ^----------^ *** Semantic Error: Type "Transferable" was not found. 116. Transferable oldContents = getContents(null); ^----------^ *** Semantic Error: Type "Transferable" was not found. 120. ClipboardOwner oldOwner = this.owner; ^------------^ *** Semantic Error: Type "ClipboardOwner" was not found. 126. FlavorListener[] fs = getFlavorListeners(); ^------------^ *** Semantic Error: Type "FlavorListener" was not found. 137. DataFlavor[] df1 = contents.getTransferDataFlavors(); ^--------^ *** Semantic Error: Type "DataFlavor" was not found. 138. DataFlavor[] df2 = oldContents.getTransferDataFlavors(); ^--------^ *** Semantic Error: Type "DataFlavor" was not found. 147. FlavorEvent e = new FlavorEvent(this); ^---------^ *** Semantic Error: Type "FlavorEvent" was not found. 147. FlavorEvent e = new FlavorEvent(this); ^---------^ *** Semantic Error: Type "FlavorEvent" was not found. 156. Transferable c = getContents(null); ^----------^ *** Semantic Error: Type "Transferable" was not found. 158. return new DataFlavor[0]; ^--------^ *** Semantic Error: Type "DataFlavor" was not found. 165. DataFlavor[] fs = getAvailableDataFlavors(); ^--------^ *** Semantic Error: Type "DataFlavor" was not found. 170. return false; ^-----------^ *** Semantic Error: This statement is unreachable. 174. throws UnsupportedFlavorException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 176. Transferable c = getContents(null); ^----------^ *** Semantic Error: Type "Transferable" was not found. 178. throw new UnsupportedFlavorException(flavor); ^------------------------^ *** Semantic Error: Type "UnsupportedFlavorException" was not found. 203. return (FlavorListener[]) ^------------^ *** Semantic Error: Type "FlavorListener" was not found. 204. listeners.toArray(new FlavorListener[listeners.size()]); ^------------^ *** Semantic Error: Type "FlavorListener" was not found. Found 128 semantic errors compiling "../java/awt/Toolkit.java": 42. import java.awt.datatransfer.Clipboard; ^-------^ *** Semantic Error: Type "java.awt.datatransfer.Clipboard" was not found. 43. import java.awt.dnd.DragGestureEvent; ^--------------^ *** Semantic Error: Type "java.awt.dnd.DragGestureEvent" was not found. 44. import java.awt.dnd.DragGestureListener; ^-----------------^ *** Semantic Error: Type "java.awt.dnd.DragGestureListener" was not found. 45. import java.awt.dnd.DragGestureRecognizer; ^-------------------^ *** Semantic Error: Type "java.awt.dnd.DragGestureRecognizer" was not found. 46. import java.awt.dnd.DragSource; ^--------^ *** Semantic Error: Type "java.awt.dnd.DragSource" was not found. 48. import java.awt.event.AWTEventListener; ^--------------^ *** Semantic Error: Type "java.awt.event.AWTEventListener" was not found. 49. import java.awt.event.KeyEvent; ^------^ *** Semantic Error: Type "java.awt.event.KeyEvent" was not found. 50. import java.awt.im.InputMethodHighlight; ^------------------^ *** Semantic Error: Type "java.awt.im.InputMethodHighlight" was not found. 51. import java.awt.image.ColorModel; ^--------^ *** Semantic Error: Type "java.awt.image.ColorModel" was not found. 54. import java.awt.peer.ButtonPeer; ^--------^ *** Semantic Error: Type "java.awt.peer.ButtonPeer" was not found. 55. import java.awt.peer.CanvasPeer; ^--------^ *** Semantic Error: Type "java.awt.peer.CanvasPeer" was not found. 56. import java.awt.peer.CheckboxMenuItemPeer; ^------------------^ *** Semantic Error: Type "java.awt.peer.CheckboxMenuItemPeer" was not found. 57. import java.awt.peer.CheckboxPeer; ^----------^ *** Semantic Error: Type "java.awt.peer.CheckboxPeer" was not found. 58. import java.awt.peer.ChoicePeer; ^--------^ *** Semantic Error: Type "java.awt.peer.ChoicePeer" was not found. 59. import java.awt.peer.DialogPeer; ^--------^ *** Semantic Error: Type "java.awt.peer.DialogPeer" was not found. 60. import java.awt.peer.FileDialogPeer; ^------------^ *** Semantic Error: Type "java.awt.peer.FileDialogPeer" was not found. 61. import java.awt.peer.FontPeer; ^------^ *** Semantic Error: Type "java.awt.peer.FontPeer" was not found. 62. import java.awt.peer.FramePeer; ^-------^ *** Semantic Error: Type "java.awt.peer.FramePeer" was not found. 63. import java.awt.peer.LabelPeer; ^-------^ *** Semantic Error: Type "java.awt.peer.LabelPeer" was not found. 64. import java.awt.peer.LightweightPeer; ^-------------^ *** Semantic Error: Type "java.awt.peer.LightweightPeer" was not found. 65. import java.awt.peer.ListPeer; ^------^ *** Semantic Error: Type "java.awt.peer.ListPeer" was not found. 69. import java.awt.peer.PanelPeer; ^-------^ *** Semantic Error: Type "java.awt.peer.PanelPeer" was not found. 70. import java.awt.peer.PopupMenuPeer; ^-----------^ *** Semantic Error: Type "java.awt.peer.PopupMenuPeer" was not found. 71. import java.awt.peer.ScrollPanePeer; ^------------^ *** Semantic Error: Type "java.awt.peer.ScrollPanePeer" was not found. 72. import java.awt.peer.ScrollbarPeer; ^-----------^ *** Semantic Error: Type "java.awt.peer.ScrollbarPeer" was not found. 73. import java.awt.peer.TextAreaPeer; ^----------^ *** Semantic Error: Type "java.awt.peer.TextAreaPeer" was not found. 74. import java.awt.peer.TextFieldPeer; ^-----------^ *** Semantic Error: Type "java.awt.peer.TextFieldPeer" was not found. 75. import java.awt.peer.WindowPeer; ^--------^ *** Semantic Error: Type "java.awt.peer.WindowPeer" was not found. 106. private static Toolkit toolkit; ^-----^ *** Semantic Error: Type "Toolkit" was not found. 109. private static Properties props = new Properties(); ^--------^ *** Semantic Error: Type "Properties" was not found. 109. private static Properties props = new Properties(); ^--------^ *** Semantic Error: Type "Properties" was not found. 111. protected final Map desktopProperties = new Properties(); ^-^ *** Semantic Error: Type "Map" was not found. 111. protected final Map desktopProperties = new Properties(); ^--------^ *** Semantic Error: Type "Properties" was not found. 113. protected final PropertyChangeSupport desktopPropsSupport ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 114. = new PropertyChangeSupport(this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 132. protected abstract ButtonPeer createButton(Button target); ^--------^ *** Semantic Error: Type "ButtonPeer" was not found. 143. protected abstract TextFieldPeer createTextField(TextField target); ^-----------^ *** Semantic Error: Type "TextFieldPeer" was not found. 154. protected abstract LabelPeer createLabel(Label target); ^-------^ *** Semantic Error: Type "LabelPeer" was not found. 165. protected abstract ListPeer createList(List target); ^------^ *** Semantic Error: Type "ListPeer" was not found. 165. protected abstract ListPeer createList(List target); ^--^ *** Semantic Error: Type "List" was not found. 176. protected abstract CheckboxPeer createCheckbox(Checkbox target); ^----------^ *** Semantic Error: Type "CheckboxPeer" was not found. 187. protected abstract ScrollbarPeer createScrollbar(Scrollbar target); ^-----------^ *** Semantic Error: Type "ScrollbarPeer" was not found. 198. protected abstract ScrollPanePeer createScrollPane(ScrollPane target); ^------------^ *** Semantic Error: Type "ScrollPanePeer" was not found. 198. protected abstract ScrollPanePeer createScrollPane(ScrollPane target); ^--------^ *** Semantic Error: Type "ScrollPane" was not found. 209. protected abstract TextAreaPeer createTextArea(TextArea target); ^----------^ *** Semantic Error: Type "TextAreaPeer" was not found. 220. protected abstract ChoicePeer createChoice(Choice target); ^--------^ *** Semantic Error: Type "ChoicePeer" was not found. 231. protected abstract FramePeer createFrame(Frame target); ^-------^ *** Semantic Error: Type "FramePeer" was not found. 231. protected abstract FramePeer createFrame(Frame target); ^---^ *** Semantic Error: Type "Frame" was not found. 240. protected abstract CanvasPeer createCanvas(Canvas target); ^--------^ *** Semantic Error: Type "CanvasPeer" was not found. 249. protected abstract PanelPeer createPanel(Panel target); ^-------^ *** Semantic Error: Type "PanelPeer" was not found. 249. protected abstract PanelPeer createPanel(Panel target); ^---^ *** Semantic Error: Type "Panel" was not found. 260. protected abstract WindowPeer createWindow(Window target); ^--------^ *** Semantic Error: Type "WindowPeer" was not found. 260. protected abstract WindowPeer createWindow(Window target); ^----^ *** Semantic Error: Type "Window" was not found. 271. protected abstract DialogPeer createDialog(Dialog target); ^--------^ *** Semantic Error: Type "DialogPeer" was not found. 282. protected abstract MenuBarPeer createMenuBar(MenuBar target); ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 282. protected abstract MenuBarPeer createMenuBar(MenuBar target); ^-----^ *** Semantic Error: Type "MenuBar" was not found. 293. protected abstract MenuPeer createMenu(Menu target); ^------^ *** Semantic Error: Type "MenuPeer" was not found. 293. protected abstract MenuPeer createMenu(Menu target); ^--^ *** Semantic Error: Type "Menu" was not found. 304. protected abstract PopupMenuPeer createPopupMenu(PopupMenu target); ^-----------^ *** Semantic Error: Type "PopupMenuPeer" was not found. 304. protected abstract PopupMenuPeer createPopupMenu(PopupMenu target); ^-------^ *** Semantic Error: Type "PopupMenu" was not found. 315. protected abstract MenuItemPeer createMenuItem(MenuItem target); ^----------^ *** Semantic Error: Type "MenuItemPeer" was not found. 315. protected abstract MenuItemPeer createMenuItem(MenuItem target); ^------^ *** Semantic Error: Type "MenuItem" was not found. 326. protected abstract FileDialogPeer createFileDialog(FileDialog target); ^------------^ *** Semantic Error: Type "FileDialogPeer" was not found. 337. protected abstract CheckboxMenuItemPeer ^------------------^ *** Semantic Error: Type "CheckboxMenuItemPeer" was not found. 350. protected LightweightPeer createComponent(Component target) ^-------------^ *** Semantic Error: Type "LightweightPeer" was not found. 350. protected LightweightPeer createComponent(Component target) ^-------^ *** Semantic Error: Type "Component" was not found. 352. return new gnu.java.awt.peer.GLightweightPeer (target); ^--------------^ *** Semantic Error: Type "gnu.java.awt.peer.GLightweightPeer" was not found. 365. protected abstract FontPeer getFontPeer(String name, int style); ^------^ *** Semantic Error: Type "FontPeer" was not found. 447. public abstract Dimension getScreenSize(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 463. public Insets getScreenInsets(GraphicsConfiguration gc) ^----^ *** Semantic Error: Type "Insets" was not found. 463. public Insets getScreenInsets(GraphicsConfiguration gc) ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 475. public abstract ColorModel getColorModel(); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 513. public static Toolkit getDefaultToolkit() ^-----^ *** Semantic Error: Type "Toolkit" was not found. 517. String toolkit_name = System.getProperty("awt.toolkit", ^----^ *** Semantic Error: Type "String" was not found. 521. Class cls = Class.forName(toolkit_name); ^---^ *** Semantic Error: Type "Class" was not found. 522. Object obj = cls.newInstance(); ^----^ *** Semantic Error: Type "Object" was not found. 523. if (!(obj instanceof Toolkit)) ^-----^ *** Semantic Error: Type "Toolkit" was not found. 524. throw new AWTError(toolkit_name + " is not a subclass of " + ^------^ *** Semantic Error: Type "AWTError" was not found. 526. toolkit = (Toolkit) obj; ^-----^ *** Semantic Error: Type "Toolkit" was not found. 529. catch (ThreadDeath death) ^---------------^ *** Semantic Error: The type "ThreadDeath" is not a subclass of "java.lang.Throwable". 533. catch (Throwable t) ^-------^ *** Semantic Error: Type "Throwable" was not found. 535. AWTError e = new AWTError("Cannot load AWT toolkit: " + toolkit_name); ^------^ *** Semantic Error: Type "AWTError" was not found. 535. AWTError e = new AWTError("Cannot load AWT toolkit: " + toolkit_name); ^------^ *** Semantic Error: Type "AWTError" was not found. 536. throw (AWTError) e.initCause(t); ^------^ *** Semantic Error: Type "AWTError" was not found. 554. public abstract Image getImage(URL url); ^-^ *** Semantic Error: Type "URL" was not found. 558. public abstract Image createImage(URL url); ^-^ *** Semantic Error: Type "URL" was not found. 575. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 592. ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 601. public abstract Image createImage(ImageProducer producer); ^---------------------------------^ *** Semantic Error: Duplicate declaration of method "createImage" in type "Toolkit". The other occurrence is at location "../java/awt/Toolkit.java:556". 601. public abstract Image createImage(ImageProducer producer); ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 645. public abstract PrintJob getPrintJob(Frame frame, String title, ^---^ *** Semantic Error: Type "Frame" was not found. 646. Properties props); ^--------^ *** Semantic Error: Type "Properties" was not found. 667. public PrintJob getPrintJob(Frame frame, String title, ^---^ *** Semantic Error: Type "Frame" was not found. 685. public abstract Clipboard getSystemClipboard(); ^-------^ *** Semantic Error: Type "Clipboard" was not found. 694. public Clipboard getSystemSelection() ^-------^ *** Semantic Error: Type "Clipboard" was not found. 728. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 730. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 747. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 749. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 761. protected static Container getNativeContainer(Component component) ^-------^ *** Semantic Error: Type "Container" was not found. 761. protected static Container getNativeContainer(Component component) ^-------^ *** Semantic Error: Type "Component" was not found. 768. if (! (component instanceof Container)) ^-------^ *** Semantic Error: Type "Container" was not found. 773. if (component.getPeer() instanceof LightweightPeer) ^-------------^ *** Semantic Error: Type "LightweightPeer" was not found. 778. return (Container) component; ^-------^ *** Semantic Error: Type "Container" was not found. 789. public Cursor createCustomCursor(Image cursor, Point hotSpot, String name) ^----^ *** Semantic Error: Type "Cursor" was not found. 789. public Cursor createCustomCursor(Image cursor, Point hotSpot, String name) ^---^ *** Semantic Error: Type "Point" was not found. 794. throw new HeadlessException("No custom cursor in an headless graphics " ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 805. public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) ^-------^ *** Semantic Error: Type "Dimension" was not found. 808. throw new HeadlessException("No best cursor size in an headless " ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 810. return new Dimension (0,0); ^-------^ *** Semantic Error: Type "Dimension" was not found. 874. SecurityManager sm; ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 903. public abstract DragSourceContextPeer ^-------------------^ *** Semantic Error: Type "DragSourceContextPeer" was not found. 904. createDragSourceContextPeer(DragGestureEvent e); ^--------------^ *** Semantic Error: Type "DragGestureEvent" was not found. 909. public DragGestureRecognizer ^-------------------^ *** Semantic Error: Type "DragGestureRecognizer" was not found. 910. createDragGestureRecognizer(Class recognizer, DragSource ds, ^--------^ *** Semantic Error: Type "DragSource" was not found. 911. Component comp, int actions, ^-------^ *** Semantic Error: Type "Component" was not found. 912. DragGestureListener l) ^-----------------^ *** Semantic Error: Type "DragGestureListener" was not found. 924. Object oldValue = getDesktopProperty(name); ^----^ *** Semantic Error: Type "Object" was not found. 941. PropertyChangeListener pcl) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 947. PropertyChangeListener pcl) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 955. public PropertyChangeListener[] getPropertyChangeListeners() ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 963. public PropertyChangeListener[] getPropertyChangeListeners(String name) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 968. public void addAWTEventListener(AWTEventListener listener, long eventMask) ^--------------^ *** Semantic Error: Type "AWTEventListener" was not found. 976. public void removeAWTEventListener(AWTEventListener listener) ^--------------^ *** Semantic Error: Type "AWTEventListener" was not found. 984. public AWTEventListener[] getAWTEventListeners() ^--------------^ *** Semantic Error: Type "AWTEventListener" was not found. 992. public AWTEventListener[] getAWTEventListeners(long mask) ^--------------^ *** Semantic Error: Type "AWTEventListener" was not found. 1000. public abstract Map mapInputMethodHighlight(InputMethodHighlight highlight); ^-^ *** Semantic Error: Type "Map" was not found. 1000. public abstract Map mapInputMethodHighlight(InputMethodHighlight highlight); ^------------------^ *** Semantic Error: Type "InputMethodHighlight" was not found. Found 23 semantic errors compiling "../java/awt/geom/RectangularShape.java": 58. public abstract class RectangularShape implements Shape, Cloneable ^---^ *** Semantic Error: Type "Shape" was not found. 58. public abstract class RectangularShape implements Shape, Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 170. public Rectangle2D getFrame() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 172. return new Rectangle2D.Double(getX(), getY(), getWidth(), getHeight()); ^----------------^ *** Semantic Error: Type "Double" was not found. 201. public void setFrame(Point2D p, Dimension2D d) ^-----^ *** Semantic Error: Type "Point2D" was not found. 201. public void setFrame(Point2D p, Dimension2D d) ^---------^ *** Semantic Error: Type "Dimension2D" was not found. 213. public void setFrame(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 252. public void setFrameFromDiagonal(Point2D p1, Point2D p2) ^-----^ *** Semantic Error: Type "Point2D" was not found. 252. public void setFrameFromDiagonal(Point2D p1, Point2D p2) ^-----^ *** Semantic Error: Type "Point2D" was not found. 282. public void setFrameFromCenter(Point2D center, Point2D corner) ^-----^ *** Semantic Error: Type "Point2D" was not found. 282. public void setFrameFromCenter(Point2D center, Point2D corner) ^-----^ *** Semantic Error: Type "Point2D" was not found. 296. public boolean contains(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 309. public boolean intersects(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 322. public boolean contains(Rectangle2D r) ^---------------------^ *** Semantic Error: Duplicate declaration of method "contains" in type "RectangularShape". The other occurrence is at location "../java/awt/geom/RectangularShape.java:296". 322. public boolean contains(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 334. public Rectangle getBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 337. return new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 344. return new Rectangle((int) x, (int) y, (int) (maxx - x), (int) (maxy - y)); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 365. return new FlatteningPathIterator(getPathIterator(at), flatness); ^--------------------^ *** Semantic Error: Type "FlatteningPathIterator" was not found. 365. return new FlatteningPathIterator(getPathIterator(at), flatness); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "getPathIterator(AffineTransform)" was found in type "RectangularShape". Perhaps you wanted the overloaded version "PathIterator getPathIterator(AffineTransform at, double flatness);" instead? 380. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 382. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 382. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 93 semantic errors compiling "../java/awt/geom/Rectangle2D.java": 110. public void setRect(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 126. double x = getX(); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 127. double y = getY(); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 128. double w = getWidth(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 129. double h = getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 185. public int outcode(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 209. public Rectangle2D getBounds2D() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 211. return (Rectangle2D) clone(); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 211. return (Rectangle2D) clone(); ^-----^ *** Semantic Error: The method "Object clone();" in type "RectangularShape" has public access and is not accessible here. 223. double mx = getX(); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 224. double my = getY(); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 225. double w = getWidth(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 226. double h = getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 242. double mx = getX(); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 243. double my = getY(); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 244. double mw = getWidth(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 245. double mh = getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 262. double mx = getX(); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 263. double my = getY(); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 264. double mw = getWidth(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 265. double mh = getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 278. public abstract Rectangle2D createIntersection(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 278. public abstract Rectangle2D createIntersection(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 291. public static void intersect(Rectangle2D src1, Rectangle2D src2, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 291. public static void intersect(Rectangle2D src1, Rectangle2D src2, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 292. Rectangle2D dest) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 308. public abstract Rectangle2D createUnion(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 308. public abstract Rectangle2D createUnion(Rectangle2D r); ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 321. public static void union(Rectangle2D src1, Rectangle2D src2, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 321. public static void union(Rectangle2D src1, Rectangle2D src2, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 322. Rectangle2D dest) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 343. double minx = Math.min(getX(), newx); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 344. double maxx = Math.max(getMaxX(), newx); ^-------^ *** Semantic Error: The method "double getMaxX();" in type "RectangularShape" has public access and is not accessible here. 345. double miny = Math.min(getY(), newy); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 346. double maxy = Math.max(getMaxY(), newy); ^-------^ *** Semantic Error: The method "double getMaxY();" in type "RectangularShape" has public access and is not accessible here. 360. public void add(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 373. public void add(Rectangle2D r) ^----------------^ *** Semantic Error: Duplicate declaration of method "add" in type "Rectangle2D". The other occurrence is at location "../java/awt/geom/Rectangle2D.java:341". 373. public void add(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 391. final double minx = getX(); ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 392. final double miny = getY(); ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 393. final double maxx = minx + getWidth(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 394. final double maxy = miny + getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 395. return new PathIterator() ^----------^ *** Semantic Error: Type "PathIterator" was not found. 408. return WIND_NON_ZERO; ^-----------^ *** Semantic Error: No accessible field named "WIND_NON_ZERO" was found in type "Rectangle2D$1". 443. return SEG_CLOSE; ^-------^ *** Semantic Error: No accessible field named "SEG_CLOSE" was found in type "Rectangle2D$1". 445. throw new NoSuchElementException("rect iterator out of bounds"); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 449. return current == 0 ? SEG_MOVETO : SEG_LINETO; ^--------^ *** Semantic Error: No accessible field named "SEG_MOVETO" was found in type "Rectangle2D$1". 449. return current == 0 ? SEG_MOVETO : SEG_LINETO; ^--------^ *** Semantic Error: No accessible field named "SEG_LINETO" was found in type "Rectangle2D$1". 474. return SEG_CLOSE; ^-------^ *** Semantic Error: No accessible field named "SEG_CLOSE" was found in type "Rectangle2D$1". 476. throw new NoSuchElementException("rect iterator out of bounds"); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. 480. return current == 0 ? SEG_MOVETO : SEG_LINETO; ^--------^ *** Semantic Error: No accessible field named "SEG_MOVETO" was found in type "Rectangle2D$1". 480. return current == 0 ? SEG_MOVETO : SEG_LINETO; ^--------^ *** Semantic Error: No accessible field named "SEG_LINETO" was found in type "Rectangle2D$1". 519. long l = java.lang.Double.doubleToLongBits(getX()) ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 520. + 37 * java.lang.Double.doubleToLongBits(getY()) ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 521. + 43 * java.lang.Double.doubleToLongBits(getWidth()) ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 522. + 47 * java.lang.Double.doubleToLongBits(getHeight()); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 536. if (! (obj instanceof Rectangle2D)) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 538. Rectangle2D r = (Rectangle2D) obj; ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 538. Rectangle2D r = (Rectangle2D) obj; ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 539. return r.getX() == getX() && r.getY() == getY() ^----^ *** Semantic Error: The method "double getX();" in type "RectangularShape" has public access and is not accessible here. 539. return r.getX() == getX() && r.getY() == getY() ^----^ *** Semantic Error: The method "double getY();" in type "RectangularShape" has public access and is not accessible here. 540. && r.getWidth() == getWidth() && r.getHeight() == getHeight(); ^--------^ *** Semantic Error: The method "double getWidth();" in type "RectangularShape" has public access and is not accessible here. 540. && r.getWidth() == getWidth() && r.getHeight() == getHeight(); ^---------^ *** Semantic Error: The method "double getHeight();" in type "RectangularShape" has public access and is not accessible here. 550. public static class Double extends Rectangle2D ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 659. public void setRect(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 704. public Rectangle2D getBounds2D() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 706. return new Double(x, y, width, height); ^----^ *** Semantic Error: Type "Double" was not found. 717. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 717. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 719. Double res = new Double(); ^----^ *** Semantic Error: Type "Double" was not found. 719. Double res = new Double(); ^----^ *** Semantic Error: Type "Double" was not found. 720. intersect(this, r, res); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "intersect(Rectangle2D.Double, ??, ??)" was found in type "Rectangle2D". Perhaps you wanted the overloaded version "void intersect(?? src1, ?? src2, ?? dest);" instead? 731. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 731. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 733. Double res = new Double(); ^----^ *** Semantic Error: Type "Double" was not found. 733. Double res = new Double(); ^----^ *** Semantic Error: Type "Double" was not found. 734. union(this, r, res); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "union(Rectangle2D.Double, ??, ??)" was found in type "Rectangle2D". Perhaps you wanted the overloaded version "void union(?? src1, ?? src2, ?? dest);" instead? 747. return getClass().getName() + "[x=" + x + ",y=" + y + ",w=" + width ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Rectangle2D$Double". 759. public static class Float extends Rectangle2D ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 900. public void setRect(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 945. public Rectangle2D getBounds2D() ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 947. return new Float(x, y, width, height); ^---^ *** Semantic Error: Type "Float" was not found. 958. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 958. public Rectangle2D createIntersection(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 960. Float res = new Float(); ^---^ *** Semantic Error: Type "Float" was not found. 960. Float res = new Float(); ^---^ *** Semantic Error: Type "Float" was not found. 961. intersect(this, r, res); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "intersect(Rectangle2D.Float, ??, ??)" was found in type "Rectangle2D". Perhaps you wanted the overloaded version "void intersect(?? src1, ?? src2, ?? dest);" instead? 972. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 972. public Rectangle2D createUnion(Rectangle2D r) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 974. Float res = new Float(); ^---^ *** Semantic Error: Type "Float" was not found. 974. Float res = new Float(); ^---^ *** Semantic Error: Type "Float" was not found. 975. union(this, r, res); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "union(Rectangle2D.Float, ??, ??)" was found in type "Rectangle2D". Perhaps you wanted the overloaded version "void union(?? src1, ?? src2, ?? dest);" instead? 988. return getClass().getName() + "[x=" + x + ",y=" + y + ",w=" + width ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Rectangle2D$Float". Found 14 semantic errors compiling "../java/awt/geom/Point2D.java": 51. public abstract class Point2D implements Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 94. public void setLocation(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 148. public double distanceSq(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 172. public double distance(Point2D p) ^-----^ *** Semantic Error: Type "Point2D" was not found. 189. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 191. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 191. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. 223. if (! (o instanceof Point2D)) ^-----^ *** Semantic Error: Type "Point2D" was not found. 225. Point2D p = (Point2D) o; ^-----^ *** Semantic Error: Type "Point2D" was not found. 225. Point2D p = (Point2D) o; ^-----^ *** Semantic Error: Type "Point2D" was not found. 236. public static class Double extends Point2D ^-----^ *** Semantic Error: Type "Point2D" was not found. 303. return "Point2D.Double[" + x + ", " + y + ']'; ^------------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 314. public static class Float extends Point2D ^-----^ *** Semantic Error: Type "Point2D" was not found. 393. return "Point2D.Float[" + x + ", " + y + ']'; ^-----------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 52 semantic errors compiling "../java/awt/geom/AffineTransform.java": 41. import java.awt.Shape; ^---^ *** Semantic Error: Type "java.awt.Shape" was not found. 68. public class AffineTransform implements Cloneable, Serializable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 68. public class AffineTransform implements Cloneable, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 286. public AffineTransform(AffineTransform tx) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 288. setTransform(tx); ^--------------^ *** Semantic Error: No applicable overload for a method with signature "setTransform(??)" was found in type "AffineTransform". Perhaps you wanted the overloaded version "void setTransform(?? tx);" instead? 414. public static AffineTransform getTranslateInstance(double tx, double ty) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 416. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 416. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 433. public static AffineTransform getRotateInstance(double theta) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 435. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 435. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 463. public static AffineTransform getRotateInstance(double theta, ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 466. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 466. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 485. public static AffineTransform getScaleInstance(double sx, double sy) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 487. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 487. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 506. public static AffineTransform getShearInstance(double shx, double shy) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 508. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 508. AffineTransform t = new AffineTransform(); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 898. public void setTransform(AffineTransform tx) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 948. public void concatenate(AffineTransform tx) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 978. public void preConcatenate(AffineTransform tx) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1038. public AffineTransform createInverse() ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1043. throw new NoninvertibleTransformException("can't invert transform"); ^-----------------------------^ *** Semantic Error: Type "NoninvertibleTransformException" was not found. 1052. return new AffineTransform (im00, im10, im01, im11, im02, im12); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1065. public Point2D transform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1065. public Point2D transform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1065. public Point2D transform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1068. dst = new Point2D.Double(); ^------------^ *** Semantic Error: Type "Double" was not found. 1097. public void transform(Point2D[] src, int srcOff, ^-----^ *** Semantic Error: Type "Point2D" was not found. 1098. Point2D[] dst, int dstOff, int num) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1234. public Point2D inverseTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1234. public Point2D inverseTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1234. public Point2D inverseTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1279. public Point2D deltaTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1279. public Point2D deltaTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1279. public Point2D deltaTransform(Point2D src, Point2D dst) ^-----^ *** Semantic Error: Type "Point2D" was not found. 1282. dst = new Point2D.Double(); ^------------^ *** Semantic Error: Type "Double" was not found. 1340. public Shape createTransformedShape(Shape src) ^---^ *** Semantic Error: Type "Shape" was not found. 1340. public Shape createTransformedShape(Shape src) ^---^ *** Semantic Error: Type "Shape" was not found. 1344. GeneralPath p = new GeneralPath(src); ^---------^ *** Semantic Error: Type "GeneralPath" was not found. 1344. GeneralPath p = new GeneralPath(src); ^---------^ *** Semantic Error: Type "GeneralPath" was not found. <----------------------------------------------------------- 1358. return "AffineTransform[[" + m00 + ", " + m01 + ", " + m02 + "], [" 1359. + m10 + ", " + m11 + ", " + m12 + "]]"; -------------------------------------------> *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 1391. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 1393. throw (Error) new InternalError().initCause(e); // Impossible ^---^ *** Semantic Error: Type "Error" was not found. 1393. throw (Error) new InternalError().initCause(e); // Impossible ^-----------^ *** Semantic Error: Type "InternalError" was not found. 1432. if (! (obj instanceof AffineTransform)) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1434. AffineTransform t = (AffineTransform) obj; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1434. AffineTransform t = (AffineTransform) obj; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1481. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 1482. throws ClassNotFoundException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 10 semantic errors compiling "../java/awt/font/FontRenderContext.java": 41. import java.awt.geom.AffineTransform; ^-------------^ *** Semantic Error: A candidate for type "AffineTransform" was found, but it is invalid and needs to be fixed before this type will successfully compile. 48. private AffineTransform affineTransform; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 63. public FontRenderContext (AffineTransform tx, boolean isAntiAliased, ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 69. this.affineTransform = new AffineTransform (tx); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 78. if (! (obj instanceof FontRenderContext)) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 81. return equals ((FontRenderContext) obj); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 84. public boolean equals (FontRenderContext rhs) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 98. public AffineTransform getTransform () ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 101. return new AffineTransform (); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 103. return new AffineTransform (affineTransform); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. Found 45 semantic errors compiling "../java/awt/FontMetrics.java": 41. import java.awt.font.FontRenderContext; ^---------------^ *** Semantic Error: Type "java.awt.font.FontRenderContext" was not found. 42. import java.awt.font.LineMetrics; ^---------^ *** Semantic Error: Type "java.awt.font.LineMetrics" was not found. 44. import java.text.CharacterIterator; ^---------------^ *** Semantic Error: Type "java.text.CharacterIterator" was not found. 65. public abstract class FontMetrics implements java.io.Serializable ^------------------^ *** Semantic Error: Type "Serializable" was not found. 289. private static final FontRenderContext gRC = new FontRenderContext(null, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 289. private static final FontRenderContext gRC = new FontRenderContext(null, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 305. public LineMetrics getLineMetrics(String text, Graphics g) ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 305. public LineMetrics getLineMetrics(String text, Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 327. public LineMetrics getLineMetrics(String text, int begin, int limit, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 328. Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 330. FontRenderContext rc; ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 331. if (g instanceof Graphics2D) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 332. rc = ((Graphics2D) g).getFontRenderContext(); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 355. public LineMetrics getLineMetrics(char[] chars, int begin, int limit, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 356. Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 358. FontRenderContext rc; ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 359. if (g instanceof Graphics2D) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 360. rc = ((Graphics2D) g).getFontRenderContext(); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 371. public Rectangle2D getMaxCharBounds(Graphics context) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 371. public Rectangle2D getMaxCharBounds(Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 373. if( context instanceof Graphics2D ) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 374. return font.getMaxCharBounds(((Graphics2D)context).getFontRenderContext()); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 395. public LineMetrics getLineMetrics(CharacterIterator ci, int begin, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 395. public LineMetrics getLineMetrics(CharacterIterator ci, int begin, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 396. int limit, Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 398. FontRenderContext rc; ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 399. if (g instanceof Graphics2D) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 400. rc = ((Graphics2D) g).getFontRenderContext(); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 406. public Rectangle2D getStringBounds(String str, Graphics context) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 406. public Rectangle2D getStringBounds(String str, Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 408. return font.getStringBounds(str, getFontRenderContext(context)); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontRenderContext(??)" was found in type "FontMetrics". Perhaps you wanted the overloaded version "?? getFontRenderContext(?? context);" instead? 411. public Rectangle2D getStringBounds(String str, int beginIndex, int limit, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 412. Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 415. getFontRenderContext(context)); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontRenderContext(??)" was found in type "FontMetrics". Perhaps you wanted the overloaded version "?? getFontRenderContext(?? context);" instead? 418. public Rectangle2D getStringBounds(char[] chars, int beginIndex, int limit, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 419. Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 422. getFontRenderContext(context)); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontRenderContext(??)" was found in type "FontMetrics". Perhaps you wanted the overloaded version "?? getFontRenderContext(?? context);" instead? 425. public Rectangle2D getStringBounds(CharacterIterator ci, int beginIndex, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 425. public Rectangle2D getStringBounds(CharacterIterator ci, int beginIndex, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 426. int limit, Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 429. getFontRenderContext(context)); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontRenderContext(??)" was found in type "FontMetrics". Perhaps you wanted the overloaded version "?? getFontRenderContext(?? context);" instead? 432. private FontRenderContext getFontRenderContext(Graphics context) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 432. private FontRenderContext getFontRenderContext(Graphics context) ^------^ *** Semantic Error: Type "Graphics" was not found. 434. if (context instanceof Graphics2D) ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 435. return ((Graphics2D) context).getFontRenderContext(); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. Found 143 semantic errors compiling "../gnu/java/awt/peer/ClasspathFontPeer.java": 43. import java.awt.Font; ^--^ *** Semantic Error: Type "java.awt.Font" was not found. 44. import java.awt.FontMetrics; ^---------^ *** Semantic Error: Type "java.awt.FontMetrics" was not found. 45. import java.awt.Toolkit; ^-----^ *** Semantic Error: A candidate for type "Toolkit" was found, but it is invalid and needs to be fixed before this type will successfully compile. 47. import java.awt.font.GlyphVector; ^---------^ *** Semantic Error: Type "java.awt.font.GlyphVector" was not found. 49. import java.awt.font.TextAttribute; ^-----------^ *** Semantic Error: Type "java.awt.font.TextAttribute" was not found. 50. import java.awt.font.TransformAttribute; ^----------------^ *** Semantic Error: Type "java.awt.font.TransformAttribute" was not found. 83. implements FontPeer ^------^ *** Semantic Error: Type "FontPeer" was not found. 121. protected AffineTransform transform; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 123. protected static ClasspathToolkit tk() ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 125. return (ClasspathToolkit)(Toolkit.getDefaultToolkit ()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 143. String uname = name.toUpperCase (); ^----^ *** Semantic Error: Type "String" was not found. 153. String uname = name.toUpperCase (); ^----^ *** Semantic Error: Type "String" was not found. 155. return "Helvetica"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 157. return "Times"; ^-----^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 159. return "Courier"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 161. return "Helvetica"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 163. return "Helvetica"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 165. return "Helvetica"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 173. public static void copyStyleToAttrs (int style, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 186. protected static void copyFamilyToAttrs (String fam, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 192. public static void copySizeToAttrs (float size, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 194. attrs.put (TextAttribute.SIZE, new Float (size)); ^---^ *** Semantic Error: Type "Float" was not found. 197. protected static void copyTransformToAttrs (AffineTransform trans, Map attrs) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 197. protected static void copyTransformToAttrs (AffineTransform trans, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 200. attrs.put(TextAttribute.TRANSFORM, new TransformAttribute (trans)); ^----------------^ *** Semantic Error: Type "TransformAttribute" was not found. 205. float size, AffineTransform trans) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 225. protected void setStandardAttributes (String name, Map attribs) ^-^ *** Semantic Error: Type "Map" was not found. 227. String family = this.familyName; ^----^ *** Semantic Error: Type "String" was not found. 228. AffineTransform trans = this.transform; ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 233. family = (String) attribs.get (TextAttribute.FAMILY); ^----^ *** Semantic Error: Type "String" was not found. 236. name = "SansSerif"; ^----------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 240. Float weight = (Float) attribs.get (TextAttribute.WEIGHT); ^---^ *** Semantic Error: Type "Float" was not found. 240. Float weight = (Float) attribs.get (TextAttribute.WEIGHT); ^---^ *** Semantic Error: Type "Float" was not found. 247. Float posture = (Float) attribs.get (TextAttribute.POSTURE); ^---^ *** Semantic Error: Type "Float" was not found. 247. Float posture = (Float) attribs.get (TextAttribute.POSTURE); ^---^ *** Semantic Error: Type "Float" was not found. 254. Float sz = (Float) attribs.get (TextAttribute.SIZE); ^---^ *** Semantic Error: Type "Float" was not found. 254. Float sz = (Float) attribs.get (TextAttribute.SIZE); ^---^ *** Semantic Error: Type "Float" was not found. 266. TransformAttribute ta = (TransformAttribute) ^----------------^ *** Semantic Error: Type "TransformAttribute" was not found. 266. TransformAttribute ta = (TransformAttribute) ^----------------^ *** Semantic Error: Type "TransformAttribute" was not found. 271. setStandardAttributes (name, family, style, size, trans); ^------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "setStandardAttributes(String, ??, int, float, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void setStandardAttributes(String name, String family, int style, float size, ?? trans);" instead? 274. protected void getStandardAttributes (Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 285. public ClasspathFontPeer (String name, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 287. setStandardAttributes (name, attrs); ^---------------------------------^ *** Semantic Error: No applicable overload for a method with signature "setStandardAttributes(String, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void setStandardAttributes(String name, ?? attribs);" instead? 292. setStandardAttributes (name, (String)null, style, ^----^ *** Semantic Error: Type "String" was not found. 293. (float)size, (AffineTransform)null); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 304. public String getName (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 317. public String getFamily (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 330. public String getFamily (Font font, Locale lc) ^--^ *** Semantic Error: Type "Font" was not found. 330. public String getFamily (Font font, Locale lc) ^----^ *** Semantic Error: Type "Locale" was not found. 343. public String getFontName (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 356. public String getFontName (Font font, Locale lc) ^--^ *** Semantic Error: Type "Font" was not found. 356. public String getFontName (Font font, Locale lc) ^----^ *** Semantic Error: Type "Locale" was not found. 369. public float getSize (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 382. public boolean isPlain (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 395. public boolean isBold (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 408. public boolean isItalic (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 421. public Font deriveFont (Font font, int style, float size) ^--^ *** Semantic Error: Type "Font" was not found. 421. public Font deriveFont (Font font, int style, float size) ^--^ *** Semantic Error: Type "Font" was not found. 423. Map attrs = new HashMap (); ^-^ *** Semantic Error: Type "Map" was not found. 423. Map attrs = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 424. getStandardAttributes (attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 425. copyStyleToAttrs (style, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "copyStyleToAttrs(int, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copyStyleToAttrs(int style, ?? attrs);" instead? 426. copySizeToAttrs (size, attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "copySizeToAttrs(float, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copySizeToAttrs(float size, ?? attrs);" instead? 438. public Font deriveFont (Font font, float size) ^--^ *** Semantic Error: Type "Font" was not found. 438. public Font deriveFont (Font font, float size) ^--^ *** Semantic Error: Type "Font" was not found. 440. Map attrs = new HashMap (); ^-^ *** Semantic Error: Type "Map" was not found. 440. Map attrs = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 441. getStandardAttributes (attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 442. copySizeToAttrs (size, attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "copySizeToAttrs(float, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copySizeToAttrs(float size, ?? attrs);" instead? 454. public Font deriveFont (Font font, int style) ^--^ *** Semantic Error: Type "Font" was not found. 454. public Font deriveFont (Font font, int style) ^--^ *** Semantic Error: Type "Font" was not found. 456. Map attrs = new HashMap (); ^-^ *** Semantic Error: Type "Map" was not found. 456. Map attrs = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 457. getStandardAttributes (attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 458. copyStyleToAttrs (style, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "copyStyleToAttrs(int, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copyStyleToAttrs(int style, ?? attrs);" instead? 470. public Font deriveFont (Font font, int style, AffineTransform t) ^--^ *** Semantic Error: Type "Font" was not found. 470. public Font deriveFont (Font font, int style, AffineTransform t) ^--^ *** Semantic Error: Type "Font" was not found. 470. public Font deriveFont (Font font, int style, AffineTransform t) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 472. Map attrs = new HashMap (); ^-^ *** Semantic Error: Type "Map" was not found. 472. Map attrs = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 473. getStandardAttributes (attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 474. copyStyleToAttrs (style, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "copyStyleToAttrs(int, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copyStyleToAttrs(int style, ?? attrs);" instead? 475. copyTransformToAttrs (t, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "copyTransformToAttrs(??, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copyTransformToAttrs(?? trans, ?? attrs);" instead? 487. public Font deriveFont (Font font, AffineTransform t) ^--^ *** Semantic Error: Type "Font" was not found. 487. public Font deriveFont (Font font, AffineTransform t) ^--^ *** Semantic Error: Type "Font" was not found. 487. public Font deriveFont (Font font, AffineTransform t) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 489. Map attrs = new HashMap (); ^-^ *** Semantic Error: Type "Map" was not found. 489. Map attrs = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 490. getStandardAttributes (attrs); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 491. copyTransformToAttrs (t, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "copyTransformToAttrs(??, ??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void copyTransformToAttrs(?? trans, ?? attrs);" instead? 503. public Font deriveFont (Font font, Map attrs) ^--^ *** Semantic Error: Type "Font" was not found. 503. public Font deriveFont (Font font, Map attrs) ^-------------------------------^ *** Semantic Error: Duplicate declaration of method "deriveFont" in type "ClasspathFontPeer". The other occurrence is at location "../gnu/java/awt/peer/ClasspathFontPeer.java:421". 503. public Font deriveFont (Font font, Map attrs) ^--^ *** Semantic Error: Type "Font" was not found. 503. public Font deriveFont (Font font, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 516. public Map getAttributes (Font font) ^-^ *** Semantic Error: Type "Map" was not found. 516. public Map getAttributes (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 518. HashMap h = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 518. HashMap h = new HashMap (); ^-----^ *** Semantic Error: Type "HashMap" was not found. 519. getStandardAttributes (h); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "getStandardAttributes(??)" was found in type "ClasspathFontPeer". Perhaps you wanted the overloaded version "void getStandardAttributes(?? attrs);" instead? 531. public AttributedCharacterIterator.Attribute[] getAvailableAttributes(Font font) ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 531. public AttributedCharacterIterator.Attribute[] getAvailableAttributes(Font font) ^--^ *** Semantic Error: Type "Font" was not found. 533. AttributedCharacterIterator.Attribute a[] = ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 534. new AttributedCharacterIterator.Attribute[5]; ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 551. public AffineTransform getTransform (Font font) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 551. public AffineTransform getTransform (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 554. transform = new AffineTransform (); ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 566. public boolean isTransformed (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 579. public float getItalicAngle (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 596. public int getStyle (Font font) ^--^ *** Semantic Error: Type "Font" was not found. 614. public abstract boolean canDisplay (Font font, char c); ^--^ *** Semantic Error: Type "Font" was not found. 626. public abstract int canDisplayUpTo (Font font, CharacterIterator i, int start, int limit); ^--^ *** Semantic Error: Type "Font" was not found. 626. public abstract int canDisplayUpTo (Font font, CharacterIterator i, int start, int limit); ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 647. public abstract String getSubFamilyName (Font font, Locale locale); ^--^ *** Semantic Error: Type "Font" was not found. 647. public abstract String getSubFamilyName (Font font, Locale locale); ^----^ *** Semantic Error: Type "Locale" was not found. 658. public abstract String getPostScriptName (Font font); ^--^ *** Semantic Error: Type "Font" was not found. 669. public abstract int getNumGlyphs (Font font); ^--^ *** Semantic Error: Type "Font" was not found. 680. public abstract int getMissingGlyphCode (Font font); ^--^ *** Semantic Error: Type "Font" was not found. 691. public abstract byte getBaselineFor (Font font, char c); ^--^ *** Semantic Error: Type "Font" was not found. 734. public abstract String getGlyphName (Font font, int glyphIndex); ^--^ *** Semantic Error: Type "Font" was not found. 749. public abstract GlyphVector createGlyphVector (Font font, ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 749. public abstract GlyphVector createGlyphVector (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 750. FontRenderContext frc, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 751. CharacterIterator ci); ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 764. public abstract GlyphVector createGlyphVector (Font font, ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 764. public abstract GlyphVector createGlyphVector (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 765. FontRenderContext ctx, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 779. public abstract GlyphVector layoutGlyphVector (Font font, ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 779. public abstract GlyphVector layoutGlyphVector (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 780. FontRenderContext frc, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 793. public abstract FontMetrics getFontMetrics (Font font); ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 793. public abstract FontMetrics getFontMetrics (Font font); ^--^ *** Semantic Error: Type "Font" was not found. 804. public abstract boolean hasUniformLineMetrics (Font font); ^--^ *** Semantic Error: Type "Font" was not found. 816. public abstract LineMetrics getLineMetrics (Font font, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 816. public abstract LineMetrics getLineMetrics (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 817. CharacterIterator ci, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 819. FontRenderContext rc); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 829. public abstract Rectangle2D getMaxCharBounds (Font font, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 829. public abstract Rectangle2D getMaxCharBounds (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 830. FontRenderContext rc); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 841. public abstract Rectangle2D getStringBounds (Font font, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 841. public abstract Rectangle2D getStringBounds (Font font, ^--^ *** Semantic Error: Type "Font" was not found. 842. CharacterIterator ci, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 844. FontRenderContext frc); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. Found 113 semantic errors compiling "../java/awt/Font.java": 41. import gnu.java.awt.ClasspathToolkit; ^--------------^ *** Semantic Error: Type "gnu.java.awt.ClasspathToolkit" was not found. 42. import gnu.java.awt.peer.ClasspathFontPeer; ^---------------^ *** Semantic Error: Type "gnu.java.awt.peer.ClasspathFontPeer" was not found. 47. import java.awt.font.TextLayout; ^--------^ *** Semantic Error: A candidate for type "TextLayout" was found, but it is invalid and needs to be fixed before this type will successfully compile. 57. import java.text.StringCharacterIterator; ^---------------------^ *** Semantic Error: Type "java.text.StringCharacterIterator" was not found. 70. public class Font implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 195. private transient ClasspathFontPeer peer; ^---------------^ *** Semantic Error: Type "ClasspathFontPeer" was not found. 218. public static Font decode(String fontspec) ^--^ *** Semantic Error: Type "Font" was not found. 221. fontspec = "Dialog-PLAIN-12"; ^--------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 222. String name = null; ^----^ *** Semantic Error: Type "String" was not found. 226. StringTokenizer st = new StringTokenizer(fontspec, "- "); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 226. StringTokenizer st = new StringTokenizer(fontspec, "- "); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 229. String token = st.nextToken(); ^----^ *** Semantic Error: Type "String" was not found. 257. catch (NumberFormatException e) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. <----------------------------- 266. HashMap attrs = new HashMap(); . . . 270. return getFontFromToolkit(name, attrs); ------------------------------------------> *** Semantic Error: These statements are unreachable. 266. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 266. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 270. return getFontFromToolkit(name, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontFromToolkit(??, ??)" was found in type "Font". Perhaps you wanted the overloaded version "?? getFontFromToolkit(String name, ?? attribs);" instead? 275. static ClasspathToolkit tk() ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 277. return (ClasspathToolkit) Toolkit.getDefaultToolkit(); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 281. static Font getFontFromToolkit(String name, Map attribs) ^--^ *** Semantic Error: Type "Font" was not found. 281. static Font getFontFromToolkit(String name, Map attribs) ^-^ *** Semantic Error: Type "Map" was not found. 287. static ClasspathFontPeer getPeerFromToolkit(String name, Map attrs) ^---------------^ *** Semantic Error: Type "ClasspathFontPeer" was not found. 287. static ClasspathFontPeer getPeerFromToolkit(String name, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 302. public static Font getFont(String propname, Font defval) ^--^ *** Semantic Error: Type "Font" was not found. 302. public static Font getFont(String propname, Font defval) ^--^ *** Semantic Error: Type "Font" was not found. 304. String propval = System.getProperty(propname); ^----^ *** Semantic Error: Type "String" was not found. 318. public static Font getFont(String propname) ^--^ *** Semantic Error: Type "Font" was not found. 320. return getFont(propname, (Font) null); ^--^ *** Semantic Error: Type "Font" was not found. 333. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 333. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 336. this.peer = getPeerFromToolkit(name, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getPeerFromToolkit(String, ??)" was found in type "Font". Perhaps you wanted the overloaded version "?? getPeerFromToolkit(String name, ?? attrs);" instead? 345. public Font(Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 354. Font(String name, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 359. attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 360. peer = getPeerFromToolkit(name, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getPeerFromToolkit(String, ??)" was found in type "Font". Perhaps you wanted the overloaded version "?? getPeerFromToolkit(String name, ?? attrs);" instead? 501. return peer.canDisplayUpTo(this, new StringCharacterIterator(s), ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 525. new StringCharacterIterator(new String (text)), ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 525. new StringCharacterIterator(new String (text)), ^----^ *** Semantic Error: Type "String" was not found. 546. public int canDisplayUpTo(CharacterIterator i, int start, int limit) ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 572. public static Font createFont (int fontFormat, InputStream is) ^--^ *** Semantic Error: Type "Font" was not found. 572. public static Font createFont (int fontFormat, InputStream is) ^---------^ *** Semantic Error: Type "InputStream" was not found. 573. throws FontFormatException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 593. public GlyphVector createGlyphVector(FontRenderContext ctx, String str) ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 593. public GlyphVector createGlyphVector(FontRenderContext ctx, String str) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 595. return peer.createGlyphVector(this, ctx, new StringCharacterIterator(str)); ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 613. public GlyphVector createGlyphVector(FontRenderContext ctx, ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 613. public GlyphVector createGlyphVector(FontRenderContext ctx, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 614. CharacterIterator i) ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 634. public GlyphVector createGlyphVector(FontRenderContext ctx, char[] chars) ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 634. public GlyphVector createGlyphVector(FontRenderContext ctx, char[] chars) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 637. new StringCharacterIterator(new String(chars))); ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 637. new StringCharacterIterator(new String(chars))); ^----^ *** Semantic Error: Type "String" was not found. 658. public GlyphVector createGlyphVector(FontRenderContext ctx, int[] glyphCodes) ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 658. public GlyphVector createGlyphVector(FontRenderContext ctx, int[] glyphCodes) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 674. public Font deriveFont(int style, float size) ^--^ *** Semantic Error: Type "Font" was not found. 689. public Font deriveFont(float size) ^--^ *** Semantic Error: Type "Font" was not found. 704. public Font deriveFont(int style) ^--^ *** Semantic Error: Type "Font" was not found. 724. public Font deriveFont(int style, AffineTransform a) ^--^ *** Semantic Error: Type "Font" was not found. 724. public Font deriveFont(int style, AffineTransform a) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 727. throw new IllegalArgumentException("Affine transformation is null"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 745. public Font deriveFont(AffineTransform a) ^--^ *** Semantic Error: Type "Font" was not found. 745. public Font deriveFont(AffineTransform a) ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 748. throw new IllegalArgumentException("Affine transformation is null"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 763. public Font deriveFont(Map attributes) ^--^ *** Semantic Error: Type "Font" was not found. 763. public Font deriveFont(Map attributes) ^------------------------^ *** Semantic Error: Duplicate declaration of method "deriveFont" in type "Font". The other occurrence is at location "../java/awt/Font.java:674". 763. public Font deriveFont(Map attributes) ^-^ *** Semantic Error: Type "Map" was not found. 777. public Map getAttributes() ^-^ *** Semantic Error: Type "Map" was not found. 791. public AttributedCharacterIterator.Attribute[] getAvailableAttributes() ^-----------------------------------^ *** Semantic Error: Type "Attribute" was not found. 840. public String getFamily(Locale lc) ^----^ *** Semantic Error: Type "Locale" was not found. 856. public static Font getFont(Map attributes) ^--^ *** Semantic Error: Type "Font" was not found. 856. public static Font getFont(Map attributes) ^-^ *** Semantic Error: Type "Map" was not found. 858. return getFontFromToolkit(null, attributes); ^----------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getFontFromToolkit(null, ??)" was found in type "Font". Perhaps you wanted the overloaded version "?? getFontFromToolkit(String name, ?? attribs);" instead? 894. public String getFontName(Locale lc) ^----^ *** Semantic Error: Type "Locale" was not found. 927. public LineMetrics getLineMetrics(String text, int begin, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 928. int limit, FontRenderContext rc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 930. return peer.getLineMetrics(this, new StringCharacterIterator(text), ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 948. public LineMetrics getLineMetrics(char[] chars, int begin, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 949. int limit, FontRenderContext rc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 952. new StringCharacterIterator(new String(chars)), ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 952. new StringCharacterIterator(new String(chars)), ^----^ *** Semantic Error: Type "String" was not found. 970. public LineMetrics getLineMetrics(CharacterIterator ci, int begin, ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 970. public LineMetrics getLineMetrics(CharacterIterator ci, int begin, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 971. int limit, FontRenderContext rc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 985. public Rectangle2D getMaxCharBounds(FontRenderContext rc) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 985. public Rectangle2D getMaxCharBounds(FontRenderContext rc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1050. public Rectangle2D getStringBounds(String str, FontRenderContext frc) ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 1050. public Rectangle2D getStringBounds(String str, FontRenderContext frc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1077. public Rectangle2D getStringBounds(String str, int begin, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 1078. int limit, FontRenderContext frc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1080. return peer.getStringBounds(this, new StringCharacterIterator(str), begin, ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 1106. public Rectangle2D getStringBounds(CharacterIterator ci, int begin, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 1106. public Rectangle2D getStringBounds(CharacterIterator ci, int begin, ^---------------^ *** Semantic Error: Type "CharacterIterator" was not found. 1107. int limit, FontRenderContext frc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1134. public Rectangle2D getStringBounds(char[] chars, int begin, ^---------^ *** Semantic Error: Type "Rectangle2D" was not found. 1135. int limit, FontRenderContext frc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1138. new StringCharacterIterator(new String(chars)), ^---------------------^ *** Semantic Error: Type "StringCharacterIterator" was not found. 1138. new StringCharacterIterator(new String(chars)), ^----^ *** Semantic Error: Type "String" was not found. 1148. public AffineTransform getTransform() ^-------------^ *** Semantic Error: Type "AffineTransform" was not found. 1209. public GlyphVector layoutGlyphVector(FontRenderContext frc, ^---------^ *** Semantic Error: Type "GlyphVector" was not found. 1209. public GlyphVector layoutGlyphVector(FontRenderContext frc, ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1224. public FontPeer getPeer() ^------^ *** Semantic Error: Type "FontPeer" was not found. 1259. if (! (obj instanceof Font)) ^--^ *** Semantic Error: Type "Font" was not found. 1262. Font f = (Font) obj; ^--^ *** Semantic Error: Type "Font" was not found. 1262. Font f = (Font) obj; ^--^ *** Semantic Error: Type "Font" was not found. 1279. String styleString = ""; ^----^ *** Semantic Error: Type "String" was not found. 1296. return getClass().getName() ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Font". 1322. public LineMetrics getLineMetrics(String str, FontRenderContext frc) ^---------^ *** Semantic Error: Type "LineMetrics" was not found. 1322. public LineMetrics getLineMetrics(String str, FontRenderContext frc) ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 1331. private void readObject(ObjectInputStream ois) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 1332. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 1336. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 1336. HashMap attrs = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 1339. peer = getPeerFromToolkit(name, attrs); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "getPeerFromToolkit(String, ??)" was found in type "Font". Perhaps you wanted the overloaded version "?? getPeerFromToolkit(String name, ?? attrs);" instead? Found 112 semantic errors compiling "../javax/accessibility/AccessibleRole.java": 55. public static final AccessibleRole ALERT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 56. = new AccessibleRole("alert"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 59. public static final AccessibleRole COLUMN_HEADER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 60. = new AccessibleRole("column header"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 69. public static final AccessibleRole CANVAS ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 70. = new AccessibleRole("canvas"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 76. public static final AccessibleRole COMBO_BOX ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 77. = new AccessibleRole("combo box"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 85. public static final AccessibleRole DESKTOP_ICON ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 86. = new AccessibleRole("desktop icon"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 95. public static final AccessibleRole INTERNAL_FRAME ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 96. = new AccessibleRole("internal frame"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 104. public static final AccessibleRole DESKTOP_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 105. = new AccessibleRole("desktop pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 112. public static final AccessibleRole OPTION_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 113. = new AccessibleRole("option pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 121. public static final AccessibleRole WINDOW ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 122. = new AccessibleRole("window"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 132. public static final AccessibleRole FRAME ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 133. = new AccessibleRole("frame"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 142. public static final AccessibleRole DIALOG ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 143. = new AccessibleRole("dialog"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 146. public static final AccessibleRole COLOR_CHOOSER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 147. = new AccessibleRole("color chooser"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 154. public static final AccessibleRole DIRECTORY_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 155. = new AccessibleRole("directory pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 162. public static final AccessibleRole FILE_CHOOSER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 163. = new AccessibleRole("file chooser"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 166. public static final AccessibleRole FILLER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 167. = new AccessibleRole("filler"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 170. public static final AccessibleRole HYPERLINK ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 171. = new AccessibleRole("hyperlink"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 174. public static final AccessibleRole ICON ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 175. = new AccessibleRole("icon"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 178. public static final AccessibleRole LABEL ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 179. = new AccessibleRole("label"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 187. public static final AccessibleRole ROOT_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 188. = new AccessibleRole("root pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 196. public static final AccessibleRole GLASS_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 197. = new AccessibleRole("glass pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 206. public static final AccessibleRole LAYERED_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 207. = new AccessibleRole("layered pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 216. public static final AccessibleRole LIST ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 217. = new AccessibleRole("list"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 226. public static final AccessibleRole LIST_ITEM ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 227. = new AccessibleRole("list item"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 236. public static final AccessibleRole MENU_BAR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 237. = new AccessibleRole("menu bar"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 245. public static final AccessibleRole POPUP_MENU ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 246. = new AccessibleRole("popup menu"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 259. public static final AccessibleRole MENU ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 260. = new AccessibleRole("menu"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 269. public static final AccessibleRole MENU_ITEM ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 270. = new AccessibleRole("menu item"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 278. public static final AccessibleRole SEPARATOR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 279. = new AccessibleRole("separator"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 287. public static final AccessibleRole PAGE_TAB_LIST ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 288. = new AccessibleRole("page tab list"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 296. public static final AccessibleRole PAGE_TAB ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 297. = new AccessibleRole("page tab"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 300. public static final AccessibleRole PANEL ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 301. = new AccessibleRole("panel"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 304. public static final AccessibleRole PROGRESS_BAR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 305. = new AccessibleRole("progress bar"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 308. public static final AccessibleRole PASSWORD_TEXT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 309. = new AccessibleRole("password text"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 318. public static final AccessibleRole PUSH_BUTTON ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 319. = new AccessibleRole("push button"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 328. public static final AccessibleRole TOGGLE_BUTTON ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 329. = new AccessibleRole("toggle button"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 338. public static final AccessibleRole CHECK_BOX ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 339. = new AccessibleRole("check box"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 349. public static final AccessibleRole RADIO_BUTTON ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 350. = new AccessibleRole("radio button"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 353. public static final AccessibleRole ROW_HEADER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 354. = new AccessibleRole("row header"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 362. public static final AccessibleRole SCROLL_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 363. = new AccessibleRole("scroll pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 370. public static final AccessibleRole SCROLL_BAR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 371. = new AccessibleRole("scroll bar"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 378. public static final AccessibleRole VIEWPORT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 379. = new AccessibleRole("viewport"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 382. public static final AccessibleRole SLIDER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 383. = new AccessibleRole("slider"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 389. public static final AccessibleRole SPLIT_PANE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 390. = new AccessibleRole("split pane"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 393. public static final AccessibleRole TABLE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 394. = new AccessibleRole("table"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 401. public static final AccessibleRole TEXT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 402. = new AccessibleRole("text"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 408. public static final AccessibleRole TREE ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 409. = new AccessibleRole("tree"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 412. public static final AccessibleRole TOOL_BAR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 413. = new AccessibleRole("tool bar"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 419. public static final AccessibleRole TOOL_TIP ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 420. = new AccessibleRole("tool tip"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 428. public static final AccessibleRole AWT_COMPONENT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 429. = new AccessibleRole("AWT component"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 437. public static final AccessibleRole SWING_COMPONENT ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 438. = new AccessibleRole("SWING component"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 446. public static final AccessibleRole UNKNOWN ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 447. = new AccessibleRole("unknown"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 450. public static final AccessibleRole STATUS_BAR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 451. = new AccessibleRole("statusbar"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 454. public static final AccessibleRole DATE_EDITOR ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 455. = new AccessibleRole("dateeditor"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 458. public static final AccessibleRole SPIN_BOX ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 459. = new AccessibleRole("spinbox"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 462. public static final AccessibleRole FONT_CHOOSER ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 463. = new AccessibleRole("fontchooser"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 466. public static final AccessibleRole GROUP_BOX ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 467. = new AccessibleRole("groupbox"); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. Found 76 semantic errors compiling "../java/beans/PropertyChangeSupport.java": 64. public class PropertyChangeSupport implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 78. private Hashtable children; ^-------^ *** Semantic Error: Type "Hashtable" was not found. 103. private transient Vector listeners; ^----^ *** Semantic Error: Type "Vector" was not found. <------------------------------------------ 111. public PropertyChangeSupport(Object source) . . . 116. } --> *** Semantic Error: The blank final field "source" 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. 115. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 131. if (l instanceof PropertyChangeListenerProxy) ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 133. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 133. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 135. (PropertyChangeListener) p.getListener()); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 140. listeners = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 160. if (l instanceof PropertyChangeListenerProxy) ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 162. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 162. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 164. (PropertyChangeListener) p.getListener()); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 188. ArrayList list = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 188. ArrayList list = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 194. Iterator iter = children.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 197. Entry e = (Entry) iter.next(); ^---^ *** Semantic Error: Type "Entry" was not found. 197. Entry e = (Entry) iter.next(); ^---^ *** Semantic Error: Type "Entry" was not found. 198. String name = (String) e.getKey(); ^----^ *** Semantic Error: Type "String" was not found. 198. String name = (String) e.getKey(); ^----^ *** Semantic Error: Type "String" was not found. 199. Vector v = ((PropertyChangeSupport) e.getValue()).listeners; ^----^ *** Semantic Error: Type "Vector" was not found. 199. Vector v = ((PropertyChangeSupport) e.getValue()).listeners; ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 202. list.add(new PropertyChangeListenerProxy ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 203. (name, (PropertyChangeListener) v.get(j))); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 206. return (PropertyChangeListener[]) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 207. list.toArray(new PropertyChangeListener[list.size()]); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 231. while (l instanceof PropertyChangeListenerProxy) ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 233. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 233. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 237. l = (PropertyChangeListener) p.getListener(); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 239. PropertyChangeSupport s = null; ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 241. children = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 243. s = (PropertyChangeSupport) children.get(propertyName); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 246. s = new PropertyChangeSupport(source); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 247. s.listeners = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 270. PropertyChangeSupport s ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 271. = (PropertyChangeSupport) children.get(propertyName); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 274. while (l instanceof PropertyChangeListenerProxy) ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 276. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 276. PropertyChangeListenerProxy p = (PropertyChangeListenerProxy) l; ^-------------------------^ *** Semantic Error: Type "PropertyChangeListenerProxy" was not found. 280. l = (PropertyChangeListener) p.getListener(); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 304. return new PropertyChangeListener[0]; ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 305. PropertyChangeSupport s ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 306. = (PropertyChangeSupport) children.get(propertyName); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 308. return new PropertyChangeListener[0]; ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 309. return (PropertyChangeListener[]) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 310. s.listeners.toArray(new PropertyChangeListener[s.listeners.size()]); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 326. firePropertyChange(new PropertyChangeEvent(source, propertyName, ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 342. firePropertyChange(new PropertyChangeEvent(source, propertyName, ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 343. new Integer(oldVal), ^-----^ *** Semantic Error: Type "Integer" was not found. 344. new Integer(newVal))); ^-----^ *** Semantic Error: Type "Integer" was not found. 360. firePropertyChange(new PropertyChangeEvent(source, propertyName, ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 373. public void firePropertyChange(PropertyChangeEvent event) ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. 377. Vector v = listeners; // Be thread-safe. ^----^ *** Semantic Error: Type "Vector" was not found. 382. ((PropertyChangeListener) v.get(i)).propertyChange(event); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 384. Hashtable h = children; // Be thread-safe. ^-------^ *** Semantic Error: Type "Hashtable" was not found. 387. PropertyChangeSupport s ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 388. = (PropertyChangeSupport) h.get(event.propertyName); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 394. ((PropertyChangeListener) v.get(i)).propertyChange(event); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 424. private synchronized void writeObject(ObjectOutputStream s) ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 425. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 432. if (listeners.get(i) instanceof Serializable) ^----------^ *** Semantic Error: Type "Serializable" was not found. 452. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 453. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 456. PropertyChangeListener l = (PropertyChangeListener) s.readObject(); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 456. PropertyChangeListener l = (PropertyChangeListener) s.readObject(); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 460. l = (PropertyChangeListener) s.readObject(); ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 468. Iterator iter = children.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 471. Entry e = (Entry) iter.next(); ^---^ *** Semantic Error: Type "Entry" was not found. 471. Entry e = (Entry) iter.next(); ^---^ *** Semantic Error: Type "Entry" was not found. 472. String name = (String) e.getKey(); ^----^ *** Semantic Error: Type "String" was not found. 472. String name = (String) e.getKey(); ^----^ *** Semantic Error: Type "String" was not found. 473. PropertyChangeSupport pcs = (PropertyChangeSupport) e.getValue(); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 473. PropertyChangeSupport pcs = (PropertyChangeSupport) e.getValue(); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 475. pcs.listeners = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. Found 2 semantic errors compiling "../java/beans/PropertyChangeListener.java": 53. public interface PropertyChangeListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. 60. void propertyChange(PropertyChangeEvent e); ^-----------------^ *** Semantic Error: Type "PropertyChangeEvent" was not found. Found 30 semantic errors compiling "../javax/accessibility/AccessibleContext.java": 40. import java.beans.PropertyChangeListener; ^--------------------^ *** Semantic Error: Type "java.beans.PropertyChangeListener" was not found. 41. import java.beans.PropertyChangeSupport; ^-------------------^ *** Semantic Error: Type "java.beans.PropertyChangeSupport" was not found. <----------------------- 71. public static final String ACCESSIBLE_NAME_PROPERTY 72. = "AccessibleName"; ---------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------ 81. public static final String ACCESSIBLE_DESCRIPTION_PROPERTY 82. = "AccessibleDescription"; ----------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------ 94. public static final String ACCESSIBLE_STATE_PROPERTY 95. = "AccessibleState"; ----------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------ 104. public static final String ACCESSIBLE_VALUE_PROPERTY 105. = "AccessibleValue"; ----------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <---------------------------- 114. public static final String ACCESSIBLE_SELECTION_PROPERTY 115. = "AccessibleSelection"; --------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <----------------------- 124. public static final String ACCESSIBLE_TEXT_PROPERTY 125. = "AccessibleText"; ---------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------ 133. public static final String ACCESSIBLE_CARET_PROPERTY 134. = "AccessibleCaret"; ----------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------- 142. public static final String ACCESSIBLE_VISIBLE_DATA_PROPERTY 143. = "AccessibleVisibleData"; ----------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------ 152. public static final String ACCESSIBLE_CHILD_PROPERTY 153. = "AccessibleChild"; ----------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------------ 161. public static final String ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY 162. = "AccessibleActiveDescendant"; ---------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------- 171. public static final String ACCESSIBLE_TABLE_CAPTION_CHANGED 172. = "accessibleTableCaptionChanged"; ------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------- 181. public static final String ACCESSIBLE_TABLE_SUMMARY_CHANGED 182. = "accessibleTableSummaryChanged"; ------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <----------------------------- 191. public static final String ACCESSIBLE_TABLE_MODEL_CHANGED 192. = "accessibleTableModelChanged"; ----------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <---------------------------------- 201. public static final String ACCESSIBLE_TABLE_ROW_HEADER_CHANGED 202. = "accessibleTableRowHeaderChanged"; --------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <--------------------------------------- 210. public static final String ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED 211. = "accessibleTableRowDescriptionChanged"; -------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------------- 220. public static final String ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED 221. = "accessibleTableColumnHeaderChanged"; -----------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------------------ 229. public static final String ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED 230. = "accessibleTableColumnDescriptionChanged"; ----------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------- 238. public static final String ACCESSIBLE_ACTION_PROPERTY 239. = "accessibleActionProperty"; -------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <-------------------------- 248. public static final String ACCESSIBLE_HYPERTEXT_OFFSET 249. = "AccessibleHypertextOffset"; --------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 282. private final PropertyChangeSupport listeners ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 283. = new PropertyChangeSupport(this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 356. public abstract AccessibleRole getAccessibleRole(); ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 367. public abstract AccessibleStateSet getAccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 425. public abstract Locale getLocale(); ^----^ *** Semantic Error: Type "Locale" was not found. 441. public void addPropertyChangeListener(PropertyChangeListener l) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 452. public void removePropertyChangeListener(PropertyChangeListener l) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 476. public AccessibleComponent getAccessibleComponent() ^-----------------^ *** Semantic Error: Type "AccessibleComponent" was not found. 524. public AccessibleValue getAccessibleValue() ^-------------^ *** Semantic Error: Type "AccessibleValue" was not found. Found 1 semantic error compiling "../javax/accessibility/Accessible.java": 60. AccessibleContext getAccessibleContext(); ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. Found 2 semantic errors compiling "../java/awt/event/ActionListener.java": 41. import java.util.EventListener; ^-----------^ *** Semantic Error: Type "java.util.EventListener" was not found. 51. public interface ActionListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 9 semantic errors compiling "../java/awt/event/InvocationEvent.java": 42. import java.awt.ActiveEvent; ^---------^ *** Semantic Error: Type "java.awt.ActiveEvent" was not found. 59. public class InvocationEvent extends AWTEvent implements ActiveEvent ^------^ *** Semantic Error: Type "AWTEvent" was not found. 59. public class InvocationEvent extends AWTEvent implements ActiveEvent ^---------^ *** Semantic Error: Type "ActiveEvent" was not found. 107. private Exception exception; ^-------^ *** Semantic Error: Type "Exception" was not found. 186. catch (Exception e) ^-------^ *** Semantic Error: Type "Exception" was not found. 193. Object o = notifier; ^----^ *** Semantic Error: Type "Object" was not found. 208. public Exception getException() ^-------^ *** Semantic Error: Type "Exception" was not found. <--------------------------------------------------------- 233. return (id == INVOCATION_DEFAULT ? "INVOCATION_DEFAULT,runnable=" . . . 235. + ",catchExceptions=" + catchExceptions + ",when=" + when; --------------------------------------------------------------> *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 233. return (id == INVOCATION_DEFAULT ? "INVOCATION_DEFAULT,runnable=" ^^ *** Semantic Error: No accessible field named "id" was found in type "InvocationEvent". Found 15 semantic errors compiling "../java/awt/font/TextHitInfo.java": 76. if(obj instanceof TextHitInfo) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 77. return this.equals((TextHitInfo) obj); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 82. public boolean equals(TextHitInfo hitInfo) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 88. public static TextHitInfo leading(int charIndex) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 90. return new TextHitInfo (charIndex, true); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 93. public static TextHitInfo trailing(int charIndex) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 95. return new TextHitInfo (charIndex, false); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 98. public static TextHitInfo beforeOffset(int offset) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 100. return new TextHitInfo (offset, false); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 103. public static TextHitInfo afterOffset(int offset) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 105. return new TextHitInfo (offset, true); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 108. public TextHitInfo getOtherHit() ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 113. public TextHitInfo getOffsetHit(int offset) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 115. return new TextHitInfo (charIndex + offset, leadingEdge); ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. <------------- 120. return "TextHitInfo[" . . . 123. + "]"; ----------------> *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 33 semantic errors compiling "../java/awt/event/InputMethodEvent.java": 43. import java.awt.EventQueue; ^--------^ *** Semantic Error: Type "java.awt.EventQueue" was not found. 44. import java.awt.font.TextHitInfo; ^---------^ *** Semantic Error: Type "java.awt.font.TextHitInfo" was not found. 57. public class InputMethodEvent extends AWTEvent ^------^ *** Semantic Error: Type "AWTEvent" was not found. 85. private final transient AttributedCharacterIterator text; ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 91. private final transient TextHitInfo caret; ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 94. private final transient TextHitInfo visiblePosition; ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. <----------------------------------------------------------- 113. public InputMethodEvent(Component source, int id, long when, . . . 130. } --> *** Semantic Error: The blank final field "visiblePosition" 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. <----------------------------------------------------------- 113. public InputMethodEvent(Component source, int id, long when, . . . 130. } --> *** Semantic Error: The blank final field "caret" 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. <----------------------------------------------------------- 113. public InputMethodEvent(Component source, int id, long when, . . . 130. } --> *** Semantic Error: The blank final field "committedCharacterCount" 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. <----------------------------------------------------------- 113. public InputMethodEvent(Component source, int id, long when, . . . 130. } --> *** Semantic Error: The blank final field "text" 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. 113. public InputMethodEvent(Component source, int id, long when, ^-------^ *** Semantic Error: Type "Component" was not found. 114. AttributedCharacterIterator text, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 115. int committedCharacterCount, TextHitInfo caret, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 116. TextHitInfo visiblePosition) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 129. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 147. public InputMethodEvent(Component source, int id, ^-------^ *** Semantic Error: Type "Component" was not found. 148. AttributedCharacterIterator text, ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 149. int committedCharacterCount, TextHitInfo caret, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 150. TextHitInfo visiblePosition) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 168. public InputMethodEvent(Component source, int id, TextHitInfo caret, ^-------^ *** Semantic Error: Type "Component" was not found. 168. public InputMethodEvent(Component source, int id, TextHitInfo caret, ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 169. TextHitInfo visiblePosition) ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 183. public AttributedCharacterIterator getText() ^-------------------------^ *** Semantic Error: Type "AttributedCharacterIterator" was not found. 204. public TextHitInfo getCaret() ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 216. public TextHitInfo getVisiblePosition() ^---------^ *** Semantic Error: Type "TextHitInfo" was not found. 227. consumed = true; ^------^ *** Semantic Error: No accessible field named "consumed" was found in type "InputMethodEvent". 237. return consumed; ^------^ *** Semantic Error: No accessible field named "consumed" was found in type "InputMethodEvent". 260. StringBuffer s ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 261. = new StringBuffer(80 + (text == null ? 0 ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 263. s.append(id == INPUT_METHOD_TEXT_CHANGED ? "INPUT_METHOD_TEXT_CHANGED, " ^^ *** Semantic Error: No accessible field named "id" was found in type "InputMethodEvent". 282. .append(visiblePosition == null ? (Object) "no visible position" ^----^ *** Semantic Error: Type "Object" was not found. 296. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 297. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../gnu/java/awt/EventModifier.java": 41. import java.awt.event.InputEvent; ^--------^ *** Semantic Error: Type "java.awt.event.InputEvent" was not found. 56. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. Found 62 semantic errors compiling "../java/awt/EventQueue.java": 41. import java.awt.event.ActionEvent; ^---------^ *** Semantic Error: Type "java.awt.event.ActionEvent" was not found. 42. import java.awt.event.InputEvent; ^--------^ *** Semantic Error: A candidate for type "InputEvent" was found, but it is invalid and needs to be fixed before this type will successfully compile. 43. import java.awt.event.InputMethodEvent; ^--------------^ *** Semantic Error: Type "java.awt.event.InputMethodEvent" was not found. 44. import java.awt.event.InvocationEvent; ^-------------^ *** Semantic Error: Type "java.awt.event.InvocationEvent" was not found. 46. import java.util.EmptyStackException; ^-----------------^ *** Semantic Error: Type "java.util.EmptyStackException" was not found. 65. private AWTEvent[] queue = new AWTEvent[INITIAL_QUEUE_DEPTH]; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 70. private EventQueue next; ^--------^ *** Semantic Error: Type "EventQueue" was not found. 71. private EventQueue prev; ^--------^ *** Semantic Error: Type "EventQueue" was not found. 75. private EventDispatchThread dispatchThread = new EventDispatchThread(this); ^-----------------^ *** Semantic Error: Type "EventDispatchThread" was not found. 94. Frame[] frames = Frame.getFrames(); ^---^ *** Semantic Error: Type "Frame" was not found. 98. return true; ^----------^ *** Semantic Error: This statement is unreachable. 137. throw new InterruptedException(); ^------------------^ *** Semantic Error: Type "InterruptedException" was not found. 139. wait(); ^----^ *** Semantic Error: No accessible method with signature "wait()" was found in type "EventQueue". 142. AWTEvent res = queue[next_out]; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 190. AWTEvent qevt = queue[i]; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 207. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 220. AWTEvent qevt = queue[i]; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 221. Object src; ^----^ *** Semantic Error: Type "Object" was not found. 224. && src instanceof Component) ^-------^ *** Semantic Error: Type "Component" was not found. 228. Component srccmp = (Component) src; ^-------^ *** Semantic Error: Type "Component" was not found. 228. Component srccmp = (Component) src; ^-------^ *** Semantic Error: Type "Component" was not found. 229. AWTEvent coalesced_evt = srccmp.coalesceEvents(qevt, evt); ^------^ *** Semantic Error: Type "AWTEvent" was not found. 249. AWTEvent[] oldQueue = queue; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 250. queue = new AWTEvent[queue.length * 2]; ^------^ *** Semantic Error: Type "AWTEvent" was not found. 263. dispatchThread = new EventDispatchThread(this); ^-----------------^ *** Semantic Error: Type "EventDispatchThread" was not found. 267. notify(); ^------^ *** Semantic Error: No accessible method with signature "notify()" was found in type "EventQueue". 284. throws InterruptedException, InvocationTargetException ^-----------------------^ *** Semantic Error: Type "InvocationTargetException" was not found. 287. throw new Error("Can't call invokeAndWait from event dispatch thread"); ^---^ *** Semantic Error: Type "Error" was not found. 289. EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue(); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 290. Thread current = Thread.currentThread(); ^----^ *** Semantic Error: Type "Thread" was not found. 292. InvocationEvent ie = ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 293. new InvocationEvent(eq, runnable, current, true); ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 301. Exception exception; ^-------^ *** Semantic Error: Type "Exception" was not found. 304. throw new InvocationTargetException(exception); ^-----------------------^ *** Semantic Error: Type "InvocationTargetException" was not found. 316. EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue(); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 318. InvocationEvent ie = ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 319. new InvocationEvent(eq, runnable, null, false); ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 330. EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue(); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 348. EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue(); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 349. Thread ct = Thread.currentThread(); ^----^ *** Semantic Error: Type "Thread" was not found. 372. public synchronized void push(EventQueue newEventQueue) ^--------^ *** Semantic Error: Type "EventQueue" was not found. 375. throw new NullPointerException (); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 388. dispatchThread = new EventDispatchThread(this); ^-----------------^ *** Semantic Error: Type "EventDispatchThread" was not found. 409. protected void pop() throws EmptyStackException ^-----------------^ *** Semantic Error: Type "EmptyStackException" was not found. 412. throw new EmptyStackException(); ^-----------------^ *** Semantic Error: Type "EmptyStackException" was not found. 455. if (evt instanceof InputEvent) ^--------^ *** Semantic Error: Type "InputEvent" was not found. 456. lastWhen = ((InputEvent) evt).getWhen(); ^--------^ *** Semantic Error: Type "InputEvent" was not found. 457. else if (evt instanceof ActionEvent) ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 458. lastWhen = ((ActionEvent) evt).getWhen(); ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 459. else if (evt instanceof InvocationEvent) ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 460. lastWhen = ((InvocationEvent) evt).getWhen(); ^-------------^ *** Semantic Error: Type "InvocationEvent" was not found. 462. if (evt instanceof ActiveEvent) ^---------^ *** Semantic Error: Type "ActiveEvent" was not found. 464. ActiveEvent active_evt = (ActiveEvent) evt; ^---------^ *** Semantic Error: Type "ActiveEvent" was not found. 464. ActiveEvent active_evt = (ActiveEvent) evt; ^---------^ *** Semantic Error: Type "ActiveEvent" was not found. 469. Object source = evt.getSource(); ^----^ *** Semantic Error: Type "Object" was not found. 471. if (source instanceof Component) ^-------^ *** Semantic Error: Type "Component" was not found. 473. Component srccmp = (Component) source; ^-------^ *** Semantic Error: Type "Component" was not found. 473. Component srccmp = (Component) source; ^-------^ *** Semantic Error: Type "Component" was not found. 476. else if (source instanceof MenuComponent) ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 478. MenuComponent srccmp = (MenuComponent) source; ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 478. MenuComponent srccmp = (MenuComponent) source; ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 503. EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue(); ^--------^ *** Semantic Error: Type "EventQueue" was not found. Found 3 semantic errors compiling "../java/util/EventObject.java": 51. public class EventObject implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 76. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 99. return getClass().getName() + "[source=" + source + "]"; ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "EventObject". Found 7 semantic errors compiling "../java/awt/AWTEvent.java": 42. import java.util.EventObject; ^---------^ *** Semantic Error: Type "java.util.EventObject" was not found. 59. public abstract class AWTEvent extends EventObject ^---------^ *** Semantic Error: Type "EventObject" was not found. 193. public AWTEvent(Event event) ^---^ *** Semantic Error: Type "Event" was not found. 242. String string = getClass ().getName () + "[" + paramString () + "] on " ^----^ *** Semantic Error: Type "String" was not found. 242. String string = getClass ().getName () + "[" + paramString () + "] on " ^---------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "AWTEvent". 243. + source; ^----^ *** Semantic Error: No accessible field named "source" was found in type "AWTEvent". 256. return ""; ^^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". Found 8 semantic errors compiling "../java/awt/event/ActionEvent.java": 41. import java.awt.AWTEvent; ^------^ *** Semantic Error: Type "java.awt.AWTEvent" was not found. 42. import java.awt.EventQueue; ^--------^ *** Semantic Error: A candidate for type "EventQueue" was found, but it is invalid and needs to be fixed before this type will successfully compile. 53. public class ActionEvent extends AWTEvent ^------^ *** Semantic Error: Type "AWTEvent" was not found. <------------------------------------------------------------------- 151. public ActionEvent(Object source, int id, String command, long when, . . . 158. } --> *** Semantic Error: The blank final field "when" 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. <------------------------------------------------------------------- 151. public ActionEvent(Object source, int id, String command, long when, . . . 158. } --> *** Semantic Error: The blank final field "modifiers" 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. 205. StringBuffer s = new StringBuffer(id == ACTION_PERFORMED ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 205. StringBuffer s = new StringBuffer(id == ACTION_PERFORMED ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 205. StringBuffer s = new StringBuffer(id == ACTION_PERFORMED ^^ *** Semantic Error: No accessible field named "id" was found in type "ActionEvent". Found 57 semantic errors compiling "../java/awt/MenuItem.java": 41. import java.awt.event.ActionEvent; ^---------^ *** Semantic Error: A candidate for type "ActionEvent" was found, but it is invalid and needs to be fixed before this type will successfully compile. 42. import java.awt.event.ActionListener; ^------------^ *** Semantic Error: Type "java.awt.event.ActionListener" was not found. 43. import java.awt.peer.MenuItemPeer; ^----------^ *** Semantic Error: Type "java.awt.peer.MenuItemPeer" was not found. 48. import javax.accessibility.Accessible; ^--------^ *** Semantic Error: Type "javax.accessibility.Accessible" was not found. 49. import javax.accessibility.AccessibleAction; ^--------------^ *** Semantic Error: Type "javax.accessibility.AccessibleAction" was not found. 50. import javax.accessibility.AccessibleContext; ^---------------^ *** Semantic Error: Type "javax.accessibility.AccessibleContext" was not found. 51. import javax.accessibility.AccessibleRole; ^------------^ *** Semantic Error: Type "javax.accessibility.AccessibleRole" was not found. 52. import javax.accessibility.AccessibleValue; ^-------------^ *** Semantic Error: Type "javax.accessibility.AccessibleValue" was not found. 60. implements Serializable, Accessible ^----------^ *** Semantic Error: Type "Serializable" was not found. 60. implements Serializable, Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 97. String label = ""; ^--------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 105. private transient ActionListener action_listeners; ^------------^ *** Semantic Error: Type "ActionListener" was not found. 108. extends MenuComponent.AccessibleAWTMenuComponent ^--------------------------------------^ *** Semantic Error: Type "AccessibleAWTMenuComponent" was not found. 109. implements AccessibleAction, AccessibleValue ^--------------^ *** Semantic Error: Type "AccessibleAction" was not found. 109. implements AccessibleAction, AccessibleValue ^-------------^ *** Semantic Error: Type "AccessibleValue" was not found. 126. public AccessibleAction getAccessibleAction() ^--------------^ *** Semantic Error: Type "AccessibleAction" was not found. 131. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 162. processActionEvent(new ActionEvent(this, ActionEvent.ACTION_PERFORMED, actionCommand)); ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 166. public AccessibleValue getAccessibleValue() ^-------------^ *** Semantic Error: Type "AccessibleValue" was not found. 176. return (enabled) ? new Integer(1) : new Integer(0); ^-----^ *** Semantic Error: Type "Integer" was not found. 176. return (enabled) ? new Integer(1) : new Integer(0); ^-----^ *** Semantic Error: Type "Integer" was not found. 196. return new Integer(0); ^-----^ *** Semantic Error: Type "Integer" was not found. 204. return new Integer(0); ^-----^ *** Semantic Error: Type "Integer" was not found. 283. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 285. MenuItemPeer mp = (MenuItemPeer) peer; ^----------^ *** Semantic Error: Type "MenuItemPeer" was not found. 285. MenuItemPeer mp = (MenuItemPeer) peer; ^----------^ *** Semantic Error: Type "MenuItemPeer" was not found. 285. MenuItemPeer mp = (MenuItemPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 351. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 352. ((MenuItemPeer) peer).setEnabled (true); ^----------^ *** Semantic Error: Type "MenuItemPeer" was not found. 352. ((MenuItemPeer) peer).setEnabled (true); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 369. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 370. ((MenuItemPeer) peer).setEnabled (false); ^----------^ *** Semantic Error: Type "MenuItemPeer" was not found. 370. ((MenuItemPeer) peer).setEnabled (false); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 482. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 483. peer = getToolkit ().createMenuItem (this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuItem". 483. peer = getToolkit ().createMenuItem (this); ^-----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "MenuItem". 495. addActionListener(ActionListener listener) ^------------^ *** Semantic Error: Type "ActionListener" was not found. 503. removeActionListener(ActionListener l) ^------------^ *** Semantic Error: Type "ActionListener" was not found. 508. public synchronized ActionListener[] getActionListeners() ^------------^ *** Semantic Error: Type "ActionListener" was not found. 510. return (ActionListener[]) ^------------^ *** Semantic Error: Type "ActionListener" was not found. 512. ActionListener.class); ^------------^ *** Semantic Error: Type "ActionListener" was not found. 520. public EventListener[] getListeners(Class listenerType) ^-----------^ *** Semantic Error: Type "EventListener" was not found. 522. if (listenerType == ActionListener.class) ^------------^ *** Semantic Error: Type "ActionListener" was not found. 524. return (EventListener[]) Array.newInstance(listenerType, 0); ^-----------^ *** Semantic Error: Type "EventListener" was not found. 530. dispatchEventImpl(AWTEvent e) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 536. processEvent(e); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "processEvent(??)" was found in type "MenuItem". Perhaps you wanted the overloaded version "void processEvent(?? event);" instead? 541. ((Menu) getParent ()).processEvent (e); ^--^ *** Semantic Error: Type "Menu" was not found. 541. ((Menu) getParent ()).processEvent (e); ^----------^ *** Semantic Error: No accessible method with signature "getParent()" was found in type "MenuItem". 551. processEvent(AWTEvent event) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 553. if (event instanceof ActionEvent) ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 554. processActionEvent((ActionEvent)event); ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 565. processActionEvent(ActionEvent event) ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 594. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 597. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "MenuItem". 598. accessibleContext = new AccessibleAWTMenuItem(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "MenuItem". 598. accessibleContext = new AccessibleAWTMenuItem(); ^-------------------^ *** Semantic Error: Type "AccessibleAWTMenuItem" was not found. 599. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "MenuItem". Found 47 semantic errors compiling "../java/awt/Menu.java": 41. import java.awt.peer.MenuPeer; ^------^ *** Semantic Error: Type "java.awt.peer.MenuPeer" was not found. 54. public class Menu extends MenuItem implements MenuContainer, Serializable ^-----------^ *** Semantic Error: Type "MenuContainer" was not found. 54. public class Menu extends MenuItem implements MenuContainer, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 73. private Vector items = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 73. private Vector items = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 91. static final transient String separatorLabel = "-"; ^------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 149. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 204. public MenuItem ^------^ *** Semantic Error: Type "MenuItem" was not found. 207. return((MenuItem)items.elementAt(index)); ^------^ *** Semantic Error: Type "MenuItem" was not found. 220. public MenuItem ^------^ *** Semantic Error: Type "MenuItem" was not found. 221. add(MenuItem item) ^------^ *** Semantic Error: Type "MenuItem" was not found. 230. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Menu". 232. MenuPeer mp = (MenuPeer) peer; ^------^ *** Semantic Error: Type "MenuPeer" was not found. 232. MenuPeer mp = (MenuPeer) peer; ^------^ *** Semantic Error: Type "MenuPeer" was not found. 232. MenuPeer mp = (MenuPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Menu". 249. add(new MenuItem(label)); ^------^ *** Semantic Error: Type "MenuItem" was not found. 264. insert(MenuItem item, int index) ^------^ *** Semantic Error: Type "MenuItem" was not found. 267. throw new IllegalArgumentException("Index is less than zero"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 269. MenuPeer peer = (MenuPeer) getPeer(); ^------^ *** Semantic Error: Type "MenuPeer" was not found. 269. MenuPeer peer = (MenuPeer) getPeer(); ^------^ *** Semantic Error: Type "MenuPeer" was not found. 269. MenuPeer peer = (MenuPeer) getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "Menu". 285. peer.addItem ((MenuItem) items.elementAt (i)); ^------^ *** Semantic Error: Type "MenuItem" was not found. 305. insert(new MenuItem(label), index); ^------^ *** Semantic Error: Type "MenuItem" was not found. 316. add(new MenuItem(separatorLabel)); ^------^ *** Semantic Error: Type "MenuItem" was not found. 332. insert(new MenuItem(separatorLabel), index); ^------^ *** Semantic Error: Type "MenuItem" was not found. 349. MenuPeer mp = (MenuPeer)getPeer(); ^------^ *** Semantic Error: Type "MenuPeer" was not found. 349. MenuPeer mp = (MenuPeer)getPeer(); ^------^ *** Semantic Error: Type "MenuPeer" was not found. 349. MenuPeer mp = (MenuPeer)getPeer(); ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "Menu". 363. remove(MenuComponent item) ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 396. if (peer == null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Menu". 397. peer = getToolkit().createMenu(this); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "Menu". 397. peer = getToolkit().createMenu(this); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "Menu". 398. Enumeration e = items.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 401. MenuItem mi = (MenuItem)e.nextElement(); ^------^ *** Semantic Error: Type "MenuItem" was not found. 401. MenuItem mi = (MenuItem)e.nextElement(); ^------^ *** Semantic Error: Type "MenuItem" was not found. 404. super.addNotify (); ^-----------------^ *** Semantic Error: This statement is unreachable. 415. Enumeration e = items.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 418. MenuItem mi = (MenuItem) e.nextElement(); ^------^ *** Semantic Error: Type "MenuItem" was not found. 418. MenuItem mi = (MenuItem) e.nextElement(); ^------^ *** Semantic Error: Type "MenuItem" was not found. 421. super.removeNotify(); ^-------------------^ *** Semantic Error: This statement is unreachable. 442. protected class AccessibleAWTMenu extends AccessibleAWTMenuItem ^-------------------^ *** Semantic Error: Type "AccessibleAWTMenuItem" was not found. 450. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 462. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 465. if (accessibleContext == null) ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Menu". 466. accessibleContext = new AccessibleAWTMenu(); ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Menu". 466. accessibleContext = new AccessibleAWTMenu(); ^---------------^ *** Semantic Error: Type "AccessibleAWTMenu" was not found. 467. return accessibleContext; ^---------------^ *** Semantic Error: No accessible field named "accessibleContext" was found in type "Menu". Found 3 semantic errors compiling "../java/awt/peer/MenuBarPeer.java": 41. import java.awt.Menu; ^--^ *** Semantic Error: Type "java.awt.Menu" was not found. 45. void addMenu(Menu m); ^--^ *** Semantic Error: Type "Menu" was not found. 46. void addHelpMenu(Menu menu); ^--^ *** Semantic Error: Type "Menu" was not found. Found 59 semantic errors compiling "../java/awt/MenuBar.java": 41. import java.awt.peer.MenuBarPeer; ^---------^ *** Semantic Error: Type "java.awt.peer.MenuBarPeer" was not found. 42. import java.awt.peer.MenuComponentPeer; ^---------------^ *** Semantic Error: Type "java.awt.peer.MenuComponentPeer" was not found. 59. public class MenuBar extends MenuComponent ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 60. implements MenuContainer, Serializable, Accessible ^-----------^ *** Semantic Error: Type "MenuContainer" was not found. 60. implements MenuContainer, Serializable, Accessible ^----------^ *** Semantic Error: Type "Serializable" was not found. 60. implements MenuContainer, Serializable, Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 79. private Menu helpMenu; ^--^ *** Semantic Error: Type "Menu" was not found. 84. private Vector menus = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 84. private Vector menus = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 92. private transient AccessibleContext accessibleContext; ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 109. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 123. public Menu ^--^ *** Semantic Error: Type "Menu" was not found. 137. setHelpMenu(Menu menu) ^--^ *** Semantic Error: Type "Menu" was not found. 150. MenuBarPeer peer = (MenuBarPeer) getPeer (); ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 150. MenuBarPeer peer = (MenuBarPeer) getPeer (); ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 150. MenuBarPeer peer = (MenuBarPeer) getPeer (); ^--------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "MenuBar". 168. public synchronized Menu ^--^ *** Semantic Error: Type "Menu" was not found. 169. add(Menu menu) ^--^ *** Semantic Error: Type "Menu" was not found. 177. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuBar". 195. Menu m = (Menu) menus.get (index); ^--^ *** Semantic Error: Type "Menu" was not found. 195. Menu m = (Menu) menus.get (index); ^--^ *** Semantic Error: Type "Menu" was not found. 200. if (peer != null) ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuBar". 202. MenuBarPeer mp = (MenuBarPeer) peer; ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 202. MenuBarPeer mp = (MenuBarPeer) peer; ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 202. MenuBarPeer mp = (MenuBarPeer) peer; ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuBar". 215. remove(MenuComponent menu) ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 263. public Menu ^--^ *** Semantic Error: Type "Menu" was not found. 266. return((Menu)menus.elementAt(index)); ^--^ *** Semantic Error: Type "Menu" was not found. 277. if (getPeer() == null) ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "MenuBar". 278. setPeer((MenuComponentPeer)getToolkit().createMenuBar(this)); ^---------------^ *** Semantic Error: Type "MenuComponentPeer" was not found. 278. setPeer((MenuComponentPeer)getToolkit().createMenuBar(this)); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "MenuBar". 279. Enumeration e = menus.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 282. Menu mi = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 282. Menu mi = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. <-------------------- 285. if (helpMenu != null) . . . 289. } --> *** Semantic Error: This statement is unreachable. 288. ((MenuBarPeer) peer).addHelpMenu(helpMenu); ^---------^ *** Semantic Error: Type "MenuBarPeer" was not found. 288. ((MenuBarPeer) peer).addHelpMenu(helpMenu); ^--^ *** Semantic Error: No accessible field named "peer" was found in type "MenuBar". 300. Enumeration e = menus.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 303. Menu mi = (Menu) e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 303. Menu mi = (Menu) e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 306. super.removeNotify(); ^-------------------^ *** Semantic Error: This statement is unreachable. 316. public synchronized Enumeration ^---------^ *** Semantic Error: Type "Enumeration" was not found. 319. Vector shortcuts = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 319. Vector shortcuts = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 320. Enumeration e = menus.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 324. Menu menu = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 324. Menu menu = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 329. return(shortcuts.elements()); ^---------------------------^ *** Semantic Error: This statement is unreachable. 342. public MenuItem ^------^ *** Semantic Error: Type "MenuItem" was not found. 345. Enumeration e = menus.elements(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 349. Menu menu = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 349. Menu menu = (Menu)e.nextElement(); ^--^ *** Semantic Error: Type "Menu" was not found. 350. MenuShortcut s = menu.getShortcut(); ^----------^ *** Semantic Error: Type "MenuShortcut" was not found. 355. return(null); ^-----------^ *** Semantic Error: This statement is unreachable. 368. MenuItem it; ^------^ *** Semantic Error: Type "MenuItem" was not found. 380. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 384. accessibleContext = new AccessibleAWTMenuBar(); ^------------------^ *** Semantic Error: Type "AccessibleAWTMenuBar" was not found. 394. extends AccessibleAWTMenuComponent ^------------------------^ *** Semantic Error: Type "AccessibleAWTMenuComponent" was not found. 416. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. Found 4 semantic errors compiling "../java/awt/image/ImageConsumer.java": 139. void setProperties(Hashtable props); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 150. void setColorModel(ColorModel model); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 182. ColorModel model, byte[] pixels, int offset, int scansize); ^--------^ *** Semantic Error: Type "ColorModel" was not found. 204. ColorModel model, int[] pixels, int offset, int scansize); ^--------^ *** Semantic Error: Type "ColorModel" was not found. Found 13 semantic errors compiling "../java/awt/image/ImageFilter.java": 50. public class ImageFilter implements ImageConsumer, Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 56. protected ImageConsumer consumer = null; ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 90. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 94. throw new InternalError (); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 105. public ImageFilter getFilterInstance(ImageConsumer ic) ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 105. public ImageFilter getFilterInstance(ImageConsumer ic) ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 108. throw new IllegalArgumentException("null argument for ImageFilter.getFilterInstance(ImageConsumer)"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 111. ImageFilter f = (ImageFilter)clone(); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 111. ImageFilter f = (ImageFilter)clone(); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 138. public void setProperties(Hashtable props) ^-------^ *** Semantic Error: Type "Hashtable" was not found. 152. public void setColorModel(ColorModel model) ^--------^ *** Semantic Error: Type "ColorModel" was not found. 189. ColorModel model, byte[] pixels, int offset, int scansize) ^--------^ *** Semantic Error: Type "ColorModel" was not found. 210. ColorModel model, int[] pixels, int offset, int scansize) ^--------^ *** Semantic Error: Type "ColorModel" was not found. Found 17 semantic errors compiling "../java/awt/image/ReplicateScaleFilter.java": 127. if (consumer != null) ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 128. consumer.setDimensions(destWidth, destHeight); ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 137. public void setProperties(Hashtable props) ^-------^ *** Semantic Error: Type "Hashtable" was not found. 140. if (consumer != null) ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 141. consumer.setProperties(props); ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 159. ColorModel model, byte[] pixels, int offset, int scansize) ^--------^ *** Semantic Error: Type "ColorModel" was not found. <-------------------------- 166. byte[] destPixels = replicatePixels(x, y, w, h, . . . 168. rx, ry, destScansize); ---------------------------------------------------------------> *** Semantic Error: No applicable overload for a method with signature "replicatePixels(int, int, int, int, ??, byte[], int, int, double, double, int)" was found in type "ReplicateScaleFilter". Perhaps you wanted the overloaded version "byte[] replicatePixels(int srcx, int srcy, int srcw, int srch, ?? model, byte[] srcPixels, int srcOffset, int srcScansize, double rx, double ry, int destScansize);" instead? 170. if (consumer != null) ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 171. consumer.setPixels((int) Math.floor(x/rx), (int) Math.floor(y/ry), ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 191. ColorModel model, int[] pixels, int offset, int scansize) ^--------^ *** Semantic Error: Type "ColorModel" was not found. <-------------------------- 198. int[] destPixels = replicatePixels(x, y, w, h, . . . 200. rx, ry, destScansize); ---------------------------------------------------------------> *** Semantic Error: No applicable overload for a method with signature "replicatePixels(int, int, int, int, ??, int[], int, int, double, double, int)" was found in type "ReplicateScaleFilter". Perhaps you wanted the overloaded version "byte[] replicatePixels(int srcx, int srcy, int srcw, int srch, ?? model, byte[] srcPixels, int srcOffset, int srcScansize, double rx, double ry, int destScansize);" instead? 202. if (consumer != null) ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 203. consumer.setPixels((int) Math.floor(x/rx), (int) Math.floor(y/ry), ^------^ *** Semantic Error: The instance field "consumer" in class "ImageFilter" has protected access, but the qualifying expression is not of type "ReplicateScaleFilter" or any of its enclosing types. 209. ColorModel model, byte[] srcPixels, ^--------^ *** Semantic Error: Type "ColorModel" was not found. 225. return destPixels; ^----------------^ *** Semantic Error: This statement is unreachable. 229. ColorModel model, int[] srcPixels, ^--------^ *** Semantic Error: Type "ColorModel" was not found. 245. return destPixels; ^----------------^ *** Semantic Error: This statement is unreachable. Found 5 semantic errors compiling "../java/awt/image/ImageProducer.java": 56. void addConsumer(ImageConsumer ic); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 62. boolean isConsumer(ImageConsumer ic); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 68. void removeConsumer(ImageConsumer ic); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 76. void startProduction(ImageConsumer ic); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 83. void requestTopDownLeftRightResend(ImageConsumer ic); ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. Found 2 semantic errors compiling "../java/awt/image/ImageObserver.java": 41. import java.awt.Image; ^---^ *** Semantic Error: Type "java.awt.Image" was not found. 127. boolean imageUpdate(Image image, int flags, int x, ^---^ *** Semantic Error: Type "Image" was not found. Found 20 semantic errors compiling "../java/awt/image/FilteredImageSource.java": 50. ImageProducer ip; ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 51. ImageFilter filter; ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 52. Hashtable consumers = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 52. Hashtable consumers = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 58. public FilteredImageSource(ImageProducer ip, ImageFilter filter) { ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 58. public FilteredImageSource(ImageProducer ip, ImageFilter filter) { ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 67. public synchronized void addConsumer(ImageConsumer ic) { ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 71. ImageFilter f = filter.getFilterInstance(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 80. public synchronized boolean isConsumer(ImageConsumer ic) { ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 81. ImageFilter f = (ImageFilter)consumers.get(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 81. ImageFilter f = (ImageFilter)consumers.get(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 91. public synchronized void removeConsumer(ImageConsumer ic) { ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 92. ImageFilter f = (ImageFilter)consumers.remove(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 92. ImageFilter f = (ImageFilter)consumers.remove(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 103. public void startProduction(ImageConsumer ic) { ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 104. ImageFilter f; ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 110. f = (ImageFilter)consumers.get( ic ); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 120. public void requestTopDownLeftRightResend(ImageConsumer ic) { ^-----------^ *** Semantic Error: Type "ImageConsumer" was not found. 121. ImageFilter f = (ImageFilter)consumers.get(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. 121. ImageFilter f = (ImageFilter)consumers.get(ic); ^---------^ *** Semantic Error: Type "ImageFilter" was not found. Found 15 semantic errors compiling "../java/awt/Image.java": 41. import java.awt.image.FilteredImageSource; ^-----------------^ *** Semantic Error: Type "java.awt.image.FilteredImageSource" was not found. 42. import java.awt.image.ImageObserver; ^-----------^ *** Semantic Error: Type "java.awt.image.ImageObserver" was not found. 43. import java.awt.image.ImageProducer; ^-----------^ *** Semantic Error: Type "java.awt.image.ImageProducer" was not found. 44. import java.awt.image.ReplicateScaleFilter; ^------------------^ *** Semantic Error: Type "java.awt.image.ReplicateScaleFilter" was not found. 61. = new String("undefined property"); ^----^ *** Semantic Error: Type "String" was not found. 118. public abstract int getWidth(ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 129. public abstract int getHeight(ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 137. public abstract ImageProducer getSource(); ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 145. public abstract Graphics getGraphics(); ^------^ *** Semantic Error: Type "Graphics" was not found. 160. public abstract Object getProperty(String name, ImageObserver observer); ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 179. public Image getScaledInstance(int width, int height, int flags) ^---^ *** Semantic Error: Type "Image" was not found. 186. ImageProducer producer = ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 187. new FilteredImageSource(this.getSource(), ^-----------------^ *** Semantic Error: Type "FilteredImageSource" was not found. 188. new ReplicateScaleFilter(width, height)); ^------------------^ *** Semantic Error: Type "ReplicateScaleFilter" was not found. 193. throw new Error("not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. Found 5 semantic errors compiling "../java/awt/peer/FramePeer.java": 41. import java.awt.Image; ^---^ *** Semantic Error: A candidate for type "Image" was found, but it is invalid and needs to be fixed before this type will successfully compile. 42. import java.awt.MenuBar; ^-----^ *** Semantic Error: Type "java.awt.MenuBar" was not found. 47. void setIconImage(Image image); ^---^ *** Semantic Error: Type "Image" was not found. 48. void setMenuBar(MenuBar mb); ^-----^ *** Semantic Error: Type "MenuBar" was not found. 53. void setMaximizedBounds(Rectangle r); ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 2 semantic errors compiling "../gnu/java/awt/peer/EmbeddedWindowPeer.java": 42. import java.awt.peer.FramePeer; ^-------^ *** Semantic Error: A candidate for type "FramePeer" was found, but it is invalid and needs to be fixed before this type will successfully compile. 44. public interface EmbeddedWindowPeer extends FramePeer ^-------^ *** Semantic Error: Type "FramePeer" was not found. Found 15 semantic errors compiling "../gnu/java/awt/EmbeddedWindow.java": 41. import gnu.java.awt.peer.EmbeddedWindowPeer; ^----------------^ *** Semantic Error: Type "gnu.java.awt.peer.EmbeddedWindowPeer" was not found. 45. import java.awt.Frame; ^---^ *** Semantic Error: Type "java.awt.Frame" was not found. 56. public class EmbeddedWindow extends Frame ^---^ *** Semantic Error: Type "Frame" was not found. 89. ClasspathToolkit tk = (ClasspathToolkit) getToolkit(); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 89. ClasspathToolkit tk = (ClasspathToolkit) getToolkit(); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 89. ClasspathToolkit tk = (ClasspathToolkit) getToolkit(); ^----------^ *** Semantic Error: No accessible method with signature "getToolkit()" was found in type "EmbeddedWindow". 95. Field peerField = Component.class.getDeclaredField("peer"); ^---^ *** Semantic Error: Type "Field" was not found. 95. Field peerField = Component.class.getDeclaredField("peer"); ^-------^ *** Semantic Error: Type "Component" was not found. 96. AccessController.doPrivileged(new SetAccessibleAction(peerField)); ^-----------------^ *** Semantic Error: Type "SetAccessibleAction" was not found. 99. catch (IllegalAccessException e) ^--------------------^ *** Semantic Error: Type "IllegalAccessException" was not found. 101. throw new AssertionError (e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 103. catch (NoSuchFieldException e) ^------------------^ *** Semantic Error: Type "java.lang.NoSuchFieldException" was not found. 105. throw new AssertionError (e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 122. throw new RuntimeException ("EmbeddedWindow is already embedded"); ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 125. if (getPeer() != null) ^-------^ *** Semantic Error: No accessible method with signature "getPeer()" was found in type "EmbeddedWindow". Found 39 semantic errors compiling "../gnu/java/awt/ClasspathToolkit.java": 41. import gnu.java.awt.EmbeddedWindow; ^------------^ *** Semantic Error: Type "gnu.java.awt.EmbeddedWindow" was not found. 47. import java.awt.AWTException; ^----------^ *** Semantic Error: Type "java.awt.AWTException" was not found. 50. import java.awt.DisplayMode; ^---------^ *** Semantic Error: Type "java.awt.DisplayMode" was not found. 53. import java.awt.GraphicsDevice; ^------------^ *** Semantic Error: Type "java.awt.GraphicsDevice" was not found. 60. import java.awt.peer.RobotPeer; ^-------^ *** Semantic Error: Type "java.awt.peer.RobotPeer" was not found. 72. import javax.imageio.spi.IIORegistry; ^---------^ *** Semantic Error: Type "javax.imageio.spi.IIORegistry" was not found. 96. extends Toolkit ^-----^ *** Semantic Error: Type "Toolkit" was not found. 106. public abstract GraphicsEnvironment getLocalGraphicsEnvironment(); ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 121. public abstract ClasspathFontPeer getClasspathFontPeer (String name, Map attrs); ^---------------^ *** Semantic Error: Type "ClasspathFontPeer" was not found. 121. public abstract ClasspathFontPeer getClasspathFontPeer (String name, Map attrs); ^-^ *** Semantic Error: Type "Map" was not found. 123. public abstract ClasspathTextLayoutPeer ^---------------------^ *** Semantic Error: Type "ClasspathTextLayoutPeer" was not found. 124. getClasspathTextLayoutPeer (AttributedString str, FontRenderContext frc); ^--------------^ *** Semantic Error: Type "AttributedString" was not found. 124. getClasspathTextLayoutPeer (AttributedString str, FontRenderContext frc); ^---------------^ *** Semantic Error: Type "FontRenderContext" was not found. 135. public Font getFont (String name, Map attrs) ^--^ *** Semantic Error: Type "Font" was not found. 135. public Font getFont (String name, Map attrs) ^-^ *** Semantic Error: Type "Map" was not found. 137. Font f = null; ^--^ *** Semantic Error: Type "Font" was not found. 143. Constructor fontConstructor = Font.class.getDeclaredConstructor ^---------^ *** Semantic Error: Type "Constructor" was not found. 144. (new Class[] { String.class, Map.class }); ^---^ *** Semantic Error: Type "Class" was not found. 144. (new Class[] { String.class, Map.class }); ^-------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 146. (new SetAccessibleAction(fontConstructor)); ^-----------------^ *** Semantic Error: Type "SetAccessibleAction" was not found. 147. f = (Font) fontConstructor.newInstance(new Object[] { name, attrs }); ^--^ *** Semantic Error: Type "Font" was not found. 147. f = (Font) fontConstructor.newInstance(new Object[] { name, attrs }); ^----^ *** Semantic Error: Type "Object" was not found. 147. f = (Font) fontConstructor.newInstance(new Object[] { name, attrs }); ^-------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 149. catch (IllegalAccessException e) ^--------------------^ *** Semantic Error: Type "IllegalAccessException" was not found. 151. throw new AssertionError(e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 153. catch (NoSuchMethodException e) ^-------------------^ *** Semantic Error: Type "NoSuchMethodException" was not found. 155. throw new AssertionError(e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 157. catch (InstantiationException e) ^--------------------^ *** Semantic Error: Type "InstantiationException" was not found. 159. throw new AssertionError(e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 161. catch (InvocationTargetException e) ^-----------------------^ *** Semantic Error: Type "InvocationTargetException" was not found. 163. throw new AssertionError(e); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 194. public abstract Font createFont(int format, InputStream stream); ^--^ *** Semantic Error: Type "Font" was not found. 194. public abstract Font createFont(int format, InputStream stream); ^---------^ *** Semantic Error: Type "InputStream" was not found. 196. public abstract RobotPeer createRobot (GraphicsDevice screen) ^-------^ *** Semantic Error: Type "RobotPeer" was not found. 196. public abstract RobotPeer createRobot (GraphicsDevice screen) ^------------^ *** Semantic Error: Type "GraphicsDevice" was not found. 197. throws AWTException; ^----------^ *** Semantic Error: Type "AWTException" was not found. 205. public abstract EmbeddedWindowPeer createEmbeddedWindow (EmbeddedWindow w); ^----------------^ *** Semantic Error: Type "EmbeddedWindowPeer" was not found. 205. public abstract EmbeddedWindowPeer createEmbeddedWindow (EmbeddedWindow w); ^------------^ *** Semantic Error: Type "EmbeddedWindow" was not found. 210. public void registerImageIOSpis(IIORegistry reg) ^---------^ *** Semantic Error: Type "IIORegistry" was not found. Found 21 semantic errors compiling "../java/awt/GraphicsEnvironment.java": 41. import gnu.java.awt.ClasspathToolkit; ^--------------^ *** Semantic Error: A candidate for type "ClasspathToolkit" was found, but it is invalid and needs to be fixed before this type will successfully compile. 59. private static GraphicsEnvironment localGraphicsEnvironment; ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 77. public static GraphicsEnvironment getLocalGraphicsEnvironment() ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 82. String graphicsenv = SystemProperties.getProperty("java.awt.graphicsenv", ^----^ *** Semantic Error: Type "String" was not found. 89. localGraphicsEnvironment = (GraphicsEnvironment) ^-----------------^ *** Semantic Error: Type "GraphicsEnvironment" was not found. 93. catch (Exception x) ^-------^ *** Semantic Error: Type "Exception" was not found. 95. throw (InternalError) ^-----------^ *** Semantic Error: Type "InternalError" was not found. 96. new InternalError("Unable to instantiate java.awt.graphicsenv") ^-----------^ *** Semantic Error: Type "InternalError" was not found. 102. ClasspathToolkit tk; ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 103. tk = ((ClasspathToolkit) Toolkit.getDefaultToolkit()); ^--------------^ *** Semantic Error: Type "ClasspathToolkit" was not found. 124. String headless = SystemProperties.getProperty("java.awt.headless", null); ^----^ *** Semantic Error: Type "String" was not found. 150. public abstract GraphicsDevice[] getScreenDevices(); ^------------^ *** Semantic Error: Type "GraphicsDevice" was not found. 158. public abstract GraphicsDevice getDefaultScreenDevice(); ^------------^ *** Semantic Error: Type "GraphicsDevice" was not found. 166. public abstract Graphics2D createGraphics(BufferedImage image); ^--------^ *** Semantic Error: Type "Graphics2D" was not found. 166. public abstract Graphics2D createGraphics(BufferedImage image); ^-----------^ *** Semantic Error: Type "BufferedImage" was not found. 180. public abstract Font[] getAllFonts(); ^--^ *** Semantic Error: Type "Font" was not found. 206. public abstract String[] getAvailableFontFamilyNames(Locale l); ^----^ *** Semantic Error: Type "Locale" was not found. 219. public Point getCenterPoint() ^---^ *** Semantic Error: Type "Point" was not found. 221. Rectangle r = getMaximumWindowBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 222. return new Point(r.x + r.width / 2, r.y + r.height / 2); ^---^ *** Semantic Error: Type "Point" was not found. 240. public Rectangle getMaximumWindowBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. Found 1 semantic error compiling "../java/awt/dnd/DropTargetListener.java": 48. public interface DropTargetListener extends EventListener ^-----------^ *** Semantic Error: Type "EventListener" was not found. Found 40 semantic errors compiling "../java/awt/dnd/DropTarget.java": 41. import java.awt.Component; ^-------^ *** Semantic Error: Type "java.awt.Component" was not found. 42. import java.awt.GraphicsEnvironment; ^-----------------^ *** Semantic Error: A candidate for type "GraphicsEnvironment" was found, but it is invalid and needs to be fixed before this type will successfully compile. 57. implements DropTargetListener, EventListener, Serializable ^-----------^ *** Semantic Error: Type "EventListener" was not found. 57. implements DropTargetListener, EventListener, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 67. implements ActionListener ^------------^ *** Semantic Error: Type "ActionListener" was not found. 69. private Component component; ^-------^ *** Semantic Error: Type "Component" was not found. 70. private Point point; ^---^ *** Semantic Error: Type "Point" was not found. 72. protected DropTargetAutoScroller (Component c, Point p) ^-------^ *** Semantic Error: Type "Component" was not found. 72. protected DropTargetAutoScroller (Component c, Point p) ^---^ *** Semantic Error: Type "Point" was not found. 78. protected void updateLocation (Point newLocn) ^---^ *** Semantic Error: Type "Point" was not found. 87. public void actionPerformed (ActionEvent e) ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 92. private Component component; ^-------^ *** Semantic Error: Type "Component" was not found. 93. private FlavorMap flavorMap; ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 96. private DropTargetListener dropTargetListener; ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 116. public DropTarget (Component c, DropTargetListener dtl) ^-------^ *** Semantic Error: Type "Component" was not found. 116. public DropTarget (Component c, DropTargetListener dtl) ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 127. public DropTarget (Component c, int i, DropTargetListener dtl) ^-------^ *** Semantic Error: Type "Component" was not found. 127. public DropTarget (Component c, int i, DropTargetListener dtl) ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 138. public DropTarget (Component c, int i, DropTargetListener dtl, boolean b) ^-------^ *** Semantic Error: Type "Component" was not found. 138. public DropTarget (Component c, int i, DropTargetListener dtl, boolean b) ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 149. public DropTarget (Component c, int i, DropTargetListener dtl, boolean b, ^-------^ *** Semantic Error: Type "Component" was not found. 149. public DropTarget (Component c, int i, DropTargetListener dtl, boolean b, ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 150. FlavorMap fm) ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 153. throw new HeadlessException (); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 166. public void setComponent (Component c) ^-------^ *** Semantic Error: Type "Component" was not found. 174. public Component getComponent () ^-------^ *** Semantic Error: Type "Component" was not found. 213. public void addDropTargetListener (DropTargetListener dtl) ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 214. throws TooManyListenersException ^-----------------------^ *** Semantic Error: Type "TooManyListenersException" was not found. 219. public void removeDropTargetListener(DropTargetListener dtl) ^----------------^ *** Semantic Error: Type "DropTargetListener" was not found. 245. public FlavorMap getFlavorMap() ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 250. public void setFlavorMap(FlavorMap fm) ^-------^ *** Semantic Error: Type "FlavorMap" was not found. 255. public void addNotify(java.awt.peer.ComponentPeer peer) ^-------------------------^ *** Semantic Error: Type "ComponentPeer" was not found. 259. public void removeNotify(java.awt.peer.ComponentPeer peer) ^-------------------------^ *** Semantic Error: Type "ComponentPeer" was not found. 273. return new DropTargetContext (this); ^---------------^ *** Semantic Error: Type "DropTargetContext" was not found. 276. protected DropTarget.DropTargetAutoScroller createDropTargetAutoScroller ^-------------------------------^ *** Semantic Error: Type "DropTargetAutoScroller" was not found. 277. (Component c, Point p) ^-------^ *** Semantic Error: Type "Component" was not found. 277. (Component c, Point p) ^---^ *** Semantic Error: Type "Point" was not found. 279. return new DropTarget.DropTargetAutoScroller (c, p); ^-------------------------------^ *** Semantic Error: Type "DropTargetAutoScroller" was not found. 282. protected void initializeAutoscrolling(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 286. protected void updateAutoscroll(Point dragCursorLocn) ^---^ *** Semantic Error: Type "Point" was not found. Found 3 semantic errors compiling "../java/awt/MenuContainer.java": 55. Font getFont(); ^--^ *** Semantic Error: Type "Font" was not found. 62. void remove(MenuComponent component); ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 70. boolean postEvent(Event event); ^---^ *** Semantic Error: Type "Event" was not found. Found 569 semantic errors compiling "../java/awt/Component.java": 41. import java.awt.dnd.DropTarget; ^--------^ *** Semantic Error: Type "java.awt.dnd.DropTarget" was not found. 43. import java.awt.event.ComponentEvent; ^------------^ *** Semantic Error: Type "java.awt.event.ComponentEvent" was not found. 44. import java.awt.event.ComponentListener; ^---------------^ *** Semantic Error: Type "java.awt.event.ComponentListener" was not found. 45. import java.awt.event.FocusEvent; ^--------^ *** Semantic Error: Type "java.awt.event.FocusEvent" was not found. 46. import java.awt.event.FocusListener; ^-----------^ *** Semantic Error: Type "java.awt.event.FocusListener" was not found. 47. import java.awt.event.HierarchyBoundsListener; ^---------------------^ *** Semantic Error: Type "java.awt.event.HierarchyBoundsListener" was not found. 48. import java.awt.event.HierarchyEvent; ^------------^ *** Semantic Error: Type "java.awt.event.HierarchyEvent" was not found. 49. import java.awt.event.HierarchyListener; ^---------------^ *** Semantic Error: Type "java.awt.event.HierarchyListener" was not found. 52. import java.awt.event.InputMethodListener; ^-----------------^ *** Semantic Error: A candidate for type "InputMethodListener" was found, but it is invalid and needs to be fixed before this type will successfully compile. 54. import java.awt.event.KeyListener; ^---------^ *** Semantic Error: Type "java.awt.event.KeyListener" was not found. 56. import java.awt.event.MouseListener; ^-----------^ *** Semantic Error: Type "java.awt.event.MouseListener" was not found. 57. import java.awt.event.MouseMotionListener; ^-----------------^ *** Semantic Error: Type "java.awt.event.MouseMotionListener" was not found. 58. import java.awt.event.MouseWheelEvent; ^-------------^ *** Semantic Error: Type "java.awt.event.MouseWheelEvent" was not found. 59. import java.awt.event.MouseWheelListener; ^----------------^ *** Semantic Error: Type "java.awt.event.MouseWheelListener" was not found. 62. import java.awt.im.InputContext; ^----------^ *** Semantic Error: A candidate for type "InputContext" was found, but it is invalid and needs to be fixed before this type will successfully compile. 89. import javax.accessibility.AccessibleComponent; ^-----------------^ *** Semantic Error: Type "javax.accessibility.AccessibleComponent" was not found. 148. implements ImageObserver, MenuContainer, Serializable ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 148. implements ImageObserver, MenuContainer, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 212. static final Object treeLock = new String("AWT_TREE_LOCK"); ^----^ *** Semantic Error: Type "String" was not found. 255. Color foreground; ^---^ *** Semantic Error: Type "Color" was not found. 264. Color background; ^---^ *** Semantic Error: Type "Color" was not found. 273. Font font; ^--^ *** Semantic Error: Type "Font" was not found. 280. Font peerFont; ^--^ *** Semantic Error: Type "Font" was not found. 289. Cursor cursor; ^----^ *** Semantic Error: Type "Cursor" was not found. 297. Locale locale = Locale.getDefault (); ^----^ *** Semantic Error: Type "Locale" was not found. 349. DropTarget dropTarget; ^--------^ *** Semantic Error: Type "DropTarget" was not found. 357. Vector popups; ^----^ *** Semantic Error: Type "Vector" was not found. 407. Set[] focusTraversalKeys; ^-^ *** Semantic Error: Type "Set" was not found. 425. Dimension minSize; ^-------^ *** Semantic Error: Type "Dimension" was not found. 432. Dimension prefSize; ^-------^ *** Semantic Error: Type "Dimension" was not found. 463. PropertyChangeSupport changeSupport; ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 489. AccessibleContext accessibleContext; ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 496. transient ComponentListener componentListener; ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 499. transient FocusListener focusListener; ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 502. transient KeyListener keyListener; ^---------^ *** Semantic Error: Type "KeyListener" was not found. 505. transient MouseListener mouseListener; ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 508. transient MouseMotionListener mouseMotionListener; ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 515. transient MouseWheelListener mouseWheelListener; ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 522. transient InputMethodListener inputMethodListener; ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 529. transient HierarchyListener hierarchyListener; ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 536. transient HierarchyBoundsListener hierarchyBoundsListener; ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 541. transient Container parent; ^-------^ *** Semantic Error: Type "Container" was not found. 544. transient ComponentPeer peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 547. transient ComponentOrientation orientation = ComponentOrientation.UNKNOWN; ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 554. transient GraphicsConfiguration graphicsConfig; ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 561. transient BufferStrategy bufferStrategy; ^------------^ *** Semantic Error: Type "BufferStrategy" was not found. 567. private transient FocusEvent pendingFocusRequest = null; ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 625. public Container getParent() ^-------^ *** Semantic Error: Type "Container" was not found. 639. public ComponentPeer getPeer() ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 651. public void setDropTarget(DropTarget dt) ^--------^ *** Semantic Error: Type "DropTarget" was not found. 661. public DropTarget getDropTarget() ^--------^ *** Semantic Error: Type "DropTarget" was not found. 673. public GraphicsConfiguration getGraphicsConfiguration() ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 695. public Toolkit getToolkit() ^-----^ *** Semantic Error: Type "Toolkit" was not found. 699. Toolkit tk = peer.getToolkit(); ^-----^ *** Semantic Error: Type "Toolkit" was not found. 901. ComponentPeer currentPeer=peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 912. Container currentParent = parent; ^-------^ *** Semantic Error: Type "Container" was not found. 916. ComponentEvent ce = ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 917. new ComponentEvent(this,ComponentEvent.COMPONENT_SHOWN); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 947. ComponentPeer currentPeer=peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 960. Container currentParent = parent; ^-------^ *** Semantic Error: Type "Container" was not found. 964. ComponentEvent ce = ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 965. new ComponentEvent(this,ComponentEvent.COMPONENT_HIDDEN); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 977. public Color getForeground() ^---^ *** Semantic Error: Type "Color" was not found. 991. public void setForeground(Color c) ^---^ *** Semantic Error: Type "Color" was not found. 996. Color previous = foreground; ^---^ *** Semantic Error: Type "Color" was not found. 998. firePropertyChange("foreground", previous, c); ^-------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "Component". Perhaps you wanted the overloaded version "void firePropertyChange(String propertyName, Object oldValue, Object newValue);" instead? 1020. public Color getBackground() ^---^ *** Semantic Error: Type "Color" was not found. 1035. public void setBackground(Color c) ^---^ *** Semantic Error: Type "Color" was not found. 1047. Color previous = background; ^---^ *** Semantic Error: Type "Color" was not found. 1049. firePropertyChange("background", previous, c); ^-------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "Component". Perhaps you wanted the overloaded version "void firePropertyChange(String propertyName, Object oldValue, Object newValue);" instead? 1071. public Font getFont() ^--^ *** Semantic Error: Type "Font" was not found. 1073. Font f = font; ^--^ *** Semantic Error: Type "Font" was not found. 1077. Component p = parent; ^-------^ *** Semantic Error: Type "Component" was not found. 1093. public void setFont(Font newFont) ^--^ *** Semantic Error: Type "Font" was not found. 1098. Font oldFont = font; ^--^ *** Semantic Error: Type "Font" was not found. 1102. firePropertyChange("font", oldFont, newFont); ^------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "Component". Perhaps you wanted the overloaded version "void firePropertyChange(String propertyName, Object oldValue, Object newValue);" instead? 1127. public Locale getLocale() ^----^ *** Semantic Error: Type "Locale" was not found. 1132. throw new IllegalComponentStateException ^----------------------------^ *** Semantic Error: Type "IllegalComponentStateException" was not found. 1143. public void setLocale(Locale newLocale) ^----^ *** Semantic Error: Type "Locale" was not found. 1148. Locale oldLocale = locale; ^----^ *** Semantic Error: Type "Locale" was not found. 1150. firePropertyChange("locale", oldLocale, newLocale); ^------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "Component". Perhaps you wanted the overloaded version "void firePropertyChange(String propertyName, Object oldValue, Object newValue);" instead? 1161. public ColorModel getColorModel() ^--------^ *** Semantic Error: Type "ColorModel" was not found. 1163. GraphicsConfiguration config = getGraphicsConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 1178. public Point getLocation() ^---^ *** Semantic Error: Type "Point" was not found. 1190. public Point getLocationOnScreen() ^---^ *** Semantic Error: Type "Point" was not found. 1193. throw new IllegalComponentStateException("component " ^----------------------------^ *** Semantic Error: Type "IllegalComponentStateException" was not found. 1194. + getClass().getName() ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Component". 1207. public Point location() ^---^ *** Semantic Error: Type "Point" was not found. 1209. return new Point (x, y); ^---^ *** Semantic Error: Type "Point" was not found. 1252. public void setLocation(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 1264. public Dimension getSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1275. public Dimension size() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1277. return new Dimension (width, height); ^-------^ *** Semantic Error: Type "Dimension" was not found. 1314. public void setSize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 1316. resize (d); ^--------^ *** Semantic Error: No applicable overload for a method with signature "resize(??)" was found in type "Component". Perhaps you wanted the overloaded version "void resize(?? d);" instead? 1326. public void resize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 1341. public Rectangle getBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1354. public Rectangle bounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1356. return new Rectangle (x, y, width, height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1412. Rectangle parentBounds = parent.getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1413. Rectangle oldBounds = new Rectangle(oldx, oldy, oldwidth, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1413. Rectangle oldBounds = new Rectangle(oldx, oldy, oldwidth, ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1415. Rectangle newBounds = new Rectangle(x, y, width, height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1415. Rectangle newBounds = new Rectangle(x, y, width, height); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1416. Rectangle destroyed = oldBounds.union(newBounds); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1427. ComponentEvent ce = new ComponentEvent(this, ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 1427. ComponentEvent ce = new ComponentEvent(this, ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 1434. ComponentEvent ce = new ComponentEvent(this, ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 1434. ComponentEvent ce = new ComponentEvent(this, ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 1452. public void setBounds(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1512. public Rectangle getBounds(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1512. public Rectangle getBounds(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1515. r = new Rectangle(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1530. public Dimension getSize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 1530. public Dimension getSize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 1533. d = new Dimension(); ^-------^ *** Semantic Error: Type "Dimension" was not found. 1546. public Point getLocation(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 1546. public Point getLocation(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 1549. p = new Point(); ^---^ *** Semantic Error: Type "Point" was not found. 1582. return peer instanceof LightweightPeer; ^-------------^ *** Semantic Error: Type "LightweightPeer" was not found. 1592. public Dimension getPreferredSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1603. public Dimension preferredSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1607. return new Dimension(width, height); ^-------^ *** Semantic Error: Type "Dimension" was not found. 1620. public Dimension getMinimumSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1631. public Dimension minimumSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1635. : new Dimension(width, height)); ^-------^ *** Semantic Error: Type "Dimension" was not found. 1647. public Dimension getMaximumSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 1649. return new Dimension(Short.MAX_VALUE, Short.MAX_VALUE); ^-------^ *** Semantic Error: Type "Dimension" was not found. 1734. public Graphics getGraphics() ^------^ *** Semantic Error: Type "Graphics" was not found. 1738. Graphics gfx = peer.getGraphics(); ^------^ *** Semantic Error: Type "Graphics" was not found. 1743. Rectangle bounds = getBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1763. public FontMetrics getFontMetrics(Font font) ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 1763. public FontMetrics getFontMetrics(Font font) ^--^ *** Semantic Error: Type "Font" was not found. 1782. public void setCursor(Cursor cursor) ^----^ *** Semantic Error: Type "Cursor" was not found. 1795. public Cursor getCursor() ^----^ *** Semantic Error: Type "Cursor" was not found. 1824. public void paint(Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 1849. public void update(Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 1858. Rectangle clip = g.getClipBounds(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 1864. paint(g); ^------^ *** Semantic Error: No applicable overload for a method with signature "paint(??)" was found in type "Component". Perhaps you wanted the overloaded version "void paint(?? g);" instead? 1874. public void paintAll(Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 1878. paint(g); ^------^ *** Semantic Error: No applicable overload for a method with signature "paint(??)" was found in type "Component". Perhaps you wanted the overloaded version "void paint(?? g);" instead? 1892. Component p = parent; ^-------^ *** Semantic Error: Type "Component" was not found. 1913. Component p = parent; ^-------^ *** Semantic Error: Type "Component" was not found. 1937. Component p = parent; ^-------^ *** Semantic Error: Type "Component" was not found. 1962. Component p = parent; ^-------^ *** Semantic Error: Type "Component" was not found. 1968. ComponentPeer p = peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 1983. public void print(Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 1985. paint(g); ^------^ *** Semantic Error: No applicable overload for a method with signature "paint(??)" was found in type "Component". Perhaps you wanted the overloaded version "void paint(?? g);" instead? 1998. public void printAll(Graphics g) ^------^ *** Semantic Error: Type "Graphics" was not found. 2000. paintAll(g); ^---------^ *** Semantic Error: No applicable overload for a method with signature "paintAll(??)" was found in type "Component". Perhaps you wanted the overloaded version "void paintAll(?? g);" instead? 2029. public boolean imageUpdate(Image img, int flags, int x, int y, int w, int h) ^---^ *** Semantic Error: Type "Image" was not found. 2031. if ((flags & (FRAMEBITS | ALLBITS)) != 0) ^-------^ *** Semantic Error: No accessible field named "FRAMEBITS" was found in type "Component". 2031. if ((flags & (FRAMEBITS | ALLBITS)) != 0) ^-----^ *** Semantic Error: No accessible field named "ALLBITS" was found in type "Component". 2033. else if ((flags & SOMEBITS) != 0) ^------^ *** Semantic Error: No accessible field named "SOMEBITS" was found in type "Component". 2048. return (flags & (ALLBITS | ABORT | ERROR)) == 0; ^-----^ *** Semantic Error: No accessible field named "ALLBITS" was found in type "Component". 2048. return (flags & (ALLBITS | ABORT | ERROR)) == 0; ^---^ *** Semantic Error: No accessible field named "ABORT" was found in type "Component". 2048. return (flags & (ALLBITS | ABORT | ERROR)) == 0; ^---^ *** Semantic Error: No accessible field named "ERROR" was found in type "Component". 2057. public Image createImage(ImageProducer producer) ^---^ *** Semantic Error: Type "Image" was not found. 2057. public Image createImage(ImageProducer producer) ^-----------^ *** Semantic Error: Type "ImageProducer" was not found. 2074. public Image createImage (int width, int height) ^---^ *** Semantic Error: Type "Image" was not found. 2076. Image returnValue = null; ^---^ *** Semantic Error: Type "Image" was not found. 2096. public VolatileImage createVolatileImage(int width, int height) ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 2100. GraphicsConfiguration config = getGraphicsConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 2117. public VolatileImage createVolatileImage(int width, int height, ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 2118. ImageCapabilities caps) ^---------------^ *** Semantic Error: Type "ImageCapabilities" was not found. 2119. throws AWTException ^----------^ *** Semantic Error: Type "AWTException" was not found. 2123. GraphicsConfiguration config = getGraphicsConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 2136. public boolean prepareImage(Image image, ImageObserver observer) ^---^ *** Semantic Error: Type "Image" was not found. 2136. public boolean prepareImage(Image image, ImageObserver observer) ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 2152. public boolean prepareImage(Image image, int width, int height, ^---^ *** Semantic Error: Type "Image" was not found. 2153. ImageObserver observer) ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 2172. public int checkImage(Image image, ImageObserver observer) ^---^ *** Semantic Error: Type "Image" was not found. 2172. public int checkImage(Image image, ImageObserver observer) ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 2174. return checkImage(image, -1, -1, observer); ^---------------------------------^ *** Semantic Error: No applicable overload for a method with signature "checkImage(??, int, int, ??)" was found in type "Component". Perhaps you wanted the overloaded version "int checkImage(?? image, int width, int height, ?? observer);" instead? 2189. public int checkImage(Image image, int width, int height, ^---^ *** Semantic Error: Type "Image" was not found. 2190. ImageObserver observer) ^-----------^ *** Semantic Error: Type "ImageObserver" was not found. 2264. public boolean contains(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 2279. public Component getComponentAt(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 2294. public Component locate(int x, int y) ^-------^ *** Semantic Error: Type "Component" was not found. 2310. public Component getComponentAt(Point p) ^-------^ *** Semantic Error: Type "Component" was not found. 2310. public Component getComponentAt(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 2324. public void deliverEvent (Event e) ^---^ *** Semantic Error: Type "Event" was not found. 2326. postEvent (e); ^-----------^ *** Semantic Error: No applicable overload for a method with signature "postEvent(??)" was found in type "Component". Perhaps you wanted the overloaded version "boolean postEvent(?? e);" instead? 2338. public final void dispatchEvent(AWTEvent e) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 2342. dispatchEventImpl(e); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "dispatchEventImpl(??)" was found in type "Component". Perhaps you wanted the overloaded version "void dispatchEventImpl(?? e);" instead? 2354. public boolean postEvent (Event e) ^---^ *** Semantic Error: Type "Event" was not found. 2356. boolean handled = handleEvent (e); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "handleEvent(??)" was found in type "Component". Perhaps you wanted the overloaded version "boolean handleEvent(?? evt);" instead? 2377. public synchronized void addComponentListener(ComponentListener listener) ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2394. public synchronized void removeComponentListener(ComponentListener listener) ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2407. public synchronized ComponentListener[] getComponentListeners() ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2409. return (ComponentListener[]) ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2411. ComponentListener.class); ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2425. public synchronized void addFocusListener(FocusListener listener) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2442. public synchronized void removeFocusListener(FocusListener listener) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2455. public synchronized FocusListener[] getFocusListeners() ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2457. return (FocusListener[]) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2458. AWTEventMulticaster.getListeners(focusListener, FocusListener.class); ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2472. public synchronized void addHierarchyListener(HierarchyListener listener) ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2489. public synchronized void removeHierarchyListener(HierarchyListener listener) ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2502. public synchronized HierarchyListener[] getHierarchyListeners() ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2504. return (HierarchyListener[]) ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2506. HierarchyListener.class); ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2521. addHierarchyBoundsListener(HierarchyBoundsListener listener) ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2540. removeHierarchyBoundsListener(HierarchyBoundsListener listener) ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2554. public synchronized HierarchyBoundsListener[] getHierarchyBoundsListeners() ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2556. return (HierarchyBoundsListener[]) ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2558. HierarchyBoundsListener.class); ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2572. public synchronized void addKeyListener(KeyListener listener) ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2589. public synchronized void removeKeyListener(KeyListener listener) ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2602. public synchronized KeyListener[] getKeyListeners() ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2604. return (KeyListener[]) ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2605. AWTEventMulticaster.getListeners(keyListener, KeyListener.class); ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2619. public synchronized void addMouseListener(MouseListener listener) ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2636. public synchronized void removeMouseListener(MouseListener listener) ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2649. public synchronized MouseListener[] getMouseListeners() ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2651. return (MouseListener[]) ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2652. AWTEventMulticaster.getListeners(mouseListener, MouseListener.class); ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2666. public synchronized void addMouseMotionListener(MouseMotionListener listener) ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2683. public synchronized void removeMouseMotionListener(MouseMotionListener listener) ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2696. public synchronized MouseMotionListener[] getMouseMotionListeners() ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2698. return (MouseMotionListener[]) ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2700. MouseMotionListener.class); ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2715. public synchronized void addMouseWheelListener(MouseWheelListener listener) ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2733. public synchronized void removeMouseWheelListener(MouseWheelListener listener) ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2746. public synchronized MouseWheelListener[] getMouseWheelListeners() ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2748. return (MouseWheelListener[]) ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2750. MouseWheelListener.class); ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2765. public synchronized void addInputMethodListener(InputMethodListener listener) ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2782. public synchronized void removeInputMethodListener(InputMethodListener listener) ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2795. public synchronized InputMethodListener[] getInputMethodListeners() ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2797. return (InputMethodListener[]) ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2799. InputMethodListener.class); ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2819. public EventListener[] getListeners(Class listenerType) ^-----------^ *** Semantic Error: Type "EventListener" was not found. 2821. if (listenerType == ComponentListener.class) ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 2823. if (listenerType == FocusListener.class) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 2825. if (listenerType == HierarchyListener.class) ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 2827. if (listenerType == HierarchyBoundsListener.class) ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 2829. if (listenerType == KeyListener.class) ^---------^ *** Semantic Error: Type "KeyListener" was not found. 2831. if (listenerType == MouseListener.class) ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 2833. if (listenerType == MouseMotionListener.class) ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 2835. if (listenerType == MouseWheelListener.class) ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 2837. if (listenerType == InputMethodListener.class) ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 2839. if (listenerType == PropertyChangeListener.class) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 2841. return (EventListener[]) Array.newInstance(listenerType, 0); ^-----------^ *** Semantic Error: Type "EventListener" was not found. 2852. public InputMethodRequests getInputMethodRequests() ^-----------------^ *** Semantic Error: Type "InputMethodRequests" was not found. 2864. public InputContext getInputContext() ^----------^ *** Semantic Error: Type "InputContext" was not found. 2925. protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 2925. protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 2925. protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 2935. return coalescePaintEvents((PaintEvent) existingEvent, ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 2936. (PaintEvent) newEvent); ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 2958. protected void processEvent(AWTEvent e) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 2965. if (e instanceof FocusEvent) ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 2966. processFocusEvent((FocusEvent) e); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 2967. else if (e instanceof MouseWheelEvent) ^-------------^ *** Semantic Error: Type "MouseWheelEvent" was not found. 2968. processMouseWheelEvent((MouseWheelEvent) e); ^-------------^ *** Semantic Error: Type "MouseWheelEvent" was not found. 2969. else if (e instanceof MouseEvent) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2973. processMouseMotionEvent((MouseEvent) e); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2975. processMouseEvent((MouseEvent) e); ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 2977. else if (e instanceof KeyEvent) ^------^ *** Semantic Error: Type "KeyEvent" was not found. 2978. processKeyEvent((KeyEvent) e); ^------^ *** Semantic Error: Type "KeyEvent" was not found. 2979. else if (e instanceof InputMethodEvent) ^--------------^ *** Semantic Error: Type "InputMethodEvent" was not found. 2980. processInputMethodEvent((InputMethodEvent) e); ^--------------^ *** Semantic Error: Type "InputMethodEvent" was not found. 2981. else if (e instanceof ComponentEvent) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 2982. processComponentEvent((ComponentEvent) e); ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 2983. else if (e instanceof HierarchyEvent) ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 2986. processHierarchyEvent((HierarchyEvent) e); ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 2988. processHierarchyBoundsEvent((HierarchyEvent) e); ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 3004. protected void processComponentEvent(ComponentEvent e) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 3037. protected void processFocusEvent(FocusEvent e) ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3065. protected void processKeyEvent(KeyEvent e) ^------^ *** Semantic Error: Type "KeyEvent" was not found. 3095. protected void processMouseEvent(MouseEvent e) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 3132. protected void processMouseMotionEvent(MouseEvent e) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 3160. protected void processMouseWheelEvent(MouseWheelEvent e) ^-------------^ *** Semantic Error: Type "MouseWheelEvent" was not found. 3182. protected void processInputMethodEvent(InputMethodEvent e) ^--------------^ *** Semantic Error: Type "InputMethodEvent" was not found. 3209. protected void processHierarchyEvent(HierarchyEvent e) ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 3229. protected void processHierarchyBoundsEvent(HierarchyEvent e) ^------------^ *** Semantic Error: Type "HierarchyEvent" was not found. 3258. public boolean handleEvent (Event evt) ^---^ *** Semantic Error: Type "Event" was not found. 3309. public boolean mouseDown(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3325. public boolean mouseDrag(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3341. public boolean mouseUp(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3357. public boolean mouseMove(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3373. public boolean mouseEnter(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3389. public boolean mouseExit(Event evt, int x, int y) ^---^ *** Semantic Error: Type "Event" was not found. 3404. public boolean keyDown(Event evt, int key) ^---^ *** Semantic Error: Type "Event" was not found. 3420. public boolean keyUp(Event evt, int key) ^---^ *** Semantic Error: Type "Event" was not found. 3436. public boolean action(Event evt, Object what) ^---^ *** Semantic Error: Type "Event" was not found. 3480. ComponentPeer tmp = peer; ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 3499. public boolean gotFocus(Event evt, Object what) ^---^ *** Semantic Error: Type "Event" was not found. 3514. public boolean lostFocus(Event evt, Object what) ^---^ *** Semantic Error: Type "Event" was not found. 3604. public void setFocusTraversalKeys(int id, Set keystrokes) ^-^ *** Semantic Error: Type "Set" was not found. 3608. Container parent = getParent (); ^-------^ *** Semantic Error: Type "Container" was not found. 3625. Set sa; ^-^ *** Semantic Error: Type "Set" was not found. 3626. Set sb; ^-^ *** Semantic Error: Type "Set" was not found. 3627. String name; ^----^ *** Semantic Error: Type "String" was not found. 3652. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 3656. Iterator iter = keystrokes.iterator (); ^------^ *** Semantic Error: Type "Iterator" was not found. 3660. Object o = iter.next (); ^----^ *** Semantic Error: Type "Object" was not found. 3661. if (!(o instanceof AWTKeyStroke) ^----------^ *** Semantic Error: Type "AWTKeyStroke" was not found. 3663. || ((AWTKeyStroke) o).keyCode == KeyEvent.VK_UNDEFINED) ^----------^ *** Semantic Error: Type "AWTKeyStroke" was not found. 3664. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 3668. focusTraversalKeys = new Set[3]; ^-^ *** Semantic Error: Type "Set" was not found. 3670. keystrokes = Collections.unmodifiableSet (new HashSet (keystrokes)); ^-----^ *** Semantic Error: Type "HashSet" was not found. 3696. public Set getFocusTraversalKeys (int id) ^-^ *** Semantic Error: Type "Set" was not found. 3701. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 3703. Set s = null; ^-^ *** Semantic Error: Type "Set" was not found. 3734. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 3813. Container parent = (this instanceof Container) ? (Container) this ^-------^ *** Semantic Error: Type "Container" was not found. 3813. Container parent = (this instanceof Container) ? (Container) this ^-------^ *** Semantic Error: Type "Container" was not found. 3813. Container parent = (this instanceof Container) ? (Container) this ^-------^ *** Semantic Error: Type "Container" was not found. 3816. && !(parent instanceof Window)) ^----^ *** Semantic Error: Type "Window" was not found. 3822. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 3822. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 3835. EventQueue eq = Toolkit.getDefaultToolkit ().getSystemEventQueue (); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 3838. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 3839. Component currentFocusOwner = manager.getGlobalPermanentFocusOwner (); ^-------^ *** Semantic Error: Type "Component" was not found. 3842. eq.postEvent (new FocusEvent(currentFocusOwner, FocusEvent.FOCUS_LOST, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3844. eq.postEvent (new FocusEvent(this, FocusEvent.FOCUS_GAINED, false, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3848. eq.postEvent (new FocusEvent(this, FocusEvent.FOCUS_GAINED, false)); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3853. pendingFocusRequest = new FocusEvent(this, FocusEvent.FOCUS_GAINED); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3902. Container parent = getParent (); ^-------^ *** Semantic Error: Type "Container" was not found. 3905. && !(parent instanceof Window)) ^----^ *** Semantic Error: Type "Window" was not found. 3908. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 3908. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 3921. EventQueue eq = Toolkit.getDefaultToolkit ().getSystemEventQueue (); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 3924. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 3925. Component currentFocusOwner = manager.getGlobalPermanentFocusOwner (); ^-------^ *** Semantic Error: Type "Component" was not found. 3928. eq.postEvent (new FocusEvent(currentFocusOwner, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3931. eq.postEvent (new FocusEvent(this, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3937. eq.postEvent (new FocusEvent(this, FocusEvent.FOCUS_GAINED, temporary)); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 3945. pendingFocusRequest = new FocusEvent(this, FocusEvent.FOCUS_GAINED, temporary); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 4008. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 4010. Window focusedWindow = manager.getFocusedWindow (); ^----^ *** Semantic Error: Type "Window" was not found. 4020. Container parent = getParent (); ^-------^ *** Semantic Error: Type "Container" was not found. 4023. && !(parent instanceof Window)) ^----^ *** Semantic Error: Type "Window" was not found. 4026. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 4026. Window toplevel = (Window) parent; ^----^ *** Semantic Error: Type "Window" was not found. 4033. && !(this instanceof Window)) ^----^ *** Semantic Error: Type "Window" was not found. 4043. EventQueue eq = Toolkit.getDefaultToolkit ().getSystemEventQueue (); ^--------^ *** Semantic Error: Type "EventQueue" was not found. 4046. Component currentFocusOwner = manager.getGlobalPermanentFocusOwner (); ^-------^ *** Semantic Error: Type "Component" was not found. 4049. eq.postEvent (new FocusEvent(currentFocusOwner, FocusEvent.FOCUS_LOST, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 4051. eq.postEvent (new FocusEvent(this, FocusEvent.FOCUS_GAINED, temporary, ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 4055. eq.postEvent (new FocusEvent(this, FocusEvent.FOCUS_GAINED, temporary)); ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 4090. public Container getFocusCycleRootAncestor () ^-------^ *** Semantic Error: Type "Container" was not found. 4092. if (this instanceof Window ^----^ *** Semantic Error: Type "Window" was not found. 4093. && ((Container) this).isFocusCycleRoot ()) ^-------^ *** Semantic Error: Type "Container" was not found. 4094. return (Container) this; ^-------^ *** Semantic Error: Type "Container" was not found. 4096. Container parent = getParent (); ^-------^ *** Semantic Error: Type "Container" was not found. 4102. return parent; ^------------^ *** Semantic Error: This statement is unreachable. 4113. public boolean isFocusCycleRoot (Container c) ^-------^ *** Semantic Error: Type "Container" was not found. 4127. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 4141. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 4157. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 4171. KeyboardFocusManager manager = KeyboardFocusManager.getCurrentKeyboardFocusManager (); ^------------------^ *** Semantic Error: Type "KeyboardFocusManager" was not found. 4173. Component focusOwner = manager.getFocusOwner (); ^-------^ *** Semantic Error: Type "Component" was not found. 4198. public synchronized void add(PopupMenu popup) ^-------^ *** Semantic Error: Type "PopupMenu" was not found. 4201. popups = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 4218. public synchronized void remove(MenuComponent popup) ^-----------^ *** Semantic Error: Type "MenuComponent" was not found. 4232. StringBuffer param = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 4232. StringBuffer param = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 4233. String name = getName(); ^----^ *** Semantic Error: Type "String" was not found. 4263. return getClass().getName() + '[' + paramString() + ']'; ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Component". 4281. public void list(PrintStream out) ^---------^ *** Semantic Error: Type "PrintStream" was not found. 4283. list(out, 0); ^----------^ *** Semantic Error: No applicable overload for a method with signature "list(??, int)" was found in type "Component". Perhaps you wanted the overloaded version "void list(?? out, int indent);" instead? 4293. public void list(PrintStream out, int indent) ^---------^ *** Semantic Error: Type "PrintStream" was not found. 4306. public void list(PrintWriter out) ^-------------------^ *** Semantic Error: Duplicate declaration of method "list" in type "Component". The other occurrence is at location "../java/awt/Component.java:4271". 4306. public void list(PrintWriter out) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 4319. public void list(PrintWriter out, int indent) ^-------------------------------^ *** Semantic Error: Duplicate declaration of method "list" in type "Component". The other occurrence is at location "../java/awt/Component.java:4271". 4319. public void list(PrintWriter out, int indent) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 4352. public void addPropertyChangeListener(PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4355. changeSupport = new PropertyChangeSupport(this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 4369. public void removePropertyChangeListener(PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4384. public PropertyChangeListener[] getPropertyChangeListeners() ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4386. return changeSupport == null ? new PropertyChangeListener[0] ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4419. PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4422. changeSupport = new PropertyChangeSupport(this); ^-------------------^ *** Semantic Error: Type "PropertyChangeSupport" was not found. 4439. PropertyChangeListener listener) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4455. public PropertyChangeListener[] getPropertyChangeListeners(String property) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4457. return changeSupport == null ? new PropertyChangeListener[0] ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 4514. public void setComponentOrientation(ComponentOrientation o) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 4517. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 4518. ComponentOrientation oldOrientation = orientation; ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 4520. firePropertyChange("componentOrientation", oldOrientation, o); ^-----------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "firePropertyChange(java.lang.String, ??, ??)" was found in type "Component". Perhaps you wanted the overloaded version "void firePropertyChange(String propertyName, Object oldValue, Object newValue);" instead? 4529. public ComponentOrientation getComponentOrientation() ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 4546. public void applyComponentOrientation(ComponentOrientation o) ^------------------^ *** Semantic Error: Type "ComponentOrientation" was not found. 4548. setComponentOrientation(o); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "setComponentOrientation(??)" was found in type "Component". Perhaps you wanted the overloaded version "void setComponentOrientation(?? o);" instead? 4559. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 4584. final void setPeer(ComponentPeer peer) ^-----------^ *** Semantic Error: Type "ComponentPeer" was not found. 4595. GraphicsConfiguration getGraphicsConfigurationImpl() ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 4599. GraphicsConfiguration config = peer.getGraphicsConfiguration(); ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 4618. static Event translateEvent (AWTEvent e) ^---^ *** Semantic Error: Type "Event" was not found. 4618. static Event translateEvent (AWTEvent e) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 4620. Component target = (Component) e.getSource (); ^-------^ *** Semantic Error: Type "Component" was not found. 4620. Component target = (Component) e.getSource (); ^-------^ *** Semantic Error: Type "Component" was not found. 4621. Event translated = null; ^---^ *** Semantic Error: Type "Event" was not found. 4623. if (e instanceof InputEvent) ^--------^ *** Semantic Error: Type "InputEvent" was not found. 4625. InputEvent ie = (InputEvent) e; ^--------^ *** Semantic Error: Type "InputEvent" was not found. 4625. InputEvent ie = (InputEvent) e; ^--------^ *** Semantic Error: Type "InputEvent" was not found. 4651. if (e instanceof MouseEvent) ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 4669. MouseEvent me = (MouseEvent) e; ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 4669. MouseEvent me = (MouseEvent) e; ^--------^ *** Semantic Error: Type "MouseEvent" was not found. 4671. translated = new Event (target, when, oldID, ^---^ *** Semantic Error: Type "Event" was not found. 4674. else if (e instanceof KeyEvent) ^------^ *** Semantic Error: Type "KeyEvent" was not found. 4685. int newKey = ((KeyEvent) e).getKeyCode (); ^------^ *** Semantic Error: Type "KeyEvent" was not found. 4789. translated = new Event (target, when, oldID, ^---^ *** Semantic Error: Type "Event" was not found. 4793. else if (e instanceof ActionEvent) ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 4794. translated = new Event (target, Event.ACTION_EVENT, ^---^ *** Semantic Error: Type "Event" was not found. 4795. ((ActionEvent) e).getActionCommand ()); ^---------^ *** Semantic Error: Type "ActionEvent" was not found. 4811. void dispatchEventImpl(AWTEvent e) ^------^ *** Semantic Error: Type "AWTEvent" was not found. 4813. Event oldEvent = translateEvent (e); ^---^ *** Semantic Error: Type "Event" was not found. 4813. Event oldEvent = translateEvent (e); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "translateEvent(??)" was found in type "Component". Perhaps you wanted the overloaded version "?? translateEvent(?? e);" instead? 4816. postEvent (oldEvent); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "postEvent(??)" was found in type "Component". Perhaps you wanted the overloaded version "boolean postEvent(?? e);" instead? 4846. processEvent(e); ^-------------^ *** Semantic Error: No applicable overload for a method with signature "processEvent(??)" was found in type "Component". Perhaps you wanted the overloaded version "void processEvent(?? e);" instead? 4935. private PaintEvent coalescePaintEvents(PaintEvent queuedEvent, ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 4935. private PaintEvent coalescePaintEvents(PaintEvent queuedEvent, ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 4936. PaintEvent newEvent) ^--------^ *** Semantic Error: Type "PaintEvent" was not found. 4938. Rectangle r1 = queuedEvent.getUpdateRect(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 4939. Rectangle r2 = newEvent.getUpdateRect(); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 4940. Rectangle union = r1.union(r2); ^-------^ *** Semantic Error: Type "Rectangle" was not found. 4965. Component findNextFocusComponent(Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 4965. Component findNextFocusComponent(Component child) ^-------^ *** Semantic Error: Type "Component" was not found. 4978. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 4979. throws ClassNotFoundException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 4982. String key = (String) s.readObject(); ^----^ *** Semantic Error: Type "String" was not found. 4982. String key = (String) s.readObject(); ^----^ *** Semantic Error: Type "String" was not found. 4985. Object listener = s.readObject(); ^----^ *** Semantic Error: Type "Object" was not found. 4987. addComponentListener((ComponentListener) listener); ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 4989. addFocusListener((FocusListener) listener); ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 4991. addKeyListener((KeyListener) listener); ^---------^ *** Semantic Error: Type "KeyListener" was not found. 4993. addMouseListener((MouseListener) listener); ^-----------^ *** Semantic Error: Type "MouseListener" was not found. 4995. addMouseMotionListener((MouseMotionListener) listener); ^-----------------^ *** Semantic Error: Type "MouseMotionListener" was not found. 4997. addInputMethodListener((InputMethodListener) listener); ^-----------------^ *** Semantic Error: Type "InputMethodListener" was not found. 4999. addHierarchyListener((HierarchyListener) listener); ^---------------^ *** Semantic Error: Type "HierarchyListener" was not found. 5001. addHierarchyBoundsListener((HierarchyBoundsListener) listener); ^---------------------^ *** Semantic Error: Type "HierarchyBoundsListener" was not found. 5003. addMouseWheelListener((MouseWheelListener) listener); ^----------------^ *** Semantic Error: Type "MouseWheelListener" was not found. 5004. key = (String) s.readObject(); ^----^ *** Semantic Error: Type "String" was not found. 5015. private void writeObject(ObjectOutputStream s) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 5015. private void writeObject(ObjectOutputStream s) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 5040. protected abstract class AccessibleAWTComponent extends AccessibleContext ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 5041. implements Serializable, AccessibleComponent ^----------^ *** Semantic Error: Type "Serializable" was not found. 5041. implements Serializable, AccessibleComponent ^-----------------^ *** Semantic Error: Type "AccessibleComponent" was not found. 5054. protected ComponentListener accessibleAWTComponentHandler ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 5055. = new AccessibleAWTComponentHandler(); ^---------------------------^ *** Semantic Error: Type "AccessibleAWTComponentHandler" was not found. 5063. protected FocusListener accessibleAWTFocusHandler ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 5064. = new AccessibleAWTFocusHandler(); ^-----------------------^ *** Semantic Error: Type "AccessibleAWTFocusHandler" was not found. 5071. Component.this.addComponentListener(accessibleAWTComponentHandler); ^-------^ *** Semantic Error: Type "Component" was not found. 5072. Component.this.addFocusListener(accessibleAWTFocusHandler); ^-------^ *** Semantic Error: Type "Component" was not found. 5087. public void addPropertyChangeListener(PropertyChangeListener l) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 5089. Component.this.addPropertyChangeListener(l); ^-------^ *** Semantic Error: Type "Component" was not found. 5099. public void removePropertyChangeListener(PropertyChangeListener l) ^--------------------^ *** Semantic Error: Type "PropertyChangeListener" was not found. 5101. Component.this.removePropertyChangeListener(l); ^-------^ *** Semantic Error: Type "Component" was not found. 5116. return accessibleName == null ? getName() : accessibleName; ^------------^ *** Semantic Error: No accessible field named "accessibleName" was found in type "Component$AccessibleAWTComponent". 5116. return accessibleName == null ? getName() : accessibleName; ^------------^ *** Semantic Error: No accessible field named "accessibleName" was found in type "Component$AccessibleAWTComponent". 5128. return accessibleDescription; ^-------------------^ *** Semantic Error: No accessible field named "accessibleDescription" was found in type "Component$AccessibleAWTComponent". 5136. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 5147. public AccessibleStateSet getAccessibleStateSet() ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 5149. AccessibleStateSet s = new AccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 5149. AccessibleStateSet s = new AccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 5150. if (Component.this.isEnabled()) ^-------^ *** Semantic Error: Type "Component" was not found. 5158. if (Component.this.isShowing()) ^-------^ *** Semantic Error: Type "Component" was not found. 5160. if (Component.this.isVisible()) ^-------^ *** Semantic Error: Type "Component" was not found. 5170. public Accessible getAccessibleParent() ^--------^ *** Semantic Error: Type "Accessible" was not found. 5172. if (accessibleParent == null) ^--------------^ *** Semantic Error: No accessible field named "accessibleParent" was found in type "Component$AccessibleAWTComponent". 5174. Container parent = getParent(); ^-------^ *** Semantic Error: Type "Container" was not found. 5175. accessibleParent = parent instanceof Accessible ^--------------^ *** Semantic Error: No accessible field named "accessibleParent" was found in type "Component$AccessibleAWTComponent". 5175. accessibleParent = parent instanceof Accessible ^--------^ *** Semantic Error: Type "Accessible" was not found. 5176. ? (Accessible) parent : null; ^--------^ *** Semantic Error: Type "Accessible" was not found. 5178. return accessibleParent; ^--------------^ *** Semantic Error: No accessible field named "accessibleParent" was found in type "Component$AccessibleAWTComponent". 5191. AccessibleContext context ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 5192. = ((Component) accessibleParent).getAccessibleContext(); ^-------^ *** Semantic Error: Type "Component" was not found. 5192. = ((Component) accessibleParent).getAccessibleContext(); ^--------------^ *** Semantic Error: No accessible field named "accessibleParent" was found in type "Component$AccessibleAWTComponent". 5196. if (context.getAccessibleChild(i) == Component.this) ^-------^ *** Semantic Error: Type "Component" was not found. 5219. public Accessible getAccessibleChild(int i) ^--------^ *** Semantic Error: Type "Accessible" was not found. 5230. public Locale getLocale() ^----^ *** Semantic Error: Type "Locale" was not found. 5232. return Component.this.getLocale(); ^-------^ *** Semantic Error: Type "Component" was not found. 5240. public AccessibleComponent getAccessibleComponent() ^-----------------^ *** Semantic Error: Type "AccessibleComponent" was not found. 5251. public Color getBackground() ^---^ *** Semantic Error: Type "Color" was not found. 5253. return Component.this.getBackground(); ^-------^ *** Semantic Error: Type "Component" was not found. 5263. public void setBackground(Color c) ^---^ *** Semantic Error: Type "Color" was not found. 5265. Component.this.setBackground(c); ^-------^ *** Semantic Error: Type "Component" was not found. 5274. public Color getForeground() ^---^ *** Semantic Error: Type "Color" was not found. 5276. return Component.this.getForeground(); ^-------^ *** Semantic Error: Type "Component" was not found. 5285. public void setForeground(Color c) ^---^ *** Semantic Error: Type "Color" was not found. 5287. Component.this.setForeground(c); ^-------^ *** Semantic Error: Type "Component" was not found. 5296. public Cursor getCursor() ^----^ *** Semantic Error: Type "Cursor" was not found. 5298. return Component.this.getCursor(); ^-------^ *** Semantic Error: Type "Component" was not found. 5307. public void setCursor(Cursor cursor) ^----^ *** Semantic Error: Type "Cursor" was not found. 5309. Component.this.setCursor(cursor); ^-------^ *** Semantic Error: Type "Component" was not found. 5318. public Font getFont() ^--^ *** Semantic Error: Type "Font" was not found. 5320. return Component.this.getFont(); ^-------^ *** Semantic Error: Type "Component" was not found. 5329. public void setFont(Font f) ^--^ *** Semantic Error: Type "Font" was not found. 5331. Component.this.setFont(f); ^-------^ *** Semantic Error: Type "Component" was not found. 5342. public FontMetrics getFontMetrics(Font f) ^---------^ *** Semantic Error: Type "FontMetrics" was not found. 5342. public FontMetrics getFontMetrics(Font f) ^--^ *** Semantic Error: Type "Font" was not found. 5344. return Component.this.getFontMetrics(f); ^-------^ *** Semantic Error: Type "Component" was not found. 5357. return Component.this.isEnabled(); ^-------^ *** Semantic Error: Type "Component" was not found. 5368. Component.this.setEnabled(b); ^-------^ *** Semantic Error: Type "Component" was not found. 5381. return Component.this.isVisible(); ^-------^ *** Semantic Error: Type "Component" was not found. 5392. Component.this.setVisible(b); ^-------^ *** Semantic Error: Type "Component" was not found. 5402. return Component.this.isShowing(); ^-------^ *** Semantic Error: Type "Component" was not found. 5412. public boolean contains(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 5425. public Point getLocationOnScreen() ^---^ *** Semantic Error: Type "Point" was not found. 5427. return Component.this.isShowing() ? Component.this.getLocationOnScreen() ^-------^ *** Semantic Error: Type "Component" was not found. 5427. return Component.this.isShowing() ? Component.this.getLocationOnScreen() ^-------^ *** Semantic Error: Type "Component" was not found. 5439. public Point getLocation() ^---^ *** Semantic Error: Type "Point" was not found. 5441. return Component.this.isShowing() ? Component.this.getLocation() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5441. return Component.this.isShowing() ? Component.this.getLocation() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5451. public void setLocation(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 5463. public Rectangle getBounds() ^-------^ *** Semantic Error: Type "Rectangle" was not found. 5465. return Component.this.isShowing() ? Component.this.getBounds() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5465. return Component.this.isShowing() ? Component.this.getBounds() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5475. public void setBounds(Rectangle r) ^-------^ *** Semantic Error: Type "Rectangle" was not found. 5486. public Dimension getSize() ^-------^ *** Semantic Error: Type "Dimension" was not found. 5488. return Component.this.isShowing() ? Component.this.getSize() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5488. return Component.this.isShowing() ? Component.this.getSize() : null; ^-------^ *** Semantic Error: Type "Component" was not found. 5498. public void setSize(Dimension d) ^-------^ *** Semantic Error: Type "Dimension" was not found. 5513. public Accessible getAccessibleAt(Point p) ^--------^ *** Semantic Error: Type "Accessible" was not found. 5513. public Accessible getAccessibleAt(Point p) ^---^ *** Semantic Error: Type "Point" was not found. 5528. return Component.this.isFocusTraversable (); ^-------^ *** Semantic Error: Type "Component" was not found. 5538. Component.this.requestFocus (); ^-------^ *** Semantic Error: Type "Component" was not found. 5546. public void addFocusListener(FocusListener l) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 5548. Component.this.addFocusListener(l); ^-------^ *** Semantic Error: Type "Component" was not found. 5556. public void removeFocusListener(FocusListener l) ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 5558. Component.this.removeFocusListener(l); ^-------^ *** Semantic Error: Type "Component" was not found. 5568. protected class AccessibleAWTComponentHandler implements ComponentListener ^---------------^ *** Semantic Error: Type "ComponentListener" was not found. 5583. public void componentHidden(ComponentEvent e) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 5586. (ACCESSIBLE_STATE_PROPERTY, AccessibleState.VISIBLE, null); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_STATE_PROPERTY" was found in type "Component$AccessibleAWTComponent$AccessibleAWTComponentHandler". 5594. public void componentShown(ComponentEvent e) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 5597. (ACCESSIBLE_STATE_PROPERTY, null, AccessibleState.VISIBLE); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_STATE_PROPERTY" was found in type "Component$AccessibleAWTComponent$AccessibleAWTComponentHandler". 5605. public void componentMoved(ComponentEvent e) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 5615. public void componentResized(ComponentEvent e) ^------------^ *** Semantic Error: Type "ComponentEvent" was not found. 5628. protected class AccessibleAWTFocusHandler implements FocusListener ^-----------^ *** Semantic Error: Type "FocusListener" was not found. 5643. public void focusGained(FocusEvent e) ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 5646. (ACCESSIBLE_STATE_PROPERTY, null, AccessibleState.FOCUSED); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_STATE_PROPERTY" was found in type "Component$AccessibleAWTComponent$AccessibleAWTFocusHandler". 5654. public void focusLost(FocusEvent e) ^--------^ *** Semantic Error: Type "FocusEvent" was not found. 5657. (ACCESSIBLE_STATE_PROPERTY, AccessibleState.FOCUSED, null); ^-----------------------^ *** Semantic Error: No accessible field named "ACCESSIBLE_STATE_PROPERTY" was found in type "Component$AccessibleAWTComponent$AccessibleAWTFocusHandler". 5670. protected class BltBufferStrategy extends BufferStrategy ^------------^ *** Semantic Error: Type "BufferStrategy" was not found. 5675. protected BufferCapabilities caps; ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5680. protected VolatileImage[] backBuffers; ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 5701. private VolatileImage frontBuffer; ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 5710. protected BltBufferStrategy(int numBuffers, BufferCapabilities caps) ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5726. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 5730. backBuffers = new VolatileImage[numBuffers]; ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 5741. public BufferCapabilities getCapabilities() ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5752. public Graphics getDrawGraphics() ^------^ *** Semantic Error: Type "Graphics" was not found. 5763. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 5771. BufferCapabilities.FlipContents f = getCapabilities().getFlipContents(); ^-----------------------------^ *** Semantic Error: Type "FlipContents" was not found. 5805. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 5815. validatedContents = true; ^-----------------------^ *** Semantic Error: This statement is unreachable. <------------------------ 5836. validatedContents = true; 5837. return false; ------------------> *** Semantic Error: These statements are unreachable. 5849. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. <------------------------ 5865. validatedContents = true; 5866. return imageRestored; --------------------------> *** Semantic Error: These statements are unreachable. 5876. protected class FlipBufferStrategy extends BufferStrategy ^------------^ *** Semantic Error: Type "BufferStrategy" was not found. 5886. protected BufferCapabilities caps; ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5891. protected Image drawBuffer; ^---^ *** Semantic Error: Type "Image" was not found. 5896. protected VolatileImage drawVBuffer; ^-----------^ *** Semantic Error: Type "VolatileImage" was not found. 5926. protected FlipBufferStrategy(int numBuffers, BufferCapabilities caps) ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5927. throws AWTException ^----------^ *** Semantic Error: Type "AWTException" was not found. 5934. createBuffers(numBuffers, caps); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "createBuffers(int, ??)" was found in type "Component$FlipBufferStrategy". Perhaps you wanted the overloaded version "void createBuffers(int numBuffers, ?? caps) throws ??;" instead? 5958. protected void createBuffers(int numBuffers, BufferCapabilities caps) ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 5959. throws AWTException ^----------^ *** Semantic Error: Type "AWTException" was not found. 5962. throw new IllegalArgumentException("FlipBufferStrategy.createBuffers:" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 5967. throw new IllegalArgumentException("FlipBufferStrategy.createBuffers:" ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 5979. protected Image getBackBuffer() ^---^ *** Semantic Error: Type "Image" was not found. 5988. protected void flip(BufferCapabilities.FlipContents flipAction) ^-----------------------------^ *** Semantic Error: Type "FlipContents" was not found. 6006. public BufferCapabilities getCapabilities() ^----------------^ *** Semantic Error: Type "BufferCapabilities" was not found. 6017. public Graphics getDrawGraphics() ^------^ *** Semantic Error: Type "Graphics" was not found. 6027. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. 6064. GraphicsConfiguration c = ^-------------------^ *** Semantic Error: Type "GraphicsConfiguration" was not found. Found 36 semantic errors compiling "../java/applet/Applet.java": 41. import java.awt.Component; ^-------^ *** Semantic Error: A candidate for type "Component" was found, but it is invalid and needs to be fixed before this type will successfully compile. 46. import java.awt.Panel; ^---^ *** Semantic Error: Type "java.awt.Panel" was not found. 72. public class Applet extends Panel ^---^ *** Semantic Error: Type "Panel" was not found. 94. private AccessibleContext accessibleContext; ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 104. throw new HeadlessException(); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 141. public URL getDocumentBase() ^-^ *** Semantic Error: Type "URL" was not found. 151. public URL getCodeBase() ^-^ *** Semantic Error: Type "URL" was not found. 202. public void resize(Dimension dim) ^-------^ *** Semantic Error: Type "Dimension" was not found. 227. public Image getImage(URL url) ^---^ *** Semantic Error: Type "Image" was not found. 227. public Image getImage(URL url) ^-^ *** Semantic Error: Type "URL" was not found. 244. public Image getImage(URL url, String name) ^---^ *** Semantic Error: Type "Image" was not found. 244. public Image getImage(URL url, String name) ^-^ *** Semantic Error: Type "URL" was not found. 248. return getImage(new URL(url, name)); ^-^ *** Semantic Error: Type "URL" was not found. 250. catch (MalformedURLException e) ^-------------------^ *** Semantic Error: Type "MalformedURLException" was not found. 268. public static final AudioClip newAudioClip(URL url) ^-^ *** Semantic Error: Type "URL" was not found. 271. throw new Error("Not implemented"); ^---^ *** Semantic Error: Type "Error" was not found. 283. public AudioClip getAudioClip(URL url) ^-^ *** Semantic Error: Type "URL" was not found. 300. public AudioClip getAudioClip(URL url, String name) ^-^ *** Semantic Error: Type "URL" was not found. 304. return getAudioClip(new URL(url, name)); ^-^ *** Semantic Error: Type "URL" was not found. 306. catch (MalformedURLException e) ^-------------------^ *** Semantic Error: Type "MalformedURLException" was not found. 332. public Locale getLocale() ^----^ *** Semantic Error: Type "Locale" was not found. 358. public void play(URL url) ^-^ *** Semantic Error: Type "URL" was not found. 360. AudioClip ac = getAudioClip(url); ^---------------^ *** Semantic Error: No applicable overload for a method with signature "getAudioClip(??)" was found in type "Applet". Perhaps you wanted the overloaded version "AudioClip getAudioClip(?? url);" instead? 365. catch (Exception ignored) ^-------^ *** Semantic Error: Type "Exception" was not found. 380. public void play(URL url, String name) ^-^ *** Semantic Error: Type "URL" was not found. 384. getAudioClip(url, name).play(); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "getAudioClip(??, String)" was found in type "Applet". Perhaps you wanted the overloaded version "AudioClip getAudioClip(?? url, String name);" instead? 386. catch (Exception ignored) ^-------^ *** Semantic Error: Type "Exception" was not found. 451. public AccessibleContext getAccessibleContext() ^---------------^ *** Semantic Error: Type "AccessibleContext" was not found. 454. accessibleContext = new AccessibleApplet(); ^--------------^ *** Semantic Error: Type "AccessibleApplet" was not found. 469. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 470. throws ClassNotFoundException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 473. throw new HeadlessException(); ^---------------^ *** Semantic Error: Type "HeadlessException" was not found. 484. protected class AccessibleApplet extends AccessibleAWTPanel ^----------------^ *** Semantic Error: Type "AccessibleAWTPanel" was not found. 504. public AccessibleRole getAccessibleRole() ^------------^ *** Semantic Error: Type "AccessibleRole" was not found. 516. public AccessibleStateSet getAccessibleStateSet() ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. 518. AccessibleStateSet s = super.getAccessibleStateSet(); ^----------------^ *** Semantic Error: Type "AccessibleStateSet" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/WrongAdapter.java": 54. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 55. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 55. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/ServantAlreadyActive.java": 57. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 58. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 58. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/ObjectNotActive.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java": 52. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 53. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 53. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/NoServant.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/InvalidPolicy.java": 56. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 57. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 57. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/AdapterNonExistent.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 19 semantic errors compiling "../org/omg/PortableServer/POAManagerPackage/State.java": 70. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 70. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 90. public static final State HOLDING = new State(_HOLDING); ^---^ *** Semantic Error: Type "State" was not found. 90. public static final State HOLDING = new State(_HOLDING); ^---^ *** Semantic Error: Type "State" was not found. 100. public static final State ACTIVE = new State(_ACTIVE); ^---^ *** Semantic Error: Type "State" was not found. 100. public static final State ACTIVE = new State(_ACTIVE); ^---^ *** Semantic Error: Type "State" was not found. 110. public static final State DISCARDING = new State(_DISCARDING); ^---^ *** Semantic Error: Type "State" was not found. 110. public static final State DISCARDING = new State(_DISCARDING); ^---^ *** Semantic Error: Type "State" was not found. 120. public static final State INACTIVE = new State(_INACTIVE); ^---^ *** Semantic Error: Type "State" was not found. 120. public static final State INACTIVE = new State(_INACTIVE); ^---^ *** Semantic Error: Type "State" was not found. 126. private static final State[] enume = ^---^ *** Semantic Error: Type "State" was not found. 127. new State[] { HOLDING, ACTIVE, DISCARDING, INACTIVE }; ^---^ *** Semantic Error: Type "State" was not found. 127. new State[] { HOLDING, ACTIVE, DISCARDING, INACTIVE }; ^---------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 133. new String[] { "HOLDING", "ACTIVE", "DISCARDING", "INACTIVE" }; ^----^ *** Semantic Error: Type "String" was not found. 133. new String[] { "HOLDING", "ACTIVE", "DISCARDING", "INACTIVE" }; ^-----------------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 150. public static State from_int(int code) ^---^ *** Semantic Error: Type "State" was not found. 156. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 158. BAD_OPERATION bad = new BAD_OPERATION("Invalid state " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 158. BAD_OPERATION bad = new BAD_OPERATION("Invalid state " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/ThreadPolicyValue.java": 74. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 74. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 94. public static final ThreadPolicyValue ORB_CTRL_MODEL = ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 95. new ThreadPolicyValue(_ORB_CTRL_MODEL); ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 105. public static final ThreadPolicyValue SINGLE_THREAD_MODEL = ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 106. new ThreadPolicyValue(_SINGLE_THREAD_MODEL); ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 112. private static final ThreadPolicyValue[] enume = ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 113. new ThreadPolicyValue[] { ORB_CTRL_MODEL, SINGLE_THREAD_MODEL }; ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 113. new ThreadPolicyValue[] { ORB_CTRL_MODEL, SINGLE_THREAD_MODEL }; ^-------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 119. new String[] { "ORB_CTRL_MODEL", "SINGLE_THREAD_MODEL" }; ^----^ *** Semantic Error: Type "String" was not found. 119. new String[] { "ORB_CTRL_MODEL", "SINGLE_THREAD_MODEL" }; ^-----------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 136. public static ThreadPolicyValue from_int(int code) ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 142. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 144. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 144. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/ThreadPolicyOperations.java": 41. import org.omg.CORBA.PolicyOperations; ^--------------^ *** Semantic Error: Type "org.omg.CORBA.PolicyOperations" was not found. 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. ThreadPolicyValue value(); ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ThreadPolicy.java": 55. extends Policy, ThreadPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 55. extends Policy, ThreadPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/ServantRetentionPolicyValue.java": 59. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 59. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 80. public static final ServantRetentionPolicyValue RETAIN = ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 81. new ServantRetentionPolicyValue(_RETAIN); ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 92. public static final ServantRetentionPolicyValue NON_RETAIN = ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 93. new ServantRetentionPolicyValue(_NON_RETAIN); ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 99. private static final ServantRetentionPolicyValue[] enume = ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 100. new ServantRetentionPolicyValue[] { RETAIN, NON_RETAIN }; ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 100. new ServantRetentionPolicyValue[] { RETAIN, NON_RETAIN }; ^--------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 106. new String[] { "RETAIN", "NON_RETAIN" }; ^----^ *** Semantic Error: Type "String" was not found. 106. new String[] { "RETAIN", "NON_RETAIN" }; ^------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 123. public static ServantRetentionPolicyValue from_int(int code) ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 129. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 131. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 131. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantRetentionPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. ServantRetentionPolicyValue value(); ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantRetentionPolicy.java": 56. extends Policy, ServantRetentionPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 56. extends Policy, ServantRetentionPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantManager.java": 54. extends ServantManagerOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. extends ServantManagerOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/ServantLocatorOperations.java": 41. import org.omg.PortableServer.ServantLocatorPackage.CookieHolder; ^----------^ *** Semantic Error: Type "org.omg.PortableServer.ServantLocatorPackage.CookieHolder" was not found. 78. CookieHolder cookie_holder ^----------^ *** Semantic Error: Type "CookieHolder" was not found. 94. java.lang.Object cookie, Servant servant ^--------------^ *** Semantic Error: Type "Object" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantLocator.java": 56. extends ServantManager, ServantLocatorOperations, IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 57. org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 17 semantic errors compiling "../org/omg/PortableServer/RequestProcessingPolicyValue.java": 69. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 69. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 89. public static final RequestProcessingPolicyValue USE_ACTIVE_OBJECT_MAP_ONLY = ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 90. new RequestProcessingPolicyValue(_USE_ACTIVE_OBJECT_MAP_ONLY); ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 100. public static final RequestProcessingPolicyValue USE_DEFAULT_SERVANT = ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 101. new RequestProcessingPolicyValue(_USE_DEFAULT_SERVANT); ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 111. public static final RequestProcessingPolicyValue USE_SERVANT_MANAGER = ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 112. new RequestProcessingPolicyValue(_USE_SERVANT_MANAGER); ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 118. private static final RequestProcessingPolicyValue[] enume = ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 119. new RequestProcessingPolicyValue[] ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. < 120. { . . . 122. }; ----> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 128. new String[] ^----^ *** Semantic Error: Type "String" was not found. < 129. { . . . 131. }; ----> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 148. public static RequestProcessingPolicyValue from_int(int code) ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 154. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 156. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 156. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/RequestProcessingPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. RequestProcessingPolicyValue value(); ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/RequestProcessingPolicy.java": 57. extends Policy, RequestProcessingPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 57. extends Policy, RequestProcessingPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 6 semantic errors compiling "../org/omg/PortableServer/POAManagerOperations.java": 41. import org.omg.PortableServer.POAManagerPackage.AdapterInactive; ^-------------^ *** Semantic Error: Type "org.omg.PortableServer.POAManagerPackage.AdapterInactive" was not found. 63. throws AdapterInactive; ^-------------^ *** Semantic Error: Type "AdapterInactive" was not found. 98. throws AdapterInactive; ^-------------^ *** Semantic Error: Type "AdapterInactive" was not found. 122. throws AdapterInactive; ^-------------^ *** Semantic Error: Type "AdapterInactive" was not found. 127. State get_state(); ^---^ *** Semantic Error: Type "State" was not found. 140. throws AdapterInactive; ^-------------^ *** Semantic Error: Type "AdapterInactive" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/POAManager.java": 61. extends POAManagerOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 61. extends POAManagerOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/LifespanPolicyValue.java": 61. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 61. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 81. public static final LifespanPolicyValue TRANSIENT = ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 82. new LifespanPolicyValue(_TRANSIENT); ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 92. public static final LifespanPolicyValue PERSISTENT = ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 93. new LifespanPolicyValue(_PERSISTENT); ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 99. private static final LifespanPolicyValue[] enume = ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 100. new LifespanPolicyValue[] { TRANSIENT, PERSISTENT }; ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 100. new LifespanPolicyValue[] { TRANSIENT, PERSISTENT }; ^-----------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 106. new String[] { "TRANSIENT", "PERSISTENT" }; ^----^ *** Semantic Error: Type "String" was not found. 106. new String[] { "TRANSIENT", "PERSISTENT" }; ^---------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 123. public static LifespanPolicyValue from_int(int code) ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 129. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 131. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 131. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/LifespanPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. LifespanPolicyValue value(); ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/LifespanPolicy.java": 56. extends Policy, LifespanPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 56. extends Policy, LifespanPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/ImplicitActivationPolicyValue.java": 61. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 61. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 81. public static final ImplicitActivationPolicyValue IMPLICIT_ACTIVATION = ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 82. new ImplicitActivationPolicyValue(_IMPLICIT_ACTIVATION); ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 92. public static final ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION = ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 93. new ImplicitActivationPolicyValue(_NO_IMPLICIT_ACTIVATION); ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 99. private static final ImplicitActivationPolicyValue[] enume = ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 100. new ImplicitActivationPolicyValue[] ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. < 101. { . . . 103. }; ----> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 109. new String[] { "IMPLICIT_ACTIVATION", "NO_IMPLICIT_ACTIVATION" }; ^----^ *** Semantic Error: Type "String" was not found. 109. new String[] { "IMPLICIT_ACTIVATION", "NO_IMPLICIT_ACTIVATION" }; ^-------------------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 126. public static ImplicitActivationPolicyValue from_int(int code) ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 132. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ImplicitActivationPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. ImplicitActivationPolicyValue value(); ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ImplicitActivationPolicy.java": 55. extends Policy, ImplicitActivationPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 55. extends Policy, ImplicitActivationPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/IdUniquenessPolicyValue.java": 62. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 62. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 83. public static final IdUniquenessPolicyValue UNIQUE_ID = ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 84. new IdUniquenessPolicyValue(_UNIQUE_ID); ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 95. public static final IdUniquenessPolicyValue MULTIPLE_ID = ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 96. new IdUniquenessPolicyValue(_MULTIPLE_ID); ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 102. private static final IdUniquenessPolicyValue[] enume = ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 103. new IdUniquenessPolicyValue[] { UNIQUE_ID, MULTIPLE_ID }; ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 103. new IdUniquenessPolicyValue[] { UNIQUE_ID, MULTIPLE_ID }; ^------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 109. new String[] { "UNIQUE_ID", "MULTIPLE_ID" }; ^----^ *** Semantic Error: Type "String" was not found. 109. new String[] { "UNIQUE_ID", "MULTIPLE_ID" }; ^----------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 126. public static IdUniquenessPolicyValue from_int(int code) ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 132. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/IdUniquenessPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. IdUniquenessPolicyValue value(); ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/IdUniquenessPolicy.java": 55. extends Policy, IdUniquenessPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 55. extends Policy, IdUniquenessPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 15 semantic errors compiling "../org/omg/PortableServer/IdAssignmentPolicyValue.java": 62. implements Serializable, IDLEntity ^----------^ *** Semantic Error: Type "Serializable" was not found. 62. implements Serializable, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 82. public static final IdAssignmentPolicyValue USER_ID = ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 83. new IdAssignmentPolicyValue(_USER_ID); ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 95. public static final IdAssignmentPolicyValue SYSTEM_ID = ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 96. new IdAssignmentPolicyValue(_SYSTEM_ID); ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 102. private static final IdAssignmentPolicyValue[] enume = ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 103. new IdAssignmentPolicyValue[] { USER_ID, SYSTEM_ID }; ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 103. new IdAssignmentPolicyValue[] { USER_ID, SYSTEM_ID }; ^--------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 109. new String[] { "USER_ID", "SYSTEM_ID" }; ^----^ *** Semantic Error: Type "String" was not found. 109. new String[] { "USER_ID", "SYSTEM_ID" }; ^------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 126. public static IdAssignmentPolicyValue from_int(int code) ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 132. catch (ArrayIndexOutOfBoundsException ex) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 134. BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/IdAssignmentPolicyOperations.java": 49. extends PolicyOperations ^--------------^ *** Semantic Error: Type "PolicyOperations" was not found. 54. IdAssignmentPolicyValue value(); ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/IdAssignmentPolicy.java": 56. extends Policy, IdAssignmentPolicyOperations, IDLEntity ^----^ *** Semantic Error: Type "Policy" was not found. 56. extends Policy, IdAssignmentPolicyOperations, IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/AdapterActivator.java": 60. extends AdapterActivatorOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 60. extends AdapterActivatorOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 1 semantic error compiling "../org/omg/CORBA/TRANSIENT.java": 51. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 1 semantic error compiling "../org/omg/CORBA/OBJ_ADAPTER.java": 50. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 312 semantic errors compiling "../gnu/CORBA/Poa/gnuPOA.java": 50. import org.omg.CORBA.OBJ_ADAPTER; ^---------^ *** Semantic Error: Type "org.omg.CORBA.OBJ_ADAPTER" was not found. 54. import org.omg.CORBA.TRANSIENT; ^-------^ *** Semantic Error: Type "org.omg.CORBA.TRANSIENT" was not found. 56. import org.omg.PortableServer.AdapterActivator; ^--------------^ *** Semantic Error: Type "org.omg.PortableServer.AdapterActivator" was not found. 57. import org.omg.PortableServer.ForwardRequest; ^------------^ *** Semantic Error: Type "org.omg.PortableServer.ForwardRequest" was not found. 58. import org.omg.PortableServer.IdAssignmentPolicy; ^----------------^ *** Semantic Error: Type "org.omg.PortableServer.IdAssignmentPolicy" was not found. 59. import org.omg.PortableServer.IdAssignmentPolicyValue; ^---------------------^ *** Semantic Error: Type "org.omg.PortableServer.IdAssignmentPolicyValue" was not found. 60. import org.omg.PortableServer.IdUniquenessPolicy; ^----------------^ *** Semantic Error: Type "org.omg.PortableServer.IdUniquenessPolicy" was not found. 61. import org.omg.PortableServer.IdUniquenessPolicyValue; ^---------------------^ *** Semantic Error: Type "org.omg.PortableServer.IdUniquenessPolicyValue" was not found. 62. import org.omg.PortableServer.ImplicitActivationPolicy; ^----------------------^ *** Semantic Error: Type "org.omg.PortableServer.ImplicitActivationPolicy" was not found. 63. import org.omg.PortableServer.ImplicitActivationPolicyValue; ^---------------------------^ *** Semantic Error: Type "org.omg.PortableServer.ImplicitActivationPolicyValue" was not found. 64. import org.omg.PortableServer.LifespanPolicy; ^------------^ *** Semantic Error: Type "org.omg.PortableServer.LifespanPolicy" was not found. 65. import org.omg.PortableServer.LifespanPolicyValue; ^-----------------^ *** Semantic Error: Type "org.omg.PortableServer.LifespanPolicyValue" was not found. 67. import org.omg.PortableServer.POAManager; ^--------^ *** Semantic Error: Type "org.omg.PortableServer.POAManager" was not found. 68. import org.omg.PortableServer.RequestProcessingPolicy; ^---------------------^ *** Semantic Error: Type "org.omg.PortableServer.RequestProcessingPolicy" was not found. 69. import org.omg.PortableServer.RequestProcessingPolicyValue; ^--------------------------^ *** Semantic Error: Type "org.omg.PortableServer.RequestProcessingPolicyValue" was not found. 70. import org.omg.PortableServer.SERVANT_RETENTION_POLICY_ID; ^-------------------------^ *** Semantic Error: Type "org.omg.PortableServer.SERVANT_RETENTION_POLICY_ID" was not found. 73. import org.omg.PortableServer.ServantLocator; ^------------^ *** Semantic Error: Type "org.omg.PortableServer.ServantLocator" was not found. 74. import org.omg.PortableServer.ServantManager; ^------------^ *** Semantic Error: Type "org.omg.PortableServer.ServantManager" was not found. 75. import org.omg.PortableServer.ServantRetentionPolicy; ^--------------------^ *** Semantic Error: Type "org.omg.PortableServer.ServantRetentionPolicy" was not found. 76. import org.omg.PortableServer.ServantRetentionPolicyValue; ^-------------------------^ *** Semantic Error: Type "org.omg.PortableServer.ServantRetentionPolicyValue" was not found. 77. import org.omg.PortableServer.ThreadPolicy; ^----------^ *** Semantic Error: Type "org.omg.PortableServer.ThreadPolicy" was not found. 78. import org.omg.PortableServer.ThreadPolicyValue; ^---------------^ *** Semantic Error: Type "org.omg.PortableServer.ThreadPolicyValue" was not found. 79. import org.omg.PortableServer.POAManagerPackage.State; ^---^ *** Semantic Error: Type "org.omg.PortableServer.POAManagerPackage.State" was not found. 80. import org.omg.PortableServer.POAPackage.AdapterAlreadyExists; ^------------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.AdapterAlreadyExists" was not found. 81. import org.omg.PortableServer.POAPackage.AdapterNonExistent; ^----------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.AdapterNonExistent" was not found. 82. import org.omg.PortableServer.POAPackage.InvalidPolicy; ^-----------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.InvalidPolicy" was not found. 83. import org.omg.PortableServer.POAPackage.NoServant; ^-------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.NoServant" was not found. 84. import org.omg.PortableServer.POAPackage.ObjectAlreadyActive; ^-----------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.ObjectAlreadyActive" was not found. 85. import org.omg.PortableServer.POAPackage.ObjectNotActive; ^-------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.ObjectNotActive" was not found. 86. import org.omg.PortableServer.POAPackage.ServantAlreadyActive; ^------------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.ServantAlreadyActive" was not found. 88. import org.omg.PortableServer.POAPackage.WrongAdapter; ^----------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.WrongAdapter" was not found. 99. extends LocalObject ^---------^ *** Semantic Error: Type "LocalObject" was not found. 100. implements POA ^-^ *** Semantic Error: Type "POA" was not found. 105. public final AOM aom = new AOM(); ^-^ *** Semantic Error: Type "AOM" was not found. 105. public final AOM aom = new AOM(); ^-^ *** Semantic Error: Type "AOM" was not found. 110. final ArrayList children = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 110. final ArrayList children = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 120. final POA parent; ^-^ *** Semantic Error: Type "POA" was not found. 131. AdapterActivator m_activator; ^--------------^ *** Semantic Error: Type "AdapterActivator" was not found. 136. POAManager m_manager; ^--------^ *** Semantic Error: Type "POAManager" was not found. 141. ServantActivator servant_activator; ^--------------^ *** Semantic Error: Type "ServantActivator" was not found. 146. ServantLocator servant_locator; ^------------^ *** Semantic Error: Type "ServantLocator" was not found. 151. Servant default_servant; ^-----^ *** Semantic Error: Type "Servant" was not found. 162. private final HashSet m_policies; ^-----^ *** Semantic Error: Type "HashSet" was not found. 167. Policy[] s_policies; ^----^ *** Semantic Error: Type "Policy" was not found. <------------------------------------------------------------------ 196. public gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, . . . 231. } --> *** Semantic Error: The blank final field "retain_servant" 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. <------------------------------------------------------------------ 196. public gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, . . . 231. } --> *** Semantic Error: The blank final field "m_policies" 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. <------------------------------------------------------------------ 196. public gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, . . . 231. } --> *** Semantic Error: The blank final field "parent" 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. 196. public gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, ^----^ *** Semantic Error: Type "gnuPOA" was not found. 196. public gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, ^--------^ *** Semantic Error: Type "POAManager" was not found. 197. Policy[] a_policies, ORB_1_4 an_orb ^----^ *** Semantic Error: Type "Policy" was not found. 199. throws InvalidPolicy ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. 202. Policy[] all_policies = StandardPolicies.withDefault(a_policies); ^----^ *** Semantic Error: Type "Policy" was not found. 211. m_manager = new gnuPOAManager(); ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 213. if (m_manager instanceof gnuPOAManager) ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 215. gnuPOAManager g = (gnuPOAManager) m_manager; ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 215. gnuPOAManager g = (gnuPOAManager) m_manager; ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 219. m_policies = new HashSet(all_policies.length); ^-----^ *** Semantic Error: Type "HashSet" was not found. 221. s_policies = new Policy[ all_policies.length ]; ^----^ *** Semantic Error: Type "Policy" was not found. 225. m_policies.add(((AccessiblePolicy) s_policies [ i ]).getValue()); ^--------------^ *** Semantic Error: Type "AccessiblePolicy" was not found. <------------------------------------------------------------ 228. retain_servant = applies(ServantRetentionPolicyValue.RETAIN); . . . 230. validatePolicies(a_policies); --------------------------------> *** Semantic Error: These statements are unreachable. 230. validatePolicies(a_policies); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "validatePolicies(??)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "boolean validatePolicies(?? a) throws ??;" instead? 262. catch (InterruptedException ex) ^------------------^ *** Semantic Error: Type "InterruptedException" was not found. 280. ArrayList keys = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 280. ArrayList keys = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 284. AOM.Obj obj; ^-----^ *** Semantic Error: Type "Obj" was not found. 321. protected POA createPoaInstance(String child_name, POAManager a_manager, ^-^ *** Semantic Error: Type "POA" was not found. 321. protected POA createPoaInstance(String child_name, POAManager a_manager, ^--------^ *** Semantic Error: Type "POAManager" was not found. 322. Policy[] policies, ORB_1_4 an_orb ^----^ *** Semantic Error: Type "Policy" was not found. 324. throws InvalidPolicy ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. 326. POAManager some_manager = ^--------^ *** Semantic Error: Type "POAManager" was not found. 327. a_manager == null ? new gnuPOAManager() : a_manager; ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 329. if (some_manager instanceof gnuPOAManager) ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 331. ((gnuPOAManager) some_manager).addPoa(this); ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 334. return new gnuPOA(this, child_name, some_manager, policies, an_orb); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 346. public final boolean applies(java.lang.Object policy_value) ^--------------^ *** Semantic Error: Type "Object" was not found. 358. public final void required(java.lang.Object policy_value) ^--------------^ *** Semantic Error: Type "Object" was not found. 359. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 361. if (!applies(policy_value)) ^-------------------^ *** Semantic Error: No applicable overload for a method with signature "applies(??)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "boolean applies(?? policy_value);" instead? 362. throw new WrongPolicy(policy_value + " policy required."); ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 372. public final void excluding(java.lang.Object policy_value) ^--------------^ *** Semantic Error: Type "Object" was not found. 373. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 375. if (applies(policy_value)) ^-------------------^ *** Semantic Error: No applicable overload for a method with signature "applies(??)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "boolean applies(?? policy_value);" instead? 376. throw new WrongPolicy(policy_value + " policy applies."); ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 394. public POA find_POA(String poa_name, boolean activate_it) ^-^ *** Semantic Error: Type "POA" was not found. 395. throws AdapterNonExistent ^----------------^ *** Semantic Error: Type "AdapterNonExistent" was not found. 397. POA child; ^-^ *** Semantic Error: Type "POA" was not found. 400. child = (POA) children.get(i); ^-^ *** Semantic Error: Type "POA" was not found. <-------------------------------------- 405. if (activate_it && m_activator != null) . . . 421. throw new AdapterNonExistent(poa_name); --------------------------------------------> *** Semantic Error: This statement is unreachable. 409. throw new AdapterNonExistent(poa_name + " activation failed."); ^----------------^ *** Semantic Error: Type "AdapterNonExistent" was not found. 414. child = (POA) children.get(i); ^-^ *** Semantic Error: Type "POA" was not found. 418. throw new AdapterNonExistent(poa_name + " not created. "); ^----------------^ *** Semantic Error: Type "AdapterNonExistent" was not found. 421. throw new AdapterNonExistent(poa_name); ^----------------^ *** Semantic Error: Type "AdapterNonExistent" was not found. 441. public byte[] activate_object(Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 442. throws ServantAlreadyActive, WrongPolicy ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 442. throws ServantAlreadyActive, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 448. AOM.Obj exists = aom.findServant(a_servant); ^-----^ *** Semantic Error: Type "Obj" was not found. 461. throw new ServantAlreadyActive(); ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 468. ServantDelegateImpl delegate = new ServantDelegateImpl(a_servant, this, object_key); ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 468. ServantDelegateImpl delegate = new ServantDelegateImpl(a_servant, this, object_key); ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 491. public void activate_object_with_id(byte[] an_Object_Id, Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 492. throws ServantAlreadyActive, ObjectAlreadyActive, ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 492. throws ServantAlreadyActive, ObjectAlreadyActive, ^-----------------^ *** Semantic Error: Type "ObjectAlreadyActive" was not found. 493. WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 495. activate_object_with_id(an_Object_Id, a_servant, false); ^-----------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "activate_object_with_id(byte[], ??, boolean)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "void activate_object_with_id(byte[] an_Object_Id, ?? a_servant, boolean use_forwarding) throws ??, ??, ??;" instead? 504. public void activate_object_with_id(byte[] an_Object_Id, Servant a_servant, ^-----^ *** Semantic Error: Type "Servant" was not found. 507. throws ServantAlreadyActive, ObjectAlreadyActive, ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 507. throws ServantAlreadyActive, ObjectAlreadyActive, ^-----------------^ *** Semantic Error: Type "ObjectAlreadyActive" was not found. 508. WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 517. AOM.Obj sx = aom.findServant(a_servant, false); ^-----^ *** Semantic Error: Type "Obj" was not found. 519. throw new ServantAlreadyActive(); ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 522. AOM.Obj exists = aom.get(an_Object_Id); ^-----^ *** Semantic Error: Type "Obj" was not found. 527. locateServant(an_Object_Id, a_servant, exists, use_forwarding); ^------------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "locateServant(byte[], ??, ??, boolean)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "void locateServant(byte[] an_Object_Id, ?? a_servant, AOM$Obj exists, boolean use_forwarding) throws InternalError;" instead? 533. incarnate(exists, an_Object_Id, a_servant, use_forwarding); ^--------------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "incarnate(??, byte[], ??, boolean)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "?? incarnate(?? x, byte[] object_key, ?? a_servant, boolean use_forwarding);" instead? 536. throw new ObjectAlreadyActive(); ^-----------------^ *** Semantic Error: Type "ObjectAlreadyActive" was not found. 540. ServantDelegateImpl delegate = ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 541. new ServantDelegateImpl(a_servant, this, an_Object_Id); ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 558. private void locateServant(byte[] an_Object_Id, Servant a_servant, ^-----^ *** Semantic Error: Type "Servant" was not found. 564. gnuServantObject object = (gnuServantObject) exists.object; ^--------------^ *** Semantic Error: Type "gnuServantObject" was not found. 564. gnuServantObject object = (gnuServantObject) exists.object; ^--------------^ *** Semantic Error: Type "gnuServantObject" was not found. <----------------------------------------- 567. exists.setServant(incarnate(exists, an_Object_Id, a_servant, . . . 569. ) -----------------------------------> *** Semantic Error: No applicable overload for a method with signature "incarnate(AOM.Obj, byte[], ??, boolean)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "?? incarnate(?? x, byte[] object_key, ?? a_servant, boolean use_forwarding);" instead? 582. throw new OBJ_ADAPTER("no servant", 4, CompletionStatus.COMPLETED_NO); ^---------^ *** Semantic Error: Type "OBJ_ADAPTER" was not found. 585. ServantDelegateImpl delegate = ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 586. new ServantDelegateImpl(exists.servant, this, an_Object_Id); ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 604. throws ObjectNotActive, WrongPolicy ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 604. throws ObjectNotActive, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 608. AOM.Obj exists = aom.get(the_Object_Id); ^-----^ *** Semantic Error: Type "Obj" was not found. 611. throw new ObjectNotActive(); ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 618. AOM.Obj other = aom.findServant(exists.servant, false); ^-----^ *** Semantic Error: Type "Obj" was not found. 642. public org.omg.CORBA.Object create_reference(String a_repository_id) ^------------------^ *** Semantic Error: Type "Object" was not found. 643. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 664. public org.omg.CORBA.Object create_reference_with_id(byte[] an_object_id, ^------------------^ *** Semantic Error: Type "Object" was not found. 668. String[] ids; ^----^ *** Semantic Error: Type "String" was not found. 672. ids = new String[] { a_repository_id }; ^----^ *** Semantic Error: Type "String" was not found. 672. ids = new String[] { a_repository_id }; ^-----------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 675. AOM.Obj e = aom.get(an_object_id); ^-----^ *** Semantic Error: Type "Obj" was not found. 677. Servant servant; ^-----^ *** Semantic Error: Type "Servant" was not found. 688. gnuServantObject object = ^--------------^ *** Semantic Error: Type "gnuServantObject" was not found. 689. new gnuServantObject(ids, an_object_id, this, m_orb); ^--------------^ *** Semantic Error: Type "gnuServantObject" was not found. 690. object._set_delegate(new LocalDelegate(object, this, an_object_id)); ^-----------^ *** Semantic Error: Type "LocalDelegate" was not found. 692. connect_to_orb(an_object_id, object); ^----------------------------------^ *** Semantic Error: No applicable overload for a method with signature "connect_to_orb(byte[], ??)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "void connect_to_orb(byte[] an_Object_Id, ?? object);" instead? 717. public POA create_POA(String child_name, POAManager manager, Policy[] policies) ^-^ *** Semantic Error: Type "POA" was not found. 717. public POA create_POA(String child_name, POAManager manager, Policy[] policies) ^--------^ *** Semantic Error: Type "POAManager" was not found. 717. public POA create_POA(String child_name, POAManager manager, Policy[] policies) ^----^ *** Semantic Error: Type "Policy" was not found. 718. throws AdapterAlreadyExists, InvalidPolicy ^------------------^ *** Semantic Error: Type "AdapterAlreadyExists" was not found. 718. throws AdapterAlreadyExists, InvalidPolicy ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. 720. POA child; ^-^ *** Semantic Error: Type "POA" was not found. 723. child = (POA) children.get(i); ^-^ *** Semantic Error: Type "POA" was not found. 725. throw new AdapterAlreadyExists(name + "/" + child_name); ^------------------^ *** Semantic Error: Type "AdapterAlreadyExists" was not found. <----------------------------------------------------------------- 728. POA poa = createPoaInstance(child_name, manager, policies, m_orb); . . . 730. return poa; --------------> *** Semantic Error: These statements are unreachable. 728. POA poa = createPoaInstance(child_name, manager, policies, m_orb); ^-^ *** Semantic Error: Type "POA" was not found. 728. POA poa = createPoaInstance(child_name, manager, policies, m_orb); ^-----------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "createPoaInstance(String, ??, ??, ORB_1_4)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "?? createPoaInstance(String child_name, ?? a_manager, ?? policies, ORB_1_4 an_orb) throws ??;" instead? 742. public Servant get_servant() ^-----^ *** Semantic Error: Type "Servant" was not found. 743. throws NoServant, WrongPolicy ^-------^ *** Semantic Error: Type "NoServant" was not found. 743. throws NoServant, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 747. throw new NoServant(); ^-------^ *** Semantic Error: Type "NoServant" was not found. 759. public void set_servant(Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 760. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 785. public void set_servant_manager(ServantManager a_manager) ^------------^ *** Semantic Error: Type "ServantManager" was not found. 786. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 790. throw new BAD_INV_ORDER("Setting manager twice for " + name, 6, ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. 796. if (a_manager instanceof ServantActivator) ^--------------^ *** Semantic Error: Type "ServantActivator" was not found. 797. servant_activator = (ServantActivator) a_manager; ^--------------^ *** Semantic Error: Type "ServantActivator" was not found. 799. throw new OBJ_ADAPTER("RETAIN requires ServantActivator", 4, ^---------^ *** Semantic Error: Type "OBJ_ADAPTER" was not found. 805. if (a_manager instanceof ServantLocator) ^------------^ *** Semantic Error: Type "ServantLocator" was not found. 806. servant_locator = (ServantLocator) a_manager; ^------------^ *** Semantic Error: Type "ServantLocator" was not found. 808. throw new OBJ_ADAPTER("NON_RETAIN requires ServantLocator", 4, ^---------^ *** Semantic Error: Type "OBJ_ADAPTER" was not found. 813. throw new WrongPolicy("No servant retention policy is specified."); ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 825. public ServantManager get_servant_manager() ^------------^ *** Semantic Error: Type "ServantManager" was not found. 826. throws WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 850. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 850. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 851. POA p = this; ^-^ *** Semantic Error: Type "POA" was not found. 872. public org.omg.CORBA.Object id_to_reference(byte[] the_Object_Id) ^------------------^ *** Semantic Error: Type "Object" was not found. 873. throws ObjectNotActive, WrongPolicy ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 873. throws ObjectNotActive, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 877. AOM.Obj ref = aom.get(the_Object_Id); ^-----^ *** Semantic Error: Type "Obj" was not found. 879. throw new ObjectNotActive(); ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 895. public Servant id_to_servant(byte[] the_Object_Id) ^-----^ *** Semantic Error: Type "Servant" was not found. 896. throws ObjectNotActive, WrongPolicy ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 896. throws ObjectNotActive, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 900. AOM.Obj ref = aom.get(the_Object_Id); ^-----^ *** Semantic Error: Type "Obj" was not found. 906. throw new ObjectNotActive(); ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 913. throw new ObjectNotActive(); ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 920. throw new WrongPolicy("Either RETAIN or USE_DEFAULT_SERVANT required."); ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 932. public byte[] reference_to_id(org.omg.CORBA.Object the_Object) ^------------------^ *** Semantic Error: Type "Object" was not found. 933. throws WrongAdapter, WrongPolicy ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 933. throws WrongAdapter, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 935. AOM.Obj ref = aom.findObject(the_Object); ^-----^ *** Semantic Error: Type "Obj" was not found. 937. throw new WrongAdapter(); ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 955. public Servant reference_to_servant(org.omg.CORBA.Object the_Object) ^-----^ *** Semantic Error: Type "Servant" was not found. 955. public Servant reference_to_servant(org.omg.CORBA.Object the_Object) ^------------------^ *** Semantic Error: Type "Object" was not found. 956. throws ObjectNotActive, WrongPolicy, ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 956. throws ObjectNotActive, WrongPolicy, ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 957. WrongAdapter ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 961. AOM.Obj ref = aom.findObject(the_Object); ^-----^ *** Semantic Error: Type "Obj" was not found. 963. throw new WrongAdapter(); ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 969. throw new ObjectNotActive(); ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 979. throw new WrongPolicy("Either RETAIN or USE_DEFAULT_SERVANT required."); ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 1009. public byte[] servant_to_id(Servant the_Servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 1010. throws ServantNotActive, WrongPolicy ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 1010. throws ServantNotActive, WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 1020. AOM.Obj ref = null; ^-----^ *** Semantic Error: Type "Obj" was not found. 1030. return activate_object(the_Servant); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "activate_object(??)" was found in type "gnuPOA". Perhaps you wanted the overloaded version "byte[] activate_object(?? a_servant) throws ??, ??;" instead? 1032. catch (ServantAlreadyActive ex) ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 1035. throw new InternalError(); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 1039. throw new ServantNotActive(); ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 1044. throw new WrongPolicy("(RETAIN and UNIQUE ID) " + ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 1068. public org.omg.CORBA.Object servant_to_reference(Servant the_Servant) ^------------------^ *** Semantic Error: Type "Object" was not found. 1068. public org.omg.CORBA.Object servant_to_reference(Servant the_Servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 1069. throws ServantNotActive, ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 1070. WrongPolicy ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 1074. AOM.Obj exists = null; ^-----^ *** Semantic Error: Type "Obj" was not found. 1090. throw new ServantNotActive(); ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 1103. ServantDelegateImpl delegate = ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 1104. new ServantDelegateImpl(the_Servant, this, object_key); ^-----------------^ *** Semantic Error: Type "ServantDelegateImpl" was not found. 1110. throw new ServantNotActive(); ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 1129. private Servant incarnate(AOM.Obj x, byte[] object_key, ^-----^ *** Semantic Error: Type "Servant" was not found. 1129. private Servant incarnate(AOM.Obj x, byte[] object_key, ^-----^ *** Semantic Error: Type "Obj" was not found. 1130. Servant a_servant, boolean use_forwarding ^-----^ *** Semantic Error: Type "Servant" was not found. 1135. Servant servant; ^-----^ *** Semantic Error: Type "Servant" was not found. 1140. catch (ForwardRequest ex) ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 1143. throw new gnuForwardRequest(ex.forward_reference); ^---------------^ *** Semantic Error: Type "gnuForwardRequest" was not found. 1146. ForwardedServant.create((ObjectImpl) ex.forward_reference); ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 1169. throw new BAD_INV_ORDER("No servant given and the servant activator not set"); ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. 1177. public POAManager the_POAManager() ^--------^ *** Semantic Error: Type "POAManager" was not found. 1190. public AdapterActivator the_activator() ^--------------^ *** Semantic Error: Type "AdapterActivator" was not found. 1200. public void the_activator(AdapterActivator an_activator) ^--------------^ *** Semantic Error: Type "AdapterActivator" was not found. 1210. public POA[] the_children() ^-^ *** Semantic Error: Type "POA" was not found. 1212. POA[] poas = new POA[ children.size() ]; ^-^ *** Semantic Error: Type "POA" was not found. 1212. POA[] poas = new POA[ children.size() ]; ^-^ *** Semantic Error: Type "POA" was not found. 1215. poas [ i ] = (POA) children.get(i); ^-^ *** Semantic Error: Type "POA" was not found. 1217. return poas; ^----------^ *** Semantic Error: This statement is unreachable. 1236. public POA the_parent() ^-^ *** Semantic Error: Type "POA" was not found. 1242. public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue a_value) ^----------------^ *** Semantic Error: Type "IdAssignmentPolicy" was not found. 1242. public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue a_value) ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. 1244. return new gnuIdAssignmentPolicy(a_value); ^-------------------^ *** Semantic Error: Type "gnuIdAssignmentPolicy" was not found. 1248. public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue a_value) ^----------------^ *** Semantic Error: Type "IdUniquenessPolicy" was not found. 1248. public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue a_value) ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 1250. return new gnuIdUniquenessPolicy(a_value); ^-------------------^ *** Semantic Error: Type "gnuIdUniquenessPolicy" was not found. 1254. public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue a_value) ^----------------------^ *** Semantic Error: Type "ImplicitActivationPolicy" was not found. 1254. public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue a_value) ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 1256. return new gnuImplicitActivationPolicy(a_value); ^-------------------------^ *** Semantic Error: Type "gnuImplicitActivationPolicy" was not found. 1260. public LifespanPolicy create_lifespan_policy(LifespanPolicyValue a_value) ^------------^ *** Semantic Error: Type "LifespanPolicy" was not found. 1260. public LifespanPolicy create_lifespan_policy(LifespanPolicyValue a_value) ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 1262. return new gnuLifespanPolicy(a_value); ^---------------^ *** Semantic Error: Type "gnuLifespanPolicy" was not found. 1266. public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue a_value) ^---------------------^ *** Semantic Error: Type "RequestProcessingPolicy" was not found. 1266. public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue a_value) ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 1268. return new gnuRequestProcessingPolicy(a_value); ^------------------------^ *** Semantic Error: Type "gnuRequestProcessingPolicy" was not found. 1272. public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue a_value) ^--------------------^ *** Semantic Error: Type "ServantRetentionPolicy" was not found. 1272. public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue a_value) ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 1274. return new gnuServantRetentionPolicy(a_value); ^-----------------------^ *** Semantic Error: Type "gnuServantRetentionPolicy" was not found. 1278. public ThreadPolicy create_thread_policy(ThreadPolicyValue a_value) ^----------^ *** Semantic Error: Type "ThreadPolicy" was not found. 1278. public ThreadPolicy create_thread_policy(ThreadPolicyValue a_value) ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 1280. return new gnuThreadPolicy(a_value); ^-------------^ *** Semantic Error: Type "gnuThreadPolicy" was not found. 1314. gnuPOAManager g = new gnuPOAManager(); ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 1314. gnuPOAManager g = new gnuPOAManager(); ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 1319. if (parent instanceof gnuPOA) ^----^ *** Semantic Error: Type "gnuPOA" was not found. 1321. ((gnuPOA) parent).children.remove(this); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 1327. ArrayList keys = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 1327. ArrayList keys = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 1331. AOM.Obj obj; ^-----^ *** Semantic Error: Type "Obj" was not found. <----------------------------- 1340. m_orb.identityDestroyed(this); . . . 1352. } ------> *** Semantic Error: These statements are unreachable. 1348. POA[] ch = the_children(); ^-^ *** Semantic Error: Type "POA" was not found. 1359. throws java.lang.Throwable ^-----------------^ *** Semantic Error: Type "Throwable" was not found. 1370. if (m_manager instanceof gnuPOAManager) ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 1372. gnuPOAManager p = (gnuPOAManager) m_manager; ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 1372. gnuPOAManager p = (gnuPOAManager) m_manager; ^-----------^ *** Semantic Error: Type "gnuPOAManager" was not found. 1386. public Policy _get_policy(int a_policy_type) ^----^ *** Semantic Error: Type "Policy" was not found. 1387. throws org.omg.CORBA.BAD_PARAM ^---------------------^ *** Semantic Error: Type "BAD_PARAM" was not found. 1394. throw new BAD_PARAM("No policy type " + a_policy_type); ^-----------------------------------------------------^ *** Semantic Error: This statement is unreachable. 1394. throw new BAD_PARAM("No policy type " + a_policy_type); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 1400. public Policy[] getPolicyArray() ^----^ *** Semantic Error: Type "Policy" was not found. 1402. Policy[] r = new Policy[ s_policies.length ]; ^----^ *** Semantic Error: Type "Policy" was not found. 1402. Policy[] r = new Policy[ s_policies.length ]; ^----^ *** Semantic Error: Type "Policy" was not found. 1407. return r; ^-------^ *** Semantic Error: This statement is unreachable. 1417. public org.omg.CORBA.Object _set_policy_override(Policy[] policies, ^------------------^ *** Semantic Error: Type "Object" was not found. 1417. public org.omg.CORBA.Object _set_policy_override(Policy[] policies, ^----^ *** Semantic Error: Type "Policy" was not found. 1418. SetOverrideType how ^-------------^ *** Semantic Error: Type "SetOverrideType" was not found. 1421. throw new NO_IMPLEMENT("Use createPOA instead."); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 1427. public ORB orb() ^-^ *** Semantic Error: Type "ORB" was not found. 1451. throws TRANSIENT ^-------^ *** Semantic Error: Type "TRANSIENT" was not found. 1454. throw new TRANSIENT("Discarding mode", 1, CompletionStatus.COMPLETED_MAYBE); ^-------^ *** Semantic Error: Type "TRANSIENT" was not found. 1460. protected void connect_to_orb(byte[] an_Object_Id, org.omg.CORBA.Object object) ^------------------^ *** Semantic Error: Type "Object" was not found. 1473. StringBuffer b = new StringBuffer(name); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1473. StringBuffer b = new StringBuffer(name); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1485. b.append(")"); ^------------^ *** Semantic Error: This statement is unreachable. 1493. protected boolean validatePolicies(Policy[] a) ^----^ *** Semantic Error: Type "Policy" was not found. 1494. throws InvalidPolicy ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. <------------------------------------------------------ 1508. throw new InvalidPolicy("NON_RETAIN requires either " + . . . 1511. ); ------------------------------------> *** Semantic Error: This statement is unreachable. 1508. throw new InvalidPolicy("NON_RETAIN requires either " + ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. 1520. public AOM.Obj findObject(org.omg.CORBA.Object object) ^-----^ *** Semantic Error: Type "Obj" was not found. 1520. public AOM.Obj findObject(org.omg.CORBA.Object object) ^------------------^ *** Semantic Error: Type "Object" was not found. 1522. AOM.Obj h = aom.findObject(object); ^-----^ *** Semantic Error: Type "Obj" was not found. 1529. h = ((gnuPOA) children.get(i)).findObject(object); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 1534. return h; ^-------^ *** Semantic Error: This statement is unreachable. 1543. public AOM.Obj findKey(byte[] object_id, byte[] poa_id) ^-----^ *** Semantic Error: Type "Obj" was not found. 1545. AOM.Obj h = null; ^-----^ *** Semantic Error: Type "Obj" was not found. 1554. h = ((gnuPOA) children.get(i)).findKey(object_id, poa_id); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 1559. return h; ^-------^ *** Semantic Error: This statement is unreachable. 1566. public AOM.Obj findIorKey(byte[] ior_key) ^-----^ *** Semantic Error: Type "Obj" was not found. 1568. BufferredCdrInput in = new BufferredCdrInput(ior_key); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 1568. BufferredCdrInput in = new BufferredCdrInput(ior_key); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 1585. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 1585. BufferedCdrOutput buffer = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 1603. BufferredCdrInput in = new BufferredCdrInput(ior_key); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 1603. BufferredCdrInput in = new BufferredCdrInput(ior_key); ^---------------^ *** Semantic Error: Type "BufferredCdrInput" was not found. 1619. public AOM.Obj findServant(Servant servant) ^-----^ *** Semantic Error: Type "Obj" was not found. 1619. public AOM.Obj findServant(Servant servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 1621. AOM.Obj h = aom.findServant(servant); ^-----^ *** Semantic Error: Type "Obj" was not found. 1628. h = ((gnuPOA) children.get(i)).findServant(servant); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 1633. return h; ^-------^ *** Semantic Error: This statement is unreachable. Found 14 semantic errors compiling "../org/omg/PortableServer/portable/Delegate.java": 43. import org.omg.PortableServer.Servant; ^-----^ *** Semantic Error: Type "org.omg.PortableServer.Servant" was not found. 64. POA default_POA(Servant a_servant); ^-^ *** Semantic Error: Type "POA" was not found. 64. POA default_POA(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 70. org.omg.CORBA.Object get_interface_def(Servant a_servant); ^------------------^ *** Semantic Error: Type "Object" was not found. 70. org.omg.CORBA.Object get_interface_def(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 82. boolean is_a(Servant a_servant, String an_id); ^-----^ *** Semantic Error: Type "Servant" was not found. 90. boolean non_existent(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 95. byte[] object_id(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 100. ORB orb(Servant a_servant); ^-^ *** Semantic Error: Type "ORB" was not found. 100. ORB orb(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 105. POA poa(Servant a_servant); ^-^ *** Semantic Error: Type "POA" was not found. 105. POA poa(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. 111. org.omg.CORBA.Object this_object(Servant a_servant); ^------------------^ *** Semantic Error: Type "Object" was not found. 111. org.omg.CORBA.Object this_object(Servant a_servant); ^-----^ *** Semantic Error: Type "Servant" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/WrongPolicy.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableServer/POAPackage/ServantNotActive.java": 53. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 31 semantic errors compiling "../org/omg/PortableServer/Servant.java": 45. import org.omg.PortableServer.POAPackage.ServantNotActive; ^--------------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.ServantNotActive" was not found. 46. import org.omg.PortableServer.POAPackage.WrongPolicy; ^---------^ *** Semantic Error: Type "org.omg.PortableServer.POAPackage.WrongPolicy" was not found. 47. import org.omg.PortableServer.portable.Delegate; ^------^ *** Semantic Error: Type "org.omg.PortableServer.portable.Delegate" was not found. 51. import gnu.CORBA.Poa.gnuPOA; ^----^ *** Semantic Error: Type "gnu.CORBA.Poa.gnuPOA" was not found. 92. private Delegate delegate; ^------^ *** Semantic Error: Type "Delegate" was not found. 110. public final Delegate _get_delegate() ^------^ *** Semantic Error: Type "Delegate" was not found. 122. public org.omg.CORBA.Object _get_interface_def() ^------------------^ *** Semantic Error: Type "Object" was not found. 124. throw new NO_IMPLEMENT(); ^----------^ *** Semantic Error: Type "NO_IMPLEMENT" was not found. 158. public final ORB _orb() ^-^ *** Semantic Error: Type "ORB" was not found. 192. throw new OBJECT_NOT_EXIST(); ^--------------^ *** Semantic Error: Type "OBJECT_NOT_EXIST" was not found. 207. public final void _set_delegate(Delegate a_delegate) ^------^ *** Semantic Error: Type "Delegate" was not found. 223. public final org.omg.CORBA.Object _this_object(ORB an_orb) ^------------------^ *** Semantic Error: Type "Object" was not found. 223. public final org.omg.CORBA.Object _this_object(ORB an_orb) ^-^ *** Semantic Error: Type "ORB" was not found. 229. if (an_orb instanceof ORB_1_4) ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 231. ORB_1_4 m_orb = (ORB_1_4) an_orb; ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 231. ORB_1_4 m_orb = (ORB_1_4) an_orb; ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 233. gnuPOA dp = (gnuPOA) _default_POA(); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 233. gnuPOA dp = (gnuPOA) _default_POA(); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 241. catch (WrongPolicy unexp) ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 243. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 243. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 248. catch (ServantNotActive ex) ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 254. catch (Exception unexp) ^-------^ *** Semantic Error: Type "Exception" was not found. 258. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 258. BAD_OPERATION bad = new BAD_OPERATION(); ^-----------^ *** Semantic Error: Type "BAD_OPERATION" was not found. 266. throw new OBJECT_NOT_EXIST(); ^--------------^ *** Semantic Error: Type "OBJECT_NOT_EXIST" was not found. 280. public final org.omg.CORBA.Object _this_object() ^------------------^ *** Semantic Error: Type "Object" was not found. 283. return _this_object(_orb()); ^------------------^ *** Semantic Error: No applicable overload for a method with signature "_this_object(??)" was found in type "Servant". Perhaps you wanted the overloaded version "?? _this_object(?? an_orb);" instead? 287. if (def instanceof gnuPOA) ^----^ *** Semantic Error: Type "gnuPOA" was not found. 288. return _this_object(((gnuPOA) def).orb()); ^----^ *** Semantic Error: Type "gnuPOA" was not found. 290. throw new OBJECT_NOT_EXIST(); ^--------------^ *** Semantic Error: Type "OBJECT_NOT_EXIST" was not found. Found 2 semantic errors compiling "../org/omg/CORBA/PolicyError.java": 56. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 56. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 51 semantic errors compiling "../org/omg/PortableServer/POAOperations.java": 84. POA create_POA(String child_name, POAManager manager, Policy[] policies) ^----^ *** Semantic Error: Type "Policy" was not found. 85. throws AdapterAlreadyExists, InvalidPolicy; ^------------------^ *** Semantic Error: Type "AdapterAlreadyExists" was not found. 85. throws AdapterAlreadyExists, InvalidPolicy; ^-----------^ *** Semantic Error: Type "InvalidPolicy" was not found. 103. throws AdapterNonExistent; ^----------------^ *** Semantic Error: Type "AdapterNonExistent" was not found. 124. byte[] activate_object(Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 125. throws ServantAlreadyActive, WrongPolicy; ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 125. throws ServantAlreadyActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 145. void activate_object_with_id(byte[] an_Object_Id, Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 146. throws ServantAlreadyActive, ObjectAlreadyActive, ^------------------^ *** Semantic Error: Type "ServantAlreadyActive" was not found. 146. throws ServantAlreadyActive, ObjectAlreadyActive, ^-----------------^ *** Semantic Error: Type "ObjectAlreadyActive" was not found. 147. WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 172. throws ObjectNotActive, WrongPolicy; ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 172. throws ObjectNotActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 191. org.omg.CORBA.Object create_reference(String a_repository_id) ^------------------^ *** Semantic Error: Type "Object" was not found. 192. throws WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 214. org.omg.CORBA.Object create_reference_with_id(byte[] an_object_id, ^------------------^ *** Semantic Error: Type "Object" was not found. 227. Servant get_servant() ^-----^ *** Semantic Error: Type "Servant" was not found. 228. throws NoServant, WrongPolicy; ^-------^ *** Semantic Error: Type "NoServant" was not found. 228. throws NoServant, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 238. void set_servant(Servant a_servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 239. throws WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 259. throws WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 271. throws WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 292. org.omg.CORBA.Object id_to_reference(byte[] the_Object_Id) ^------------------^ *** Semantic Error: Type "Object" was not found. 293. throws ObjectNotActive, WrongPolicy; ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 293. throws ObjectNotActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 305. Servant id_to_servant(byte[] the_Object_Id) ^-----^ *** Semantic Error: Type "Servant" was not found. 306. throws ObjectNotActive, WrongPolicy; ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 306. throws ObjectNotActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 318. byte[] reference_to_id(org.omg.CORBA.Object the_Object) ^------------------^ *** Semantic Error: Type "Object" was not found. 319. throws WrongAdapter, WrongPolicy; ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 319. throws WrongAdapter, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 335. Servant reference_to_servant(org.omg.CORBA.Object the_Object) ^-----^ *** Semantic Error: Type "Servant" was not found. 335. Servant reference_to_servant(org.omg.CORBA.Object the_Object) ^------------------^ *** Semantic Error: Type "Object" was not found. 336. throws ObjectNotActive, WrongPolicy, WrongAdapter; ^-------------^ *** Semantic Error: Type "ObjectNotActive" was not found. 336. throws ObjectNotActive, WrongPolicy, WrongAdapter; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 336. throws ObjectNotActive, WrongPolicy, WrongAdapter; ^----------^ *** Semantic Error: Type "WrongAdapter" was not found. 364. byte[] servant_to_id(Servant the_Servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 365. throws ServantNotActive, WrongPolicy; ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 365. throws ServantNotActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 388. org.omg.CORBA.Object servant_to_reference(Servant the_Servant) ^------------------^ *** Semantic Error: Type "Object" was not found. 388. org.omg.CORBA.Object servant_to_reference(Servant the_Servant) ^-----^ *** Semantic Error: Type "Servant" was not found. 389. throws ServantNotActive, WrongPolicy; ^--------------^ *** Semantic Error: Type "ServantNotActive" was not found. 389. throws ServantNotActive, WrongPolicy; ^---------^ *** Semantic Error: Type "WrongPolicy" was not found. 469. IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue a_value); ^---------------------^ *** Semantic Error: Type "IdUniquenessPolicyValue" was not found. 478. ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue a_value); ^---------------------------^ *** Semantic Error: Type "ImplicitActivationPolicyValue" was not found. 487. LifespanPolicy create_lifespan_policy(LifespanPolicyValue a_value); ^-----------------^ *** Semantic Error: Type "LifespanPolicyValue" was not found. 496. RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue a_value); ^--------------------------^ *** Semantic Error: Type "RequestProcessingPolicyValue" was not found. 505. ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue a_value); ^-------------------------^ *** Semantic Error: Type "ServantRetentionPolicyValue" was not found. 514. ThreadPolicy create_thread_policy(ThreadPolicyValue a_value); ^---------------^ *** Semantic Error: Type "ThreadPolicyValue" was not found. 523. IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value); ^---------------------^ *** Semantic Error: Type "IdAssignmentPolicyValue" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/POA.java": 64. extends POAOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 64. extends POAOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 2 semantic errors compiling "../org/omg/IOP/TaggedComponent.java": 60. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 60. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 16 semantic errors compiling "../gnu/CORBA/Interceptor/gnuIorInfo.java": 46. import org.omg.IOP.TaggedComponent; ^-------------^ *** Semantic Error: Type "org.omg.IOP.TaggedComponent" was not found. 48. import org.omg.PortableServer.POA; ^-^ *** Semantic Error: Type "org.omg.PortableServer.POA" was not found. 55. public class gnuIorInfo extends LocalObject implements IORInfo ^---------^ *** Semantic Error: Type "LocalObject" was not found. 55. public class gnuIorInfo extends LocalObject implements IORInfo ^-----^ *** Semantic Error: Type "IORInfo" was not found. 65. public final ORB_1_4 orb; ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 70. public final POA poa; ^-^ *** Semantic Error: Type "POA" was not found. 75. private final IOR ior; ^-^ *** Semantic Error: Type "IOR" was not found. <------------------------------------------------------- 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) . . . 85. } --> *** Semantic Error: The blank final field "ior" 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. <------------------------------------------------------- 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) . . . 85. } --> *** Semantic Error: The blank final field "poa" 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. <------------------------------------------------------- 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) . . . 85. } --> *** Semantic Error: The blank final field "orb" 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. 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) ^-^ *** Semantic Error: Type "POA" was not found. 80. public gnuIorInfo(ORB_1_4 an_orb, POA a_poa, IOR an_ior) ^-^ *** Semantic Error: Type "IOR" was not found. 90. public void add_ior_component_to_profile(TaggedComponent tagged_component, ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 100. public void add_ior_component(TaggedComponent tagged_component) ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 108. public Policy get_effective_policy(int policy_type) ^----^ *** Semantic Error: Type "Policy" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/InvalidSlot.java": 52. public class InvalidSlot extends UserException implements IDLEntity, ^-----------^ *** Semantic Error: Type "UserException" was not found. 52. public class InvalidSlot extends UserException implements IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 53. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantActivatorOperations.java": 68. void etherealize(byte[] Object_Id, POA poa, Servant servant, ^-----^ *** Semantic Error: Type "Servant" was not found. 92. Servant incarnate(byte[] Object_Id, POA poa) ^-----^ *** Semantic Error: Type "Servant" was not found. Found 2 semantic errors compiling "../org/omg/PortableServer/ServantActivator.java": 56. extends ServantManager, ServantActivatorOperations, IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 57. org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 16 semantic errors compiling "../org/omg/PortableInterceptor/CurrentHelper.java": 50. import org.omg.PortableServer.ServantActivator; ^--------------^ *** Semantic Error: Type "org.omg.PortableServer.ServantActivator" was not found. 62. private static TypeCode typeCode; ^------^ *** Semantic Error: Type "TypeCode" was not found. 67. public static TypeCode type() ^------^ *** Semantic Error: Type "TypeCode" was not found. 82. public static void insert(Any any, Current that) ^-^ *** Semantic Error: Type "Any" was not found. 92. public static Current extract(Any any) ^-^ *** Semantic Error: Type "Any" was not found. 104. return "IDL:omg.org/PortableInterceptor/Current:1.0"; ^-------------------------------------------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 114. public static Current narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 126. throw new BAD_PARAM("Not a Current"); ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 144. public static Current unchecked_narrow(org.omg.CORBA.Object obj) ^------------------^ *** Semantic Error: Type "Object" was not found. 146. return narrow(obj); ^---------^ *** Semantic Error: No applicable overload for a method with signature "narrow(??)" was found in type "CurrentHelper". Perhaps you wanted the overloaded version "Current narrow(?? obj);" instead? 156. public static Current read(InputStream input) ^---------^ *** Semantic Error: Type "InputStream" was not found. 158. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 158. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 170. public static void write(OutputStream output, Current value) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 172. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. 172. MARSHAL m = new MARSHAL("Inappropriate"); ^-----^ *** Semantic Error: Type "MARSHAL" was not found. Found 4 semantic errors compiling "../org/omg/PortableServer/CurrentOperations.java": 41. import org.omg.PortableServer.CurrentPackage.NoContext; ^-------^ *** Semantic Error: Type "org.omg.PortableServer.CurrentPackage.NoContext" was not found. 58. extends org.omg.CORBA.CurrentOperations ^---------------^ *** Semantic Error: Type "org.omg.CORBA.CurrentOperations" was not found. 69. throws NoContext; ^-------^ *** Semantic Error: Type "NoContext" was not found. 80. throws NoContext; ^-------^ *** Semantic Error: Type "NoContext" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/Current.java": 82. org.omg.CORBA.Current, ^-----^ *** Semantic Error: Type "org.omg.CORBA.Current" was not found. 83. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 31 semantic errors compiling "../org/omg/CORBA/portable/ObjectImpl.java": 60. implements org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. 65. transient Delegate delegate; ^------^ *** Semantic Error: Type "Delegate" was not found. 82. public Request _create_request(Context context, String operation, ^-----^ *** Semantic Error: Type "Request" was not found. 82. public Request _create_request(Context context, String operation, ^-----^ *** Semantic Error: Type "Context" was not found. 83. NVList parameters, NamedValue returns, ^----^ *** Semantic Error: Type "NVList" was not found. 83. NVList parameters, NamedValue returns, ^--------^ *** Semantic Error: Type "NamedValue" was not found. 84. ExceptionList exceptions, ContextList ctx_list ^-----------^ *** Semantic Error: Type "ExceptionList" was not found. 84. ExceptionList exceptions, ContextList ctx_list ^---------^ *** Semantic Error: Type "ContextList" was not found. 102. public Request _create_request(Context context, String operation, ^-----^ *** Semantic Error: Type "Request" was not found. 102. public Request _create_request(Context context, String operation, ^-----^ *** Semantic Error: Type "Context" was not found. 103. NVList parameters, NamedValue returns ^----^ *** Semantic Error: Type "NVList" was not found. 103. NVList parameters, NamedValue returns ^--------^ *** Semantic Error: Type "NamedValue" was not found. 118. public org.omg.CORBA.Object _duplicate() ^------------------^ *** Semantic Error: Type "Object" was not found. 127. public Delegate _get_delegate() ^------^ *** Semantic Error: Type "Delegate" was not found. 137. public DomainManager[] _get_domain_managers() ^-----------^ *** Semantic Error: Type "DomainManager" was not found. 145. public org.omg.CORBA.Object _get_interface_def() ^------------------^ *** Semantic Error: Type "Object" was not found. 159. public Policy _get_policy(int type) ^----^ *** Semantic Error: Type "Policy" was not found. 197. public InputStream _invoke(OutputStream output) ^---------^ *** Semantic Error: Type "InputStream" was not found. 197. public InputStream _invoke(OutputStream output) ^----------^ *** Semantic Error: Type "OutputStream" was not found. 198. throws org.omg.CORBA.portable.ApplicationException, ^-----------------------------------------^ *** Semantic Error: Type "ApplicationException" was not found. 199. org.omg.CORBA.portable.RemarshalException ^---------------------------------------^ *** Semantic Error: Type "RemarshalException" was not found. 227. public boolean _is_equivalent(org.omg.CORBA.Object other) ^------------------^ *** Semantic Error: Type "Object" was not found. 262. public ORB _orb() ^-^ *** Semantic Error: Type "ORB" was not found. 286. public void _releaseReply(InputStream stream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 299. public Request _request(String method) ^-----^ *** Semantic Error: Type "Request" was not found. 313. public org.omg.CORBA.portable.OutputStream _request(String method, ^---------------------------------^ *** Semantic Error: Type "OutputStream" was not found. 360. public void _set_delegate(Delegate a_delegate) ^------^ *** Semantic Error: Type "Delegate" was not found. 374. public org.omg.CORBA.Object _set_policy_override(Policy[] policies, ^------------------^ *** Semantic Error: Type "Object" was not found. 374. public org.omg.CORBA.Object _set_policy_override(Policy[] policies, ^----^ *** Semantic Error: Type "Policy" was not found. 375. SetOverrideType set_add ^-------------^ *** Semantic Error: Type "SetOverrideType" was not found. 388. public boolean equals(java.lang.Object other) ^--------------^ *** Semantic Error: Type "Object" was not found. Found 45 semantic errors compiling "../gnu/CORBA/Interceptor/gnuIcCurrent.java": 48. import org.omg.CORBA.portable.ObjectImpl; ^--------^ *** Semantic Error: Type "org.omg.CORBA.portable.ObjectImpl" was not found. 49. import org.omg.PortableInterceptor.Current; ^-----^ *** Semantic Error: Type "org.omg.PortableInterceptor.Current" was not found. 50. import org.omg.PortableInterceptor.CurrentHelper; ^-----------^ *** Semantic Error: Type "org.omg.PortableInterceptor.CurrentHelper" was not found. 51. import org.omg.PortableInterceptor.InvalidSlot; ^---------^ *** Semantic Error: Type "org.omg.PortableInterceptor.InvalidSlot" was not found. 67. public class gnuIcCurrent extends ObjectImpl implements Current ^--------^ *** Semantic Error: Type "ObjectImpl" was not found. 67. public class gnuIcCurrent extends ObjectImpl implements Current ^-----^ *** Semantic Error: Type "Current" was not found. 78. final ORB_1_4 orb; ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 83. private Hashtable threads = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 83. private Hashtable threads = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 88. static final Any[] NO_SLOTS = new Any[ 0 ]; ^-^ *** Semantic Error: Type "Any" was not found. 88. static final Any[] NO_SLOTS = new Any[ 0 ]; ^-^ *** Semantic Error: Type "Any" was not found. <---------------------------------- 93. public gnuIcCurrent(ORB_1_4 an_orb) . . . 96. } --> *** Semantic Error: The blank final field "orb" 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. 93. public gnuIcCurrent(ORB_1_4 an_orb) ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 107. return new String[] { CurrentHelper.id() }; ^----^ *** Semantic Error: Type "String" was not found. 107. return new String[] { CurrentHelper.id() }; ^--------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 113. public void put(Thread t, Any[] record) ^-^ *** Semantic Error: Type "Any" was not found. 122. Iterator it = threads.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 125. Map.Entry e = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 125. Map.Entry e = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 126. Thread tx = (Thread) e.getKey(); ^----^ *** Semantic Error: Type "Thread" was not found. 126. Thread tx = (Thread) e.getKey(); ^----^ *** Semantic Error: Type "Thread" was not found. 162. Any[] get_slots() ^-^ *** Semantic Error: Type "Any" was not found. 164. Any[] r; ^-^ *** Semantic Error: Type "Any" was not found. 167. r = (Any[]) threads.get(Thread.currentThread()); ^-^ *** Semantic Error: Type "Any" was not found. 170. r = new Any[ orb.icSlotSize ]; ^-^ *** Semantic Error: Type "Any" was not found. 174. Any a = orb.create_any(); ^-^ *** Semantic Error: Type "Any" was not found. 179. put(Thread.currentThread(), r); ^-----------------------------^ *** Semantic Error: This statement is unreachable. 190. public Any[] clone_slots() ^-^ *** Semantic Error: Type "Any" was not found. 198. Any[] r = get_slots(); ^-^ *** Semantic Error: Type "Any" was not found. 199. Any[] copy = new Any[ r.length ]; ^-^ *** Semantic Error: Type "Any" was not found. 199. Any[] copy = new Any[ r.length ]; ^-^ *** Semantic Error: Type "Any" was not found. 201. BufferedCdrOutput buf = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. 201. BufferedCdrOutput buf = new BufferedCdrOutput(); ^---------------^ *** Semantic Error: Type "BufferedCdrOutput" was not found. <--------------------------------------------- 209. InputStream input = buf.create_input_stream(); . . . 217. return copy; -------------------> *** Semantic Error: These statements are unreachable. 209. InputStream input = buf.create_input_stream(); ^---------^ *** Semantic Error: Type "InputStream" was not found. 226. public Any get_slot(int slot_id) throws InvalidSlot, BAD_INV_ORDER ^-^ *** Semantic Error: Type "Any" was not found. 226. public Any get_slot(int slot_id) throws InvalidSlot, BAD_INV_ORDER ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. 226. public Any get_slot(int slot_id) throws InvalidSlot, BAD_INV_ORDER ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. 232. catch (ArrayIndexOutOfBoundsException e) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 234. throw new InvalidSlot("Slot " + slot_id); ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. 243. public void set_slot(int slot_id, Any data) ^-^ *** Semantic Error: Type "Any" was not found. 244. throws InvalidSlot, BAD_INV_ORDER ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. 244. throws InvalidSlot, BAD_INV_ORDER ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. 250. catch (ArrayIndexOutOfBoundsException e) ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 252. throw new InvalidSlot("Slot " + slot_id); ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. Found 11 semantic errors compiling "../org/omg/PortableInterceptor/RequestInfoOperations.java": 44. import org.omg.Dynamic.Parameter; ^-------^ *** Semantic Error: Type "org.omg.Dynamic.Parameter" was not found. 67. Parameter[] arguments(); ^-------^ *** Semantic Error: Type "Parameter" was not found. 92. TypeCode[] exceptions(); ^------^ *** Semantic Error: Type "TypeCode" was not found. 100. org.omg.CORBA.Object forward_reference(); ^------------------^ *** Semantic Error: Type "Object" was not found. 113. ServiceContext get_reply_service_context(int ctx_name) ^------------^ *** Semantic Error: Type "ServiceContext" was not found. 114. throws BAD_PARAM; ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 127. ServiceContext get_request_service_context(int ctx_name) ^------------^ *** Semantic Error: Type "ServiceContext" was not found. 128. throws BAD_PARAM; ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 134. Any get_slot(int id) throws InvalidSlot; ^-^ *** Semantic Error: Type "Any" was not found. 134. Any get_slot(int id) throws InvalidSlot; ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. 178. Any result(); ^-^ *** Semantic Error: Type "Any" was not found. Found 8 semantic errors compiling "../org/omg/PortableInterceptor/ServerRequestInfoOperations.java": 42. import org.omg.CORBA.INV_POLICY; ^--------^ *** Semantic Error: Type "org.omg.CORBA.INV_POLICY" was not found. 44. import org.omg.IOP.ServiceContext; ^------------^ *** Semantic Error: Type "org.omg.IOP.ServiceContext" was not found. 234. void add_reply_service_context(ServiceContext service_context, ^------------^ *** Semantic Error: Type "ServiceContext" was not found. 260. Policy get_server_policy(int type) throws INV_POLICY; ^----^ *** Semantic Error: Type "Policy" was not found. 260. Policy get_server_policy(int type) throws INV_POLICY; ^--------^ *** Semantic Error: Type "INV_POLICY" was not found. 270. Any sending_exception(); ^-^ *** Semantic Error: Type "Any" was not found. 284. void set_slot(int id, Any data) throws InvalidSlot; ^-^ *** Semantic Error: Type "Any" was not found. 284. void set_slot(int id, Any data) throws InvalidSlot; ^---------^ *** Semantic Error: Type "InvalidSlot" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/RequestInfo.java": 52. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 53. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ServerRequestInfo.java": 50. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 51. IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 16 semantic errors compiling "../gnu/CORBA/Interceptor/ServerRequestInterceptors.java": 42. import org.omg.PortableInterceptor.ServerRequestInfo; ^---------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ServerRequestInfo" was not found. 44. import org.omg.PortableInterceptor.ServerRequestInterceptorOperations; ^--------------------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ServerRequestInterceptorOperations" was not found. 52. implements ServerRequestInterceptorOperations ^--------------------------------^ *** Semantic Error: Type "ServerRequestInterceptorOperations" was not found. 57. private final ServerRequestInterceptor[] interceptors; ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. <-------------------------------------------------------- 63. public ServerRequestInterceptors(Registrator registrator) . . . 66. } --> *** Semantic Error: The blank final field "interceptors" 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. 69. public void receive_request_service_contexts(ServerRequestInfo info) ^---------------^ *** Semantic Error: Type "ServerRequestInfo" was not found. 70. throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 79. public void receive_request(ServerRequestInfo info) throws ForwardRequest ^---------------^ *** Semantic Error: Type "ServerRequestInfo" was not found. 79. public void receive_request(ServerRequestInfo info) throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 88. public void send_exception(ServerRequestInfo info) throws ForwardRequest ^---------------^ *** Semantic Error: Type "ServerRequestInfo" was not found. 88. public void send_exception(ServerRequestInfo info) throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 97. public void send_other(ServerRequestInfo info) throws ForwardRequest ^---------------^ *** Semantic Error: Type "ServerRequestInfo" was not found. 97. public void send_other(ServerRequestInfo info) throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 106. public void send_reply(ServerRequestInfo info) ^---------------^ *** Semantic Error: Type "ServerRequestInfo" was not found. 125. catch (Exception exc) ^-------^ *** Semantic Error: Type "Exception" was not found. 137. return getClass().getName(); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "ServerRequestInterceptors". Found 2 semantic errors compiling "../org/omg/PortableInterceptor/Interceptor.java": 55. Object, ^----^ *** Semantic Error: Type "Object" was not found. 56. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ServerRequestInterceptor.java": 51. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/PolicyFactoryOperations.java": 67. Policy create_policy(int policy_type, Any policy_value) ^----^ *** Semantic Error: Type "Policy" was not found. 67. Policy create_policy(int policy_type, Any policy_value) ^-^ *** Semantic Error: Type "Any" was not found. 68. throws PolicyError; ^---------^ *** Semantic Error: Type "PolicyError" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/PolicyFactory.java": 54. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 55. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ORBInitializer.java": 129. Object, ^----^ *** Semantic Error: Type "Object" was not found. 130. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java": 55. public class InvalidName extends UserException implements IDLEntity, ^-----------^ *** Semantic Error: Type "UserException" was not found. 55. public class InvalidName extends UserException implements IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 56. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java": 57. public class DuplicateName extends UserException implements IDLEntity, ^-----------^ *** Semantic Error: Type "UserException" was not found. 57. public class DuplicateName extends UserException implements IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 58. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 8 semantic errors compiling "../org/omg/PortableInterceptor/ORBInitInfoOperations.java": 63. throws DuplicateName; ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 75. throws DuplicateName; ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 87. throws DuplicateName; ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 115. CodecFactory codec_factory(); ^----------^ *** Semantic Error: Type "CodecFactory" was not found. 136. org.omg.CORBA.Object object ^------------------^ *** Semantic Error: Type "Object" was not found. 137. ) throws org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName; ^--------------------------------------------------------^ *** Semantic Error: Type "InvalidName" was not found. 155. org.omg.CORBA.Object resolve_initial_references(String object_name) ^------------------^ *** Semantic Error: Type "Object" was not found. 156. throws org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName; ^--------------------------------------------------------^ *** Semantic Error: Type "InvalidName" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ORBInitInfo.java": 51. Object, ^----^ *** Semantic Error: Type "Object" was not found. 52. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 1 semantic error compiling "../org/omg/CORBA/BAD_INV_ORDER.java": 50. implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 2 semantic errors compiling "../org/omg/IOP/Encoding.java": 54. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java": 54. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 55. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 55. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 1 semantic error compiling "../org/omg/IOP/CodecFactoryOperations.java": 62. throws UnknownEncoding; ^-------------^ *** Semantic Error: Type "UnknownEncoding" was not found. Found 2 semantic errors compiling "../org/omg/IOP/CodecFactory.java": 65. extends CodecFactoryOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 65. extends CodecFactoryOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 13 semantic errors compiling "../org/omg/IOP/CodecOperations.java": 43. import org.omg.IOP.CodecPackage.FormatMismatch; ^------------^ *** Semantic Error: Type "org.omg.IOP.CodecPackage.FormatMismatch" was not found. 44. import org.omg.IOP.CodecPackage.InvalidTypeForEncoding; ^--------------------^ *** Semantic Error: Type "org.omg.IOP.CodecPackage.InvalidTypeForEncoding" was not found. 45. import org.omg.IOP.CodecPackage.TypeMismatch; ^----------^ *** Semantic Error: Type "org.omg.IOP.CodecPackage.TypeMismatch" was not found. 71. byte[] encode(Any that) ^-^ *** Semantic Error: Type "Any" was not found. 72. throws InvalidTypeForEncoding; ^--------------------^ *** Semantic Error: Type "InvalidTypeForEncoding" was not found. 88. Any decode(byte[] them) ^-^ *** Semantic Error: Type "Any" was not found. 89. throws FormatMismatch; ^------------^ *** Semantic Error: Type "FormatMismatch" was not found. 101. byte[] encode_value(Any that_value) ^-^ *** Semantic Error: Type "Any" was not found. 102. throws InvalidTypeForEncoding; ^--------------------^ *** Semantic Error: Type "InvalidTypeForEncoding" was not found. 124. Any decode_value(byte[] them, TypeCode type) ^-^ *** Semantic Error: Type "Any" was not found. 124. Any decode_value(byte[] them, TypeCode type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 125. throws FormatMismatch, TypeMismatch; ^------------^ *** Semantic Error: Type "FormatMismatch" was not found. 125. throws FormatMismatch, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. Found 2 semantic errors compiling "../org/omg/IOP/Codec.java": 69. extends CodecOperations, IDLEntity, org.omg.CORBA.Object ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 69. extends CodecOperations, IDLEntity, org.omg.CORBA.Object ^------------------^ *** Semantic Error: Type "Object" was not found. Found 16 semantic errors compiling "../gnu/CORBA/gnuCodecFactory.java": 43. import org.omg.IOP.Codec; ^---^ *** Semantic Error: Type "org.omg.IOP.Codec" was not found. 44. import org.omg.IOP.CodecFactory; ^----------^ *** Semantic Error: Type "org.omg.IOP.CodecFactory" was not found. 45. import org.omg.IOP.CodecFactoryPackage.UnknownEncoding; ^-------------^ *** Semantic Error: Type "org.omg.IOP.CodecFactoryPackage.UnknownEncoding" was not found. 46. import org.omg.IOP.ENCODING_CDR_ENCAPS; ^-----------------^ *** Semantic Error: Type "org.omg.IOP.ENCODING_CDR_ENCAPS" was not found. 47. import org.omg.IOP.Encoding; ^------^ *** Semantic Error: Type "org.omg.IOP.Encoding" was not found. 55. public class gnuCodecFactory extends LocalObject implements CodecFactory ^---------^ *** Semantic Error: Type "LocalObject" was not found. 55. public class gnuCodecFactory extends LocalObject implements CodecFactory ^----------^ *** Semantic Error: Type "CodecFactory" was not found. 60. private final ORB orb; ^-^ *** Semantic Error: Type "ORB" was not found. <--------------------------------- 65. public gnuCodecFactory(ORB an_orb) . . . 68. } --> *** Semantic Error: The blank final field "orb" 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. 65. public gnuCodecFactory(ORB an_orb) ^-^ *** Semantic Error: Type "ORB" was not found. 79. public Codec create_codec(Encoding for_encoding) throws UnknownEncoding ^---^ *** Semantic Error: Type "Codec" was not found. 79. public Codec create_codec(Encoding for_encoding) throws UnknownEncoding ^------^ *** Semantic Error: Type "Encoding" was not found. 79. public Codec create_codec(Encoding for_encoding) throws UnknownEncoding ^-------------^ *** Semantic Error: Type "UnknownEncoding" was not found. 82. throw new UnknownEncoding("Only ENCODING_CDR_ENCAPS is " + ^-------------^ *** Semantic Error: Type "UnknownEncoding" was not found. 86. return new CdrEncapsCodecImpl(orb, ^----------------^ *** Semantic Error: Type "CdrEncapsCodecImpl" was not found. 87. new Version(for_encoding.major_version, for_encoding.minor_version) ^-----^ *** Semantic Error: Type "Version" was not found. Found 107 semantic errors compiling "../gnu/CORBA/Interceptor/Registrator.java": 43. import gnu.CORBA.gnuCodecFactory; ^-------------^ *** Semantic Error: Type "gnu.CORBA.gnuCodecFactory" was not found. 45. import org.omg.CORBA.BAD_INV_ORDER; ^-----------^ *** Semantic Error: Type "org.omg.CORBA.BAD_INV_ORDER" was not found. 52. import org.omg.PortableInterceptor.Interceptor; ^---------^ *** Semantic Error: Type "org.omg.PortableInterceptor.Interceptor" was not found. 53. import org.omg.PortableInterceptor.ORBInitInfo; ^---------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ORBInitInfo" was not found. 54. import org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName; ^-----------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName" was not found. 55. import org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName; ^---------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName" was not found. 56. import org.omg.PortableInterceptor.ORBInitializer; ^------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ORBInitializer" was not found. 57. import org.omg.PortableInterceptor.ORBInitializerOperations; ^----------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ORBInitializerOperations" was not found. 58. import org.omg.PortableInterceptor.PolicyFactory; ^-----------^ *** Semantic Error: Type "org.omg.PortableInterceptor.PolicyFactory" was not found. 59. import org.omg.PortableInterceptor.ServerRequestInterceptor; ^----------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ServerRequestInterceptor" was not found. 81. public class Registrator extends LocalObject implements ORBInitInfo ^---------^ *** Semantic Error: Type "LocalObject" was not found. 81. public class Registrator extends LocalObject implements ORBInitInfo ^---------^ *** Semantic Error: Type "ORBInitInfo" was not found. <--------- 91. public static final String m_prefix = 92. "org.omg.PortableInterceptor.ORBInitializerClass."; -----------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 97. private ArrayList m_server = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 97. private ArrayList m_server = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 102. private ArrayList m_client = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 102. private ArrayList m_client = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 107. private ArrayList m_ior = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 107. private ArrayList m_ior = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 112. public Hashtable m_policyFactories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 112. public Hashtable m_policyFactories = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 119. public TreeMap m_references = new TreeMap(); ^-----^ *** Semantic Error: Type "TreeMap" was not found. 119. public TreeMap m_references = new TreeMap(); ^-----^ *** Semantic Error: Type "TreeMap" was not found. 124. public ArrayList m_initializers = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 124. public ArrayList m_initializers = new ArrayList(); ^-------^ *** Semantic Error: Type "ArrayList" was not found. 129. final ORB_1_4 orb; ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 139. final gnuCodecFactory m_codecFactory; ^-------------^ *** Semantic Error: Type "gnuCodecFactory" was not found. <--------------------------------------------------------------------- 150. public Registrator(ORB_1_4 an_orb, Properties props, String[] an_args) . . . 159. } --> *** Semantic Error: The blank final field "m_codecFactory" 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. <--------------------------------------------------------------------- 150. public Registrator(ORB_1_4 an_orb, Properties props, String[] an_args) . . . 159. } --> *** Semantic Error: The blank final field "orb" 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. 150. public Registrator(ORB_1_4 an_orb, Properties props, String[] an_args) ^-----^ *** Semantic Error: Type "ORB_1_4" was not found. 150. public Registrator(ORB_1_4 an_orb, Properties props, String[] an_args) ^--------^ *** Semantic Error: Type "Properties" was not found. 154. m_codecFactory = new gnuCodecFactory(orb); ^-------------^ *** Semantic Error: Type "gnuCodecFactory" was not found. 155. checkProperties(props); ^--------------------^ *** Semantic Error: No applicable overload for a method with signature "checkProperties(??)" was found in type "Registrator". Perhaps you wanted the overloaded version "void checkProperties(?? props);" instead? 157. checkFile("user.home", null); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "checkFile(java.lang.String, null)" was found in type "Registrator". Perhaps you wanted the overloaded version "void checkFile(String dir, String subdir);" instead? 158. checkFile("java.home", "lib"); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "checkFile(java.lang.String, java.lang.String)" was found in type "Registrator". Perhaps you wanted the overloaded version "void checkFile(String dir, String subdir);" instead? 164. private void checkProperties(Properties props) ^--------^ *** Semantic Error: Type "Properties" was not found. 171. Enumeration names = props.propertyNames(); ^---------^ *** Semantic Error: Type "Enumeration" was not found. 172. java.lang.Object key; ^--------------^ *** Semantic Error: Type "Object" was not found. 173. String sk; ^----^ *** Semantic Error: Type "String" was not found. 185. String cn = sk.substring(m_prefix.length()); ^----^ *** Semantic Error: Type "String" was not found. 186. Class iClass = ObjectCreator.forName(cn); ^---^ *** Semantic Error: Type "Class" was not found. 188. ORBInitializer initializer = ^------------^ *** Semantic Error: Type "ORBInitializer" was not found. 189. (ORBInitializer) iClass.newInstance(); ^------------^ *** Semantic Error: Type "ORBInitializer" was not found. 192. catch (Exception exc) ^-------^ *** Semantic Error: Type "Exception" was not found. 212. File f = new File(dir); ^--^ *** Semantic Error: Type "File" was not found. 212. File f = new File(dir); ^--^ *** Semantic Error: Type "File" was not found. 220. f = new File(f, subdir); ^--^ *** Semantic Error: Type "File" was not found. 222. f = new File(f, "orb.properties"); ^--^ *** Semantic Error: Type "File" was not found. 229. Properties p = new Properties(); ^--------^ *** Semantic Error: Type "Properties" was not found. 229. Properties p = new Properties(); ^--------^ *** Semantic Error: Type "Properties" was not found. 230. p.load(new BufferedInputStream(new FileInputStream(f))); ^-----------------^ *** Semantic Error: Type "BufferedInputStream" was not found. 230. p.load(new BufferedInputStream(new FileInputStream(f))); ^-------------^ *** Semantic Error: Type "FileInputStream" was not found. 232. checkProperties(p); ^----------------^ *** Semantic Error: No applicable overload for a method with signature "checkProperties(??)" was found in type "Registrator". Perhaps you wanted the overloaded version "void checkProperties(?? props);" instead? 234. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 244. Iterator iter = m_initializers.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 247. ORBInitializerOperations initializer = ^----------------------^ *** Semantic Error: Type "ORBInitializerOperations" was not found. 248. (ORBInitializerOperations) iter.next(); ^----------------------^ *** Semantic Error: Type "ORBInitializerOperations" was not found. 257. public Map getRegisteredReferences() ^-^ *** Semantic Error: Type "Map" was not found. 268. Iterator iter = m_initializers.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 271. ORBInitializerOperations initializer = ^----------------------^ *** Semantic Error: Type "ORBInitializerOperations" was not found. 272. (ORBInitializerOperations) iter.next(); ^----------------------^ *** Semantic Error: Type "ORBInitializerOperations" was not found. 277. public ServerRequestInterceptor[] getServerRequestInterceptors() ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. 279. ServerRequestInterceptor[] iServer = ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. 280. new ServerRequestInterceptor[ m_server.size() ]; ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. 283. iServer [ i ] = (ServerRequestInterceptor) m_server.get(i); ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. 285. return iServer; ^-------------^ *** Semantic Error: This statement is unreachable. 288. public ClientRequestInterceptor[] getClientRequestInterceptors() ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. 290. ClientRequestInterceptor[] iClient = ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. 291. new ClientRequestInterceptor[ m_client.size() ]; ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. 294. iClient [ i ] = (ClientRequestInterceptor) m_client.get(i); ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. 296. return iClient; ^-------------^ *** Semantic Error: This statement is unreachable. 299. public IORInterceptor[] getIORInterceptors() ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. 301. IORInterceptor[] iIor = new IORInterceptor[ m_ior.size() ]; ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. 301. IORInterceptor[] iIor = new IORInterceptor[ m_ior.size() ]; ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. 304. iIor [ i ] = (IORInterceptor) m_ior.get(i); ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. 306. return iIor; ^----------^ *** Semantic Error: This statement is unreachable. 310. ClientRequestInterceptor interceptor ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. 311. ) throws DuplicateName ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 313. add(m_client, interceptor); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "add(??, ??)" was found in type "Registrator". Perhaps you wanted the overloaded version "void add(?? list, ?? interceptor) throws ??;" instead? 316. public void add_ior_interceptor(IORInterceptor interceptor) ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. 317. throws DuplicateName ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 319. add(m_ior, interceptor); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "add(??, ??)" was found in type "Registrator". Perhaps you wanted the overloaded version "void add(?? list, ?? interceptor) throws ??;" instead? 323. ServerRequestInterceptor interceptor ^----------------------^ *** Semantic Error: Type "ServerRequestInterceptor" was not found. 324. ) throws DuplicateName ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 326. add(m_server, interceptor); ^------------------------^ *** Semantic Error: No applicable overload for a method with signature "add(??, ??)" was found in type "Registrator". Perhaps you wanted the overloaded version "void add(?? list, ?? interceptor) throws ??;" instead? 343. private void add(ArrayList list, Interceptor interceptor) ^-------^ *** Semantic Error: Type "ArrayList" was not found. 343. private void add(ArrayList list, Interceptor interceptor) ^---------^ *** Semantic Error: Type "Interceptor" was not found. 344. throws DuplicateName ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 348. Iterator iter = list.iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 349. Interceptor ic; ^---------^ *** Semantic Error: Type "Interceptor" was not found. 353. ic = (Interceptor) iter.next(); ^---------^ *** Semantic Error: Type "Interceptor" was not found. 356. throw new DuplicateName(interceptor.name()); ^-----------^ *** Semantic Error: Type "DuplicateName" was not found. 374. public CodecFactory codec_factory() ^----------^ *** Semantic Error: Type "CodecFactory" was not found. 390. public void register_initial_reference(String object_name, Object object) ^----^ *** Semantic Error: Type "Object" was not found. 391. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 395. throw new InvalidName("null"); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 399. throw new InvalidName("Empty string"); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 403. throw new InvalidName(object_name); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 415. PolicyFactory policy_factory ^-----------^ *** Semantic Error: Type "PolicyFactory" was not found. 418. Integer it = new Integer(policy_type); ^-----^ *** Semantic Error: Type "Integer" was not found. 418. Integer it = new Integer(policy_type); ^-----^ *** Semantic Error: Type "Integer" was not found. 421. throw new BAD_INV_ORDER( ^-----------^ *** Semantic Error: Type "BAD_INV_ORDER" was not found. 434. public org.omg.CORBA.Object resolve_initial_references(String object_name) ^------------------^ *** Semantic Error: Type "Object" was not found. 435. throws InvalidName ^---------^ *** Semantic Error: Type "InvalidName" was not found. 441. catch (org.omg.CORBA.ORBPackage.InvalidName e) ^----------------------------------^ *** Semantic Error: Type "InvalidName" was not found. 443. InvalidName in = new InvalidName(e.getMessage()); ^---------^ *** Semantic Error: Type "InvalidName" was not found. 443. InvalidName in = new InvalidName(e.getMessage()); ^---------^ *** Semantic Error: Type "InvalidName" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/IORInterceptor.java": 54. public interface IORInterceptor extends IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 58. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 59. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/IORInfoOperations.java": 62. void add_ior_component_to_profile(TaggedComponent tagged_component, ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 73. void add_ior_component(TaggedComponent tagged_component); ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 87. Policy get_effective_policy(int policy_type); ^----^ *** Semantic Error: Type "Policy" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/IORInfo.java": 54. IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 55. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 56. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 11 semantic errors compiling "../gnu/CORBA/Interceptor/IORInterceptors.java": 41. import org.omg.PortableInterceptor.IORInfo; ^-----^ *** Semantic Error: Type "org.omg.PortableInterceptor.IORInfo" was not found. 42. import org.omg.PortableInterceptor.IORInterceptor; ^------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.IORInterceptor" was not found. 43. import org.omg.PortableInterceptor.IORInterceptorOperations; ^----------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.IORInterceptorOperations" was not found. 50. public class IORInterceptors implements IORInterceptorOperations ^----------------------^ *** Semantic Error: Type "IORInterceptorOperations" was not found. 55. private final IORInterceptor[] interceptors; ^------------^ *** Semantic Error: Type "IORInterceptor" was not found. <---------------------------------------------- 61. public IORInterceptors(Registrator registrator) . . . 64. } --> *** Semantic Error: The blank final field "interceptors" 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. 61. public IORInterceptors(Registrator registrator) ^---------^ *** Semantic Error: Type "Registrator" was not found. 69. public void establish_components(IORInfo info) ^-----^ *** Semantic Error: Type "IORInfo" was not found. 77. catch (Exception exc) ^-------^ *** Semantic Error: Type "Exception" was not found. 95. catch (Exception exc) ^-------^ *** Semantic Error: Type "Exception" was not found. 107. return getClass().getName(); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "IORInterceptors". Found 6 semantic errors compiling "../org/omg/PortableInterceptor/ForwardRequest.java": 53. public class ForwardRequest extends UserException implements IDLEntity, ^-----------^ *** Semantic Error: Type "UserException" was not found. 53. public class ForwardRequest extends UserException implements IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 64. public org.omg.CORBA.Object forward; ^------------------^ *** Semantic Error: Type "Object" was not found. 81. public ForwardRequest(String why, org.omg.CORBA.Object a_forward) ^------------------^ *** Semantic Error: Type "Object" was not found. 93. public ForwardRequest(org.omg.CORBA.Object a_forward) ^------------------^ *** Semantic Error: Type "Object" was not found. Found 3 semantic errors compiling "../org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java": 65. void send_request(ClientRequestInfo info) throws ForwardRequest; ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 100. void receive_exception(ClientRequestInfo info) throws ForwardRequest; ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 114. void receive_other(ClientRequestInfo info) throws ForwardRequest; ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ClientRequestInterceptor.java": 51. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. IDLEntity ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 11 semantic errors compiling "../org/omg/PortableInterceptor/ClientRequestInfoOperations.java": 233. org.omg.CORBA.Object target(); ^------------------^ *** Semantic Error: Type "Object" was not found. 243. org.omg.CORBA.Object effective_target(); ^------------------^ *** Semantic Error: Type "Object" was not found. 252. TaggedProfile effective_profile(); ^-----------^ *** Semantic Error: Type "TaggedProfile" was not found. 266. TaggedComponent get_effective_component(int id) throws BAD_PARAM; ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 266. TaggedComponent get_effective_component(int id) throws BAD_PARAM; ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 279. TaggedComponent[] get_effective_components(int id) throws BAD_PARAM; ^-------------^ *** Semantic Error: Type "TaggedComponent" was not found. 279. TaggedComponent[] get_effective_components(int id) throws BAD_PARAM; ^-------^ *** Semantic Error: Type "BAD_PARAM" was not found. 291. Policy get_request_policy(int type) throws INV_POLICY; ^----^ *** Semantic Error: Type "Policy" was not found. 291. Policy get_request_policy(int type) throws INV_POLICY; ^--------^ *** Semantic Error: Type "INV_POLICY" was not found. 310. Any received_exception(); ^-^ *** Semantic Error: Type "Any" was not found. 325. void add_request_service_context(ServiceContext service_context, ^------------^ *** Semantic Error: Type "ServiceContext" was not found. Found 2 semantic errors compiling "../org/omg/PortableInterceptor/ClientRequestInfo.java": 50. org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 51. IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. Found 18 semantic errors compiling "../gnu/CORBA/Interceptor/ClientRequestInterceptors.java": 41. import org.omg.PortableInterceptor.ClientRequestInfo; ^---------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ClientRequestInfo" was not found. 42. import org.omg.PortableInterceptor.ClientRequestInterceptor; ^----------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ClientRequestInterceptor" was not found. 43. import org.omg.PortableInterceptor.ClientRequestInterceptorOperations; ^--------------------------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ClientRequestInterceptorOperations" was not found. 44. import org.omg.PortableInterceptor.ForwardRequest; ^------------^ *** Semantic Error: Type "org.omg.PortableInterceptor.ForwardRequest" was not found. 52. implements ClientRequestInterceptorOperations ^--------------------------------^ *** Semantic Error: Type "ClientRequestInterceptorOperations" was not found. 57. private final ClientRequestInterceptor[] interceptors; ^----------------------^ *** Semantic Error: Type "ClientRequestInterceptor" was not found. <-------------------------------------------------------- 63. public ClientRequestInterceptors(Registrator registrator) . . . 66. } --> *** Semantic Error: The blank final field "interceptors" 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. 63. public ClientRequestInterceptors(Registrator registrator) ^---------^ *** Semantic Error: Type "Registrator" was not found. 69. public void receive_exception(ClientRequestInfo info) ^---------------^ *** Semantic Error: Type "ClientRequestInfo" was not found. 70. throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 79. public void receive_other(ClientRequestInfo info) throws ForwardRequest ^---------------^ *** Semantic Error: Type "ClientRequestInfo" was not found. 79. public void receive_other(ClientRequestInfo info) throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 88. public void receive_reply(ClientRequestInfo info) ^---------------^ *** Semantic Error: Type "ClientRequestInfo" was not found. 97. public void send_poll(ClientRequestInfo info) ^---------------^ *** Semantic Error: Type "ClientRequestInfo" was not found. 106. public void send_request(ClientRequestInfo info) throws ForwardRequest ^---------------^ *** Semantic Error: Type "ClientRequestInfo" was not found. 106. public void send_request(ClientRequestInfo info) throws ForwardRequest ^------------^ *** Semantic Error: Type "ForwardRequest" was not found. 125. catch (Exception exc) ^-------^ *** Semantic Error: Type "Exception" was not found. 137. return getClass().getName(); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "ClientRequestInterceptors". Found 91 semantic errors compiling "../org/omg/DynamicAny/DynAnyOperations.java": 62. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 80. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 100. void from_any(Any an_any) ^-^ *** Semantic Error: Type "Any" was not found. 101. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 101. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 110. Any get_any() ^-^ *** Semantic Error: Type "Any" was not found. 111. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 111. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 119. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 119. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 127. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 127. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 136. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 136. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 145. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 145. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 154. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 154. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 163. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 163. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 172. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 172. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 180. org.omg.CORBA.Object get_reference() ^------------------^ *** Semantic Error: Type "Object" was not found. 181. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 181. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 190. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 190. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 198. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 198. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 206. TypeCode get_typecode() ^------^ *** Semantic Error: Type "TypeCode" was not found. 207. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 207. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 216. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 216. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 225. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 225. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 234. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 234. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 241. Serializable get_val() ^----------^ *** Semantic Error: Type "Serializable" was not found. 242. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 242. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 251. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 251. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 260. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 260. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 270. void insert_any(Any an_any) ^-^ *** Semantic Error: Type "Any" was not found. 271. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 271. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 281. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 281. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 291. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 291. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 301. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 301. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 311. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 311. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 322. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 322. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 333. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 333. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 344. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 344. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 354. void insert_reference(org.omg.CORBA.Object a_x) ^------------------^ *** Semantic Error: Type "Object" was not found. 355. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 355. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 366. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 366. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 376. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 376. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 386. void insert_typecode(TypeCode a_x) ^------^ *** Semantic Error: Type "TypeCode" was not found. 387. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 387. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 398. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 398. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 409. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 409. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 420. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 420. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 429. void insert_val(Serializable a_x) ^----------^ *** Semantic Error: Type "Serializable" was not found. 430. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 430. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 441. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 441. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 452. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 452. throws InvalidValue, TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 487. Any to_any(); ^-^ *** Semantic Error: Type "Any" was not found. 495. TypeCode type(); ^------^ *** Semantic Error: Type "TypeCode" was not found. 506. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 506. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 539. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 539. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 8 semantic errors compiling "../org/omg/DynamicAny/DynValueBoxOperations.java": 42. import org.omg.DynamicAny.DynAnyPackage.InvalidValue; ^----------^ *** Semantic Error: Type "org.omg.DynamicAny.DynAnyPackage.InvalidValue" was not found. 43. import org.omg.DynamicAny.DynAnyPackage.TypeMismatch; ^----------^ *** Semantic Error: Type "org.omg.DynamicAny.DynAnyPackage.TypeMismatch" was not found. 59. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 66. Any get_boxed_value() ^-^ *** Semantic Error: Type "Any" was not found. 67. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 78. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 88. void set_boxed_value(Any boxIt) ^-^ *** Semantic Error: Type "Any" was not found. 89. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynAny.java": 69. extends DynAnyOperations, IDLEntity, org.omg.CORBA.Object, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 69. extends DynAnyOperations, IDLEntity, org.omg.CORBA.Object, Serializable ^------------------^ *** Semantic Error: Type "Object" was not found. 69. extends DynAnyOperations, IDLEntity, org.omg.CORBA.Object, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynValueCommon.java": 54. extends DynValueCommonOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 54. extends DynValueCommonOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 55. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynValueBox.java": 52. extends DynValueBoxOperations, DynValueCommon, DynAny, IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 53. org.omg.CORBA.Object, Serializable ^------------------^ *** Semantic Error: Type "Object" was not found. 53. org.omg.CORBA.Object, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 11 semantic errors compiling "../org/omg/DynamicAny/DynValueOperations.java": 66. TCKind current_member_kind() ^----^ *** Semantic Error: Type "TCKind" was not found. 67. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 67. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 79. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 79. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 90. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 101. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 117. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 117. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 133. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 133. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynValue.java": 55. extends DynValueOperations, DynValueCommon, DynAny, IDLEntity, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 56. org.omg.CORBA.Object, Serializable ^------------------^ *** Semantic Error: Type "Object" was not found. 56. org.omg.CORBA.Object, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 8 semantic errors compiling "../org/omg/DynamicAny/DynUnionOperations.java": 83. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 90. TCKind discriminator_kind(); ^----^ *** Semantic Error: Type "TCKind" was not found. 101. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 110. TCKind member_kind() ^----^ *** Semantic Error: Type "TCKind" was not found. 111. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 121. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 138. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 148. throws TypeMismatch; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynUnion.java": 51. extends DynUnionOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 51. extends DynUnionOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 9 semantic errors compiling "../org/omg/DynamicAny/DynStructOperations.java": 60. TCKind current_member_kind() ^----^ *** Semantic Error: Type "TCKind" was not found. 61. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 61. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 72. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 72. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 114. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 114. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 138. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 138. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynStruct.java": 51. extends DynStructOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 51. extends DynStructOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 7 semantic errors compiling "../org/omg/DynamicAny/DynSequenceOperations.java": 78. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 92. Any[] get_elements(); ^-^ *** Semantic Error: Type "Any" was not found. 107. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 107. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 122. void set_elements(Any[] value) ^-^ *** Semantic Error: Type "Any" was not found. 123. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 123. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynSequence.java": 51. extends DynSequenceOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 51. extends DynSequenceOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 2 semantic errors compiling "../org/omg/DynamicAny/DynFixedOperations.java": 70. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 70. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynFixed.java": 52. extends DynFixedOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 52. extends DynFixedOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 53. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 2 semantic errors compiling "../org/omg/DynamicAny/DynEnumOperations.java": 71. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 80. throws InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynEnum.java": 53. extends DynEnumOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 53. extends DynEnumOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 54. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 6 semantic errors compiling "../org/omg/DynamicAny/DynArrayOperations.java": 64. Any[] get_elements(); ^-^ *** Semantic Error: Type "Any" was not found. 78. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 78. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. 91. void set_elements(Any[] value) ^-^ *** Semantic Error: Type "Any" was not found. 92. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "TypeMismatch" was not found. 92. throws TypeMismatch, InvalidValue; ^----------^ *** Semantic Error: Type "InvalidValue" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynArray.java": 51. extends DynArrayOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 51. extends DynArrayOperations, DynAny, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 52. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java": 58. extends UserException ^-----------^ *** Semantic Error: Type "UserException" was not found. 59. implements IDLEntity, Serializable ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 59. implements IDLEntity, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 4 semantic errors compiling "../org/omg/DynamicAny/DynAnyFactoryOperations.java": 136. DynAny create_dyn_any_from_type_code(TypeCode type) ^------^ *** Semantic Error: Type "TypeCode" was not found. 137. throws InconsistentTypeCode; ^------------------^ *** Semantic Error: Type "InconsistentTypeCode" was not found. 151. DynAny create_dyn_any(Any value) ^-^ *** Semantic Error: Type "Any" was not found. 152. throws InconsistentTypeCode; ^------------------^ *** Semantic Error: Type "InconsistentTypeCode" was not found. Found 3 semantic errors compiling "../org/omg/DynamicAny/DynAnyFactory.java": 52. extends DynAnyFactoryOperations, IDLEntity, org.omg.CORBA.Object, ^-------^ *** Semantic Error: Type "IDLEntity" was not found. 52. extends DynAnyFactoryOperations, IDLEntity, org.omg.CORBA.Object, ^------------------^ *** Semantic Error: Type "Object" was not found. 53. Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 1 semantic error compiling "../javax/transaction/TransactionRolledbackException.java": 47. public class TransactionRolledbackException extends RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. Found 1 semantic error compiling "../javax/transaction/TransactionRequiredException.java": 47. public class TransactionRequiredException extends RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. Found 1 semantic error compiling "../javax/transaction/InvalidTransactionException.java": 47. public class InvalidTransactionException extends RemoteException ^-------------^ *** Semantic Error: Type "RemoteException" was not found. Found 3 semantic errors compiling "../java/rmi/server/RMIClassLoaderSpi.java": 54. throws MalformedURLException, ClassNotFoundException; ^-------------------^ *** Semantic Error: Type "MalformedURLException" was not found. 58. throws MalformedURLException, ClassNotFoundException; ^-------------------^ *** Semantic Error: Type "MalformedURLException" was not found. 61. throws MalformedURLException; ^-------------------^ *** Semantic Error: Type "MalformedURLException" was not found. Found 9 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. 98. public abstract void flush() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 110. public abstract void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 119. public void write(int b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 137. public void write(char[] buf) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 155. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 165. public void write(String str) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 181. public void write(String str, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 19 semantic errors compiling "../java/io/BufferedWriter.java": 69. private Writer out; ^----^ *** Semantic Error: Type "Writer" was not found. 91. public BufferedWriter (Writer out) ^----^ *** Semantic Error: Type "Writer" was not found. 104. public BufferedWriter (Writer out, int size) ^----^ *** Semantic Error: Type "Writer" was not found. 119. public void close () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 121. synchronized (lock) ^--^ *** Semantic Error: The instance field "lock" in class "Writer" has protected access, but the qualifying expression is not of type "BufferedWriter" or any of its enclosing types. 137. public void flush () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 139. synchronized (lock) ^--^ *** Semantic Error: The instance field "lock" in class "Writer" has protected access, but the qualifying expression is not of type "BufferedWriter" or any of its enclosing types. 142. throw new IOException ("Stream closed"); ^---------^ *** Semantic Error: Type "IOException" was not found. 155. public void newLine () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 170. public void write (int oneChar) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 172. synchronized (lock) ^--^ *** Semantic Error: The instance field "lock" in class "Writer" has protected access, but the qualifying expression is not of type "BufferedWriter" or any of its enclosing types. 175. throw new IOException ("Stream closed"); ^---------^ *** Semantic Error: Type "IOException" was not found. 195. public void write (char[] buf, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 197. synchronized (lock) ^--^ *** Semantic Error: The instance field "lock" in class "Writer" has protected access, but the qualifying expression is not of type "BufferedWriter" or any of its enclosing types. 200. throw new IOException ("Stream closed"); ^---------^ *** Semantic Error: Type "IOException" was not found. 231. public void write (String str, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 233. synchronized (lock) ^--^ *** Semantic Error: The instance field "lock" in class "Writer" has protected access, but the qualifying expression is not of type "BufferedWriter" or any of its enclosing types. 236. throw new IOException ("Stream closed"); ^---------^ *** Semantic Error: Type "IOException" was not found. 254. private void localFlush () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 114 semantic errors compiling "../java/util/jar/Manifest.java": 41. import java.io.BufferedWriter; ^------------^ *** Semantic Error: Type "java.io.BufferedWriter" was not found. 59. public class Manifest implements Cloneable ^-------^ *** Semantic Error: Type "Cloneable" was not found. 67. private final Map entries; ^-^ *** Semantic Error: Type "Map" was not found. <---------------- 74. public Manifest() . . . 78. } --> *** Semantic Error: The blank final field "entries" 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. public Manifest() . . . 78. } --> *** Semantic Error: The blank final field "mainAttr" 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. 76. mainAttr = new Attributes(); ^--------^ *** Semantic Error: Type "Attributes" was not found. 77. entries = new Hashtable(); ^-------^ *** Semantic Error: Type "Hashtable" was not found. 90. public Manifest(InputStream in) throws IOException ^---------^ *** Semantic Error: Type "InputStream" was not found. 90. public Manifest(InputStream in) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 93. read(in); ^------^ *** Semantic Error: No applicable overload for a method with signature "read(??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read(?? in) throws ??;" instead? 108. public Manifest(Manifest man) ^--------------------^ *** Semantic Error: Duplicate declaration of this constructor signature in type "Manifest". The other occurrence is at location "../java/util/jar/Manifest.java:74". 108. public Manifest(Manifest man) ^------^ *** Semantic Error: Type "Manifest" was not found. 129. public Map getEntries() ^-^ *** Semantic Error: Type "Map" was not found. 145. return (Attributes) getEntries().get(entryName); ^--------^ *** Semantic Error: Type "Attributes" was not found. 161. public void read(InputStream in) throws IOException ^---------^ *** Semantic Error: Type "InputStream" was not found. 161. public void read(InputStream in) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 163. BufferedReader br = ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 164. new BufferedReader(new InputStreamReader(in, "8859_1")); ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 164. new BufferedReader(new InputStreamReader(in, "8859_1")); ^---------------^ *** Semantic Error: Type "InputStreamReader" was not found. 165. read_main_section(getMainAttributes(), br); ^----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_main_section(Attributes, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read_main_section(Attributes attr, ?? br) throws ??;" instead? 166. read_individual_sections(getEntries(), br); ^----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_individual_sections(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read_individual_sections(?? entries, ?? br) throws ??;" instead? 172. BufferedReader br) throws IOException ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 172. BufferedReader br) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 175. read_attributes(attr, br); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_attributes(Attributes, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read_attributes(Attributes attr, ?? br) throws ??;" instead? 188. BufferedReader br) throws IOException ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 188. BufferedReader br) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 190. String version_header = Attributes.Name.MANIFEST_VERSION.toString(); ^----^ *** Semantic Error: Type "String" was not found. 193. String value = expect_header(version_header, br); ^----^ *** Semantic Error: Type "String" was not found. 193. String value = expect_header(version_header, br); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "expect_header(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "String expect_header(String header, ?? br) throws ??;" instead? 196. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 198. throw new JarException("Manifest should start with a " + ^----------^ *** Semantic Error: Type "JarException" was not found. 203. private static String expect_header(String header, BufferedReader br) ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 204. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 206. String s = br.readLine(); ^----^ *** Semantic Error: Type "String" was not found. 209. throw new JarException("unexpected end of file"); ^----------^ *** Semantic Error: Type "JarException" was not found. 211. return expect_header(header, br, s); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "expect_header(String, ??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "String expect_header(String header, ?? br, String s) throws ??;" instead? 214. private static String expect_header(String header, BufferedReader br, ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 215. String s) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 219. String name = s.substring(0, header.length() + 1); ^----^ *** Semantic Error: Type "String" was not found. 222. String value_start = s.substring(header.length() + 2); ^----^ *** Semantic Error: Type "String" was not found. 223. return read_header_value(value_start, br); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_header_value(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "String read_header_value(String s, ?? br) throws ??;" instead? 226. catch (IndexOutOfBoundsException iobe) ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 230. throw new JarException("unexpected '" + s + "'"); ^----------^ *** Semantic Error: Type "JarException" was not found. 233. private static String read_header_value(String s, BufferedReader br) ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 234. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 255. BufferedReader br) throws IOException ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 255. BufferedReader br) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 257. String s = br.readLine(); ^----^ *** Semantic Error: Type "String" was not found. 260. read_attribute(attr, s, br); ^-------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_attribute(Attributes, ??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read_attribute(Attributes attr, String s, ?? br) throws ??;" instead? 266. BufferedReader br) throws IOException ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 266. BufferedReader br) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 271. String name = s.substring(0, colon); ^----^ *** Semantic Error: Type "String" was not found. 272. String value_start = s.substring(colon + 2); ^----^ *** Semantic Error: Type "String" was not found. 273. String value = read_header_value(value_start, br); ^----^ *** Semantic Error: Type "String" was not found. 273. String value = read_header_value(value_start, br); ^--------------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_header_value(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "String read_header_value(String s, ?? br) throws ??;" instead? 276. catch (IndexOutOfBoundsException iobe) ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 278. throw new JarException("Manifest contains a bad header: " + s); ^----------^ *** Semantic Error: Type "JarException" was not found. 282. private static void read_individual_sections(Map entries, ^-^ *** Semantic Error: Type "Map" was not found. 283. BufferedReader br) throws ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 284. IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 286. String s = br.readLine(); ^----^ *** Semantic Error: Type "String" was not found. 289. Attributes attr = read_section_name(s, br, entries); ^--------^ *** Semantic Error: Type "Attributes" was not found. 289. Attributes attr = read_section_name(s, br, entries); ^-------------------------------^ *** Semantic Error: No applicable overload for a method with signature "read_section_name(??, ??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "Attributes read_section_name(String s, ?? br, ?? entries) throws JarException;" instead? 290. read_attributes(attr, br); ^-----------------------^ *** Semantic Error: No applicable overload for a method with signature "read_attributes(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void read_attributes(Attributes attr, ?? br) throws ??;" instead? 295. private static Attributes read_section_name(String s, BufferedReader br, ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 296. Map entries) throws JarException ^-^ *** Semantic Error: Type "Map" was not found. 300. String name = expect_header("Name", br, s); ^----^ *** Semantic Error: Type "String" was not found. 300. String name = expect_header("Name", br, s); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "expect_header(java.lang.String, ??, String)" was found in type "Manifest". Perhaps you wanted the overloaded version "String expect_header(String header, ?? br, String s) throws ??;" instead? 301. Attributes attr = new Attributes(); ^--------^ *** Semantic Error: Type "Attributes" was not found. 301. Attributes attr = new Attributes(); ^--------^ *** Semantic Error: Type "Attributes" was not found. 305. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 307. throw new JarException ^----------^ *** Semantic Error: Type "JarException" was not found. 315. public void write(OutputStream out) throws IOException ^----------^ *** Semantic Error: Type "OutputStream" was not found. 315. public void write(OutputStream out) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 317. PrintWriter pw = ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 318. new PrintWriter(new ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 319. BufferedWriter(new OutputStreamWriter(out, "8859_1"))); ^------------^ *** Semantic Error: Type "BufferedWriter" was not found. 319. BufferedWriter(new OutputStreamWriter(out, "8859_1"))); ^----------------^ *** Semantic Error: Type "OutputStreamWriter" was not found. 320. write_main_section(getMainAttributes(), pw); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_main_section(Attributes, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_main_section(Attributes attr, ?? pw) throws JarException;" instead? 322. write_individual_sections(getEntries(), pw); ^-----------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_individual_sections(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_individual_sections(?? entries, ?? pw) throws JarException;" instead? 325. throw new JarException("Error while writing manifest"); ^----------^ *** Semantic Error: Type "JarException" was not found. 332. PrintWriter pw) throws JarException ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 334. write_version_info(attr, pw); ^--------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_version_info(Attributes, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_version_info(Attributes attr, ?? pw);" instead? 335. write_main_attributes(attr, pw); ^-----------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_main_attributes(Attributes, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_main_attributes(Attributes attr, ?? pw) throws JarException;" instead? 338. private static void write_version_info(Attributes attr, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 341. String version = attr.getValue(Attributes.Name.MANIFEST_VERSION); ^----^ *** Semantic Error: Type "String" was not found. 349. private static void write_header(String name, String value, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 378. private static void write_main_attributes(Attributes attr, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 381. Iterator it = attr.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 384. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 384. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 388. write_attribute_entry(entry, pw); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_attribute_entry(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_attribute_entry(?? entry, ?? pw) throws JarException;" instead? 393. private static void write_attribute_entry(Map.Entry entry, PrintWriter pw) ^-------^ *** Semantic Error: Type "Entry" was not found. 393. private static void write_attribute_entry(Map.Entry entry, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 396. String name = entry.getKey().toString(); ^----^ *** Semantic Error: Type "String" was not found. 397. String value = entry.getValue().toString(); ^----^ *** Semantic Error: Type "String" was not found. 401. throw new JarException("Attributes cannot be called 'Name'"); ^----------^ *** Semantic Error: Type "JarException" was not found. 406. JarException("Header cannot start with the four letters 'From'" + ^----------^ *** Semantic Error: Type "JarException" was not found. 409. write_header(name, value, pw); ^---------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_header(??, ??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_header(String name, String value, ?? pw);" instead? 412. private static void write_individual_sections(Map entries, PrintWriter pw) ^-^ *** Semantic Error: Type "Map" was not found. 412. private static void write_individual_sections(Map entries, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 416. Iterator it = entries.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 419. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 419. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 421. write_entry_attributes((Attributes) entry.getValue(), pw); ^--------^ *** Semantic Error: Type "Attributes" was not found. 426. private static void write_entry_attributes(Attributes attr, PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 429. Iterator it = attr.entrySet().iterator(); ^------^ *** Semantic Error: Type "Iterator" was not found. 432. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 432. Map.Entry entry = (Map.Entry) it.next(); ^-------^ *** Semantic Error: Type "Entry" was not found. 433. write_attribute_entry(entry, pw); ^------------------------------^ *** Semantic Error: No applicable overload for a method with signature "write_attribute_entry(??, ??)" was found in type "Manifest". Perhaps you wanted the overloaded version "void write_attribute_entry(?? entry, ?? pw) throws JarException;" instead? 447. return new Manifest(this); ^------^ *** Semantic Error: Type "Manifest" was not found. 458. return (o instanceof Manifest) && ^------^ *** Semantic Error: Type "Manifest" was not found. 459. (mainAttr.equals(((Manifest) o).mainAttr)) && ^------^ *** Semantic Error: Type "Manifest" was not found. 460. (entries.equals(((Manifest) o).entries)); ^------^ *** Semantic Error: Type "Manifest" was not found. Found 15 semantic errors compiling "../java/io/DataInput.java": 74. boolean readBoolean() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 91. byte readByte() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 109. int readUnsignedByte() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 135. char readChar() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 164. short readShort() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 194. int readUnsignedShort() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 223. int readInt() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 256. long readLong() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 280. float readFloat() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 303. double readDouble() throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 326. String readLine() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 399. String readUTF() throws EOFException, UTFDataFormatException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 415. void readFully(byte[] buf) throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 437. throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 454. int skipBytes(int numBytes) throws EOFException, IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 54 semantic errors compiling "../java/io/RandomAccessFile.java": 65. private FileChannelImpl ch; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 66. private FileDescriptor fd; ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 68. private DataOutputStream out; ^--------------^ *** Semantic Error: Type "DataOutputStream" was not found. 111. throw new IllegalArgumentException ("invalid mode: " + mode); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 113. final String fileName = file.getPath(); ^----^ *** Semantic Error: Type "String" was not found. 116. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 126. fd = new FileDescriptor(ch); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 127. out = new DataOutputStream (new FileOutputStream (fd)); ^--------------^ *** Semantic Error: Type "DataOutputStream" was not found. 127. out = new DataOutputStream (new FileOutputStream (fd)); ^--------------^ *** Semantic Error: Type "FileOutputStream" was not found. 128. in = new DataInputStream (new FileInputStream (fd)); ^-------------^ *** Semantic Error: Type "DataInputStream" was not found. 128. in = new DataInputStream (new FileInputStream (fd)); ^-------------^ *** Semantic Error: Type "FileInputStream" was not found. 156. this (new File(fileName), mode); ^--^ *** Semantic Error: Type "File" was not found. 165. public void close () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 178. public final FileDescriptor getFD () throws IOException ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 178. public final FileDescriptor getFD () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 183. fd = new FileDescriptor (ch); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 196. public long getFilePointer () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 216. public void setLength (long newLen) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 240. public long length () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 253. public int read () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 269. public int read (byte[] buffer) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 286. public int read (byte[] buffer, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 308. public final boolean readBoolean () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 328. public final byte readByte () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 358. public final char readChar () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 385. public final double readDouble () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 410. public final float readFloat () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 427. public final void readFully (byte[] buffer) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 450. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 483. public final int readInt () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 513. public final String readLine () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 549. public final long readLong () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 581. public final short readShort () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 602. public final int readUnsignedByte () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 632. public final int readUnsignedShort () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 709. public final String readUTF () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 724. public void seek (long pos) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 741. public int skipBytes (int numBytes) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 744. throw new IllegalArgumentException ("Can't skip negative bytes: " + ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 767. public void write (int oneByte) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 778. public void write (byte[] buffer) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 793. public void write (byte[] buffer, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 807. public final void writeBoolean (boolean val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 821. public final void writeByte (int val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 835. public final void writeShort (int val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 849. public final void writeChar (int val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 862. public final void writeInt (int val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 875. public final void writeLong (long val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 894. public final void writeFloat (float val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 914. public final void writeDouble (double val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 928. public final void writeBytes (String val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 942. public final void writeChars (String val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 976. public final void writeUTF (String val) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 987. public final synchronized FileChannel getChannel () ^---------^ *** Semantic Error: Type "FileChannel" was not found. Found 6 semantic errors compiling "../gnu/java/util/EmptyEnumeration.java": 54. public final class EmptyEnumeration implements Enumeration, Serializable ^---------^ *** Semantic Error: Type "Enumeration" was not found. 54. public final class EmptyEnumeration implements Enumeration, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 57. private static final EmptyEnumeration instance = new EmptyEnumeration(); ^--------------^ *** Semantic Error: Type "EmptyEnumeration" was not found. 57. private static final EmptyEnumeration instance = new EmptyEnumeration(); ^--------------^ *** Semantic Error: Type "EmptyEnumeration" was not found. 72. public static EmptyEnumeration getInstance() ^--------------^ *** Semantic Error: Type "EmptyEnumeration" was not found. 94. throw new NoSuchElementException(); ^--------------------^ *** Semantic Error: Type "NoSuchElementException" was not found. Found 118 semantic errors compiling "../java/util/zip/ZipFile.java": 42. import gnu.java.util.EmptyEnumeration; ^--------------^ *** Semantic Error: Type "gnu.java.util.EmptyEnumeration" was not found. 45. import java.io.DataInput; ^-------^ *** Semantic Error: Type "java.io.DataInput" was not found. 50. import java.io.RandomAccessFile; ^--------------^ *** Semantic Error: Type "java.io.RandomAccessFile" was not found. 84. private final RandomAccessFile raf; ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. 87. private HashMap entries; ^-----^ *** Semantic Error: Type "HashMap" was not found. <----------------------------------------------------------- 97. public ZipFile(String name) throws ZipException, IOException . . . 102. } --> *** Semantic Error: The blank final field "raf" 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. <----------------------------------------------------------- 97. public ZipFile(String name) throws ZipException, IOException . . . 102. } --> *** Semantic Error: The blank final field "name" 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. 97. public ZipFile(String name) throws ZipException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 99. this.raf = new RandomAccessFile(name, "r"); ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. <--------------------------------------------------------- 110. public ZipFile(File file) throws ZipException, IOException . . . 115. } --> *** Semantic Error: The blank final field "raf" 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. <--------------------------------------------------------- 110. public ZipFile(File file) throws ZipException, IOException . . . 115. } --> *** Semantic Error: The blank final field "name" 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. 110. public ZipFile(File file) throws ZipException, IOException ^--^ *** Semantic Error: Type "File" was not found. 110. public ZipFile(File file) throws ZipException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 112. this.raf = new RandomAccessFile(file, "r"); ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. <------------------------------------------------------------------- 133. public ZipFile(File file, int mode) throws ZipException, IOException . . . 142. } --> *** Semantic Error: The blank final field "raf" 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. <------------------------------------------------------------------- 133. public ZipFile(File file, int mode) throws ZipException, IOException . . . 142. } --> *** Semantic Error: The blank final field "name" 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. 133. public ZipFile(File file, int mode) throws ZipException, IOException ^--^ *** Semantic Error: Type "File" was not found. 133. public ZipFile(File file, int mode) throws ZipException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 136. throw new IllegalArgumentException("invalid mode"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 139. this.raf = new RandomAccessFile(file, "r"); ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. 144. private void checkZipFile() throws IOException, ZipException ^---------^ *** Semantic Error: Type "IOException" was not found. 153. catch (EOFException eof) ^----------^ *** Semantic Error: Type "EOFException" was not found. 158. if (validRead == false || readLeInt(magicBuf, 0) != LOCSIG) ^----^ *** Semantic Error: No accessible field named "LOCSIG" was found in type "ZipFile". 161. throw new ZipException("Not a valid zip file"); ^----------^ *** Semantic Error: Type "ZipException" was not found. 171. throw new IllegalStateException("ZipFile has closed: " + name); ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 185. private int readLeShort(DataInput di, byte[] b) throws IOException ^-------^ *** Semantic Error: Type "DataInput" was not found. 185. private int readLeShort(DataInput di, byte[] b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 202. private int readLeInt(DataInput di, byte[] b) throws IOException ^-------^ *** Semantic Error: Type "DataInput" was not found. 202. private int readLeInt(DataInput di, byte[] b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 245. private void readEntries() throws ZipException, IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 252. long pos = raf.length() - ENDHDR; ^----^ *** Semantic Error: No accessible field named "ENDHDR" was found in type "ZipFile". 253. byte[] ebs = new byte[CENHDR]; ^----^ *** Semantic Error: No accessible field named "CENHDR" was found in type "ZipFile". 258. throw new ZipException ^----------^ *** Semantic Error: Type "ZipException" was not found. 262. while (readLeInt(raf, ebs) != ENDSIG); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "readLeInt(??, byte[])" was found in type "ZipFile". Perhaps you wanted the overloaded version "int readLeInt(?? di, byte[] b) throws ??;" instead? 262. while (readLeInt(raf, ebs) != ENDSIG); ^----^ *** Semantic Error: No accessible field named "ENDSIG" was found in type "ZipFile". 264. if (raf.skipBytes(ENDTOT - ENDNRD) != ENDTOT - ENDNRD) ^----^ *** Semantic Error: No accessible field named "ENDTOT" was found in type "ZipFile". 264. if (raf.skipBytes(ENDTOT - ENDNRD) != ENDTOT - ENDNRD) ^----^ *** Semantic Error: No accessible field named "ENDNRD" was found in type "ZipFile". 264. if (raf.skipBytes(ENDTOT - ENDNRD) != ENDTOT - ENDNRD) ^----^ *** Semantic Error: No accessible field named "ENDTOT" was found in type "ZipFile". 264. if (raf.skipBytes(ENDTOT - ENDNRD) != ENDTOT - ENDNRD) ^----^ *** Semantic Error: No accessible field named "ENDNRD" was found in type "ZipFile". 265. throw new EOFException(name); ^----------^ *** Semantic Error: Type "EOFException" was not found. 266. int count = readLeShort(raf, ebs); ^-------------------^ *** Semantic Error: No applicable overload for a method with signature "readLeShort(??, byte[])" was found in type "ZipFile". Perhaps you wanted the overloaded version "int readLeShort(?? di, byte[] b) throws ??;" instead? 267. if (raf.skipBytes(ENDOFF - ENDSIZ) != ENDOFF - ENDSIZ) ^----^ *** Semantic Error: No accessible field named "ENDOFF" was found in type "ZipFile". 267. if (raf.skipBytes(ENDOFF - ENDSIZ) != ENDOFF - ENDSIZ) ^----^ *** Semantic Error: No accessible field named "ENDSIZ" was found in type "ZipFile". 267. if (raf.skipBytes(ENDOFF - ENDSIZ) != ENDOFF - ENDSIZ) ^----^ *** Semantic Error: No accessible field named "ENDOFF" was found in type "ZipFile". 267. if (raf.skipBytes(ENDOFF - ENDSIZ) != ENDOFF - ENDSIZ) ^----^ *** Semantic Error: No accessible field named "ENDSIZ" was found in type "ZipFile". 268. throw new EOFException(name); ^----------^ *** Semantic Error: Type "EOFException" was not found. 269. int centralOffset = readLeInt(raf, ebs); ^-----------------^ *** Semantic Error: No applicable overload for a method with signature "readLeInt(??, byte[])" was found in type "ZipFile". Perhaps you wanted the overloaded version "int readLeInt(?? di, byte[] b) throws ??;" instead? 271. entries = new HashMap(count+count/2); ^-----^ *** Semantic Error: Type "HashMap" was not found. 278. if (readLeInt(ebs, 0) != CENSIG) ^----^ *** Semantic Error: No accessible field named "CENSIG" was found in type "ZipFile". 279. throw new ZipException("Wrong Central Directory signature: " + name); ^----------^ *** Semantic Error: Type "ZipException" was not found. 281. int method = readLeShort(ebs, CENHOW); ^----^ *** Semantic Error: No accessible field named "CENHOW" was found in type "ZipFile". 282. int dostime = readLeInt(ebs, CENTIM); ^----^ *** Semantic Error: No accessible field named "CENTIM" was found in type "ZipFile". 283. int crc = readLeInt(ebs, CENCRC); ^----^ *** Semantic Error: No accessible field named "CENCRC" was found in type "ZipFile". 284. int csize = readLeInt(ebs, CENSIZ); ^----^ *** Semantic Error: No accessible field named "CENSIZ" was found in type "ZipFile". 285. int size = readLeInt(ebs, CENLEN); ^----^ *** Semantic Error: No accessible field named "CENLEN" was found in type "ZipFile". 286. int nameLen = readLeShort(ebs, CENNAM); ^----^ *** Semantic Error: No accessible field named "CENNAM" was found in type "ZipFile". 287. int extraLen = readLeShort(ebs, CENEXT); ^----^ *** Semantic Error: No accessible field named "CENEXT" was found in type "ZipFile". 288. int commentLen = readLeShort(ebs, CENCOM); ^----^ *** Semantic Error: No accessible field named "CENCOM" was found in type "ZipFile". 290. int offset = readLeInt(ebs, CENOFF); ^----^ *** Semantic Error: No accessible field named "CENOFF" was found in type "ZipFile". 297. String name; ^----^ *** Semantic Error: Type "String" was not found. 300. name = new String(buffer, 0, nameLen, "UTF-8"); ^----^ *** Semantic Error: Type "String" was not found. 302. catch (UnsupportedEncodingException uee) ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 304. throw new AssertionError(uee); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 307. ZipEntry entry = new ZipEntry(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 307. ZipEntry entry = new ZipEntry(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 324. entry.setComment(new String(buffer, 0, commentLen, "UTF-8")); ^----^ *** Semantic Error: Type "String" was not found. 326. catch (UnsupportedEncodingException uee) ^--------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 328. throw new AssertionError(uee); ^------------^ *** Semantic Error: Type "AssertionError" was not found. 343. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 345. RandomAccessFile raf = this.raf; ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. 361. protected void finalize() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 371. public Enumeration entries() ^---------^ *** Semantic Error: Type "Enumeration" was not found. 377. return new ZipEntryEnumeration(getEntries().values().iterator()); ^-----------------^ *** Semantic Error: Type "ZipEntryEnumeration" was not found. 379. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 391. private HashMap getEntries() throws IOException ^-----^ *** Semantic Error: Type "HashMap" was not found. 391. private HashMap getEntries() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 419. HashMap entries = getEntries(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 420. ZipEntry entry = (ZipEntry) entries.get(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 420. ZipEntry entry = (ZipEntry) entries.get(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 423. entry = (ZipEntry) entries.get(name + '/'); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 423. entry = (ZipEntry) entries.get(name + '/'); ^--^ *** Semantic Error: The type of this expression, "String", is not numeric. 424. return entry != null ? new ZipEntry(entry, name) : null; ^------^ *** Semantic Error: Type "ZipEntry" was not found. 426. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 434. private byte[] locBuf = new byte[LOCHDR]; ^----^ *** Semantic Error: No accessible field named "LOCHDR" was found in type "ZipFile". 447. private long checkLocalHeader(ZipEntry entry) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 454. if (readLeInt(locBuf, 0) != LOCSIG) ^----^ *** Semantic Error: No accessible field named "LOCSIG" was found in type "ZipFile". 455. throw new ZipException("Wrong Local header signature: " + name); ^----------^ *** Semantic Error: Type "ZipException" was not found. 457. if (entry.getMethod() != readLeShort(locBuf, LOCHOW)) ^----^ *** Semantic Error: No accessible field named "LOCHOW" was found in type "ZipFile". 458. throw new ZipException("Compression method mismatch: " + name); ^----------^ *** Semantic Error: Type "ZipException" was not found. 460. if (entry.getName().length() != readLeShort(locBuf, LOCNAM)) ^----^ *** Semantic Error: No accessible field named "LOCNAM" was found in type "ZipFile". 461. throw new ZipException("file name length mismatch: " + name); ^----------^ *** Semantic Error: Type "ZipException" was not found. 463. int extraLen = entry.getName().length() + readLeShort(locBuf, LOCEXT); ^----^ *** Semantic Error: No accessible field named "LOCEXT" was found in type "ZipFile". 464. return entry.offset + LOCHDR + extraLen; ^----^ *** Semantic Error: No accessible field named "LOCHDR" was found in type "ZipFile". 490. public InputStream getInputStream(ZipEntry entry) throws IOException ^---------^ *** Semantic Error: Type "InputStream" was not found. 490. public InputStream getInputStream(ZipEntry entry) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 494. HashMap entries = getEntries(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 495. String name = entry.getName(); ^----^ *** Semantic Error: Type "String" was not found. 496. ZipEntry zipEntry = (ZipEntry) entries.get(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 496. ZipEntry zipEntry = (ZipEntry) entries.get(name); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 502. InputStream is = new BufferedInputStream(new PartialInputStream ^---------^ *** Semantic Error: Type "InputStream" was not found. 502. InputStream is = new BufferedInputStream(new PartialInputStream ^-----------------^ *** Semantic Error: Type "BufferedInputStream" was not found. 502. InputStream is = new BufferedInputStream(new PartialInputStream ^----------------^ *** Semantic Error: Type "PartialInputStream" was not found. 509. return new InflaterInputStream(is, new Inflater(true)); ^-----------------^ *** Semantic Error: Type "InflaterInputStream" was not found. 509. return new InflaterInputStream(is, new Inflater(true)); ^------^ *** Semantic Error: Type "Inflater" was not found. 511. throw new ZipException("Unknown compression method " + method); ^----------^ *** Semantic Error: Type "ZipException" was not found. 536. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 542. private static class ZipEntryEnumeration implements Enumeration ^---------^ *** Semantic Error: Type "Enumeration" was not found. 544. private final Iterator elements; ^------^ *** Semantic Error: Type "Iterator" was not found. <-------------------------------------------- 546. public ZipEntryEnumeration(Iterator elements) . . . 549. } ----> *** Semantic Error: The blank final field "elements" 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. 546. public ZipEntryEnumeration(Iterator elements) ^------^ *** Semantic Error: Type "Iterator" was not found. 561. return ((ZipEntry)elements.next()).clone(); ^------^ *** Semantic Error: Type "ZipEntry" was not found. 565. private static class PartialInputStream extends InputStream ^---------^ *** Semantic Error: Type "InputStream" was not found. 567. private final RandomAccessFile raf; ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. <-------------------------------------------------------------------- 570. public PartialInputStream(RandomAccessFile raf, long start, long len) . . . 575. } ----> *** Semantic Error: The blank final field "raf" 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. 570. public PartialInputStream(RandomAccessFile raf, long start, long len) ^--------------^ *** Semantic Error: Type "RandomAccessFile" was not found. 585. public int read() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 596. public int read(byte[] b, int off, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 617. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 1 semantic error compiling "../java/util/zip/ZipException.java": 49. public class ZipException extends IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/security/cert/X509Extension.java": 94. Set getCriticalExtensionOIDs(); ^-^ *** Semantic Error: Type "Set" was not found. 104. Set getNonCriticalExtensionOIDs(); ^-^ *** Semantic Error: Type "Set" was not found. Found 17 semantic errors compiling "../java/security/cert/X509Certificate.java": 139. extends java.security.cert.Certificate // XXX workaround for gcj bug #17845 ^----------------------------^ *** Semantic Error: Type "Certificate" was not found. 190. public abstract void checkValidity(Date date) ^--^ *** Semantic Error: Type "Date" was not found. 224. public abstract BigInteger getSerialNumber(); ^--------^ *** Semantic Error: Type "BigInteger" was not found. 262. public abstract Principal getIssuerDN(); ^-------^ *** Semantic Error: Type "Principal" was not found. 277. public abstract Principal getSubjectDN(); ^-------^ *** Semantic Error: Type "Principal" was not found. 299. public abstract Date getNotBefore(); ^--^ *** Semantic Error: Type "Date" was not found. 307. public abstract Date getNotAfter(); ^--^ *** Semantic Error: Type "Date" was not found. 490. public java.util.List getExtendedKeyUsage() ^------------^ *** Semantic Error: Type "List" was not found. 493. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 534. public java.util.Collection getSubjectAlternativeNames() ^------------------^ *** Semantic Error: Type "Collection" was not found. 537. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 561. public java.util.Collection getIssuerAlternativeNames() ^------------------^ *** Semantic Error: Type "Collection" was not found. 564. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 573. public javax.security.auth.x500.X500Principal getSubjectX500Principal() ^------------------------------------^ *** Semantic Error: Type "X500Principal" was not found. 575. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 584. public javax.security.auth.x500.X500Principal getIssuerX500Principal() ^------------------------------------^ *** Semantic Error: Type "X500Principal" was not found. 586. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. Found 4 semantic errors compiling "../java/security/SignatureSpi.java": 170. throw new SignatureException("Invalid Length"); ^----------------^ *** Semantic Error: Type "SignatureException" was not found. 242. protected void engineSetParameter(AlgorithmParameterSpec params) ^--------------------^ *** Semantic Error: Type "AlgorithmParameterSpec" was not found. 245. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 266. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. Assertion failed: (base), function ReportMethodNotFound, file expr.cpp, line 481. gmake[1]: *** [Makefile:602: compile-classes] Abort trap: 6 gmake[1]: Leaving directory '/Users/pbulk/build/lang/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake: *** [Makefile:349: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sablevm-classpath *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sablevm-classpath