kiniry / Mobius

4 stars 8 forks source link

[ escjava-Bugs-158 ] cannot typecheck several classes in JDK 1.4's source due to inner class resolution problems #171

Open atiti opened 11 years ago

atiti commented 11 years ago

{{{

!html

Reply to: noreply@sort.ucd.ie }}} {{{ Bugs item #158, was opened at 2005-09-03 19:45 You can respond by visiting: http://sort.ucd.ie/tracker/?func=detail&atid=441&aid=158&group_id=97

Category: Simplify Group: CVS HEAD

Status: Closed Resolution: Out of Date Priority: 3 Submitted By: Joseph Kiniry (jkiniry) Assigned to: Radu Grigore (rgrig) Summary: cannot typecheck several classes in JDK 1.4's source due to inner class resolution problems

Initial Comment: ===== Typechecking /usr/local/Java/src/jdk-1.4 [4.702 s 20237352 bytes] ./com/sun/corba/se/internal/iiop/GIOPImpl.java:304: Fatal error: Can't find type named "Map.Entry" ((ListenerThread)((Map.Entry)threads.next()).getValue()).s ... ^ 1 error [4.932 s 25974448 bytes] ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:107: Error: No such method getSlotSize() in type com.sun.corba.se.internal.Interceptors.PICurrent current = new PICurrent( piOrb, currentTemp.getSlotSize( ) ... ^ ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:107: Error: No such constructor in type com.sun.corba.se.internal.Interceptors.PICurrent current = new PICurrent( piOrb, currentTemp.getSlotSize( ) ... ^ ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:128: Error: No such field in type com.sun.corba.se.internal.util.MinorCodes MinorCodes.CANT_POP_ONLY_CURRENT_2, ^ ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:129: Error: Cannot resolve variable access 'CompletionStatus.COMPLETED_NO' CompletionStatus.COMPLETED_NO ); ^ ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:126: Error: No constructor matching given argument types throw new org.omg.CORBA.INTERNAL( ^ ./com/sun/corba/se/internal/Interceptors/ThreadCurrentStack.java:133: Error: No such method resetSlots() in type com.sun.corba.se.internal.Interceptors.PICurrent current.resetSlots( ); ^ ./com/sun/java/swing/plaf/gtk/GTKParser.java:1826: Fatal error: Can't find type named "Map.Entry" Map.Entry entry = (Map.Entry)iter.next(); ^ 7 errors [5.409 s 26820816 bytes] ./java/awt/datatransfer/MimeTypeParameterList.java:75: Fatal error: Can't find type named "Map.Entry" Map.Entry entry = null; ^ 1 error [4.831 s 23949864 bytes] ./java/awt/RenderingHints.java:546: Fatal error: Can't find type named "Map.Entry" Map.Entry entry = (Map.Entry) iter.next(); ^ 1 error [9.019 s 21932232 bytes] [3.893 s 17900600 bytes] ./java/security/Provider.java:259: Fatal error: Can't find type named "Map.Entry" Map.Entry e = (Map.Entry) i.next(); ^ 1 error [5.072 s 24874032 bytes] ./java/text/AttributedString.java:134: Fatal error: Can't find type named "Map.Entry" Map.Entry entry = (Map.Entry) iterator.next(); ^ 1 error [3.756 s 17449488 bytes] ./javax/print/attribute/standard/PrinterStateReasons.java:126: Fatal error: Can't find type named "Map.Entry" Map.Entry e = (Map.Entry) i.next(); ^ 1 error [6.22 s 30354024 bytes] [7.871 s 27812056 bytes] ./org/apache/crimson/tree/DataNode.java:79: Fatal error: Ambiguous import-on-demand of "CharacterData". Choices are: java.lang.CharacterData and org.w3c.dom.CharacterData abstract class DataNode extends NodeBase implements CharacterData ^ 1 error [5.948 s 24033000 bytes] /usr/local/Java/src/jdk-1.4/org/apache/crimson/tree/DataNode.java:79: Fatal error: Ambiguous import-on-demand of "CharacterData". Choices are: java.lang.CharacterData and org.w3c.dom.CharacterData abstract class DataNode extends NodeBase implements CharacterData ^ 1 error [4.24 s 19076424 bytes] ./org/apache/xpath/domapi/XPathEvaluatorImpl.java:92: Fatal error: Can't find type named "XPathEvaluator" public class XPathEvaluatorImpl implements XPathEvaluator { ^ 1 error [4.616 s 17290744 bytes] [3.658 s 15120480 bytes] make[1]: [typecheckJDK] Error 1 (ignored)


Comment By: Dermot Cochran (dcochran) Date: 2007-12-15 16:16

Message: These tickets are being transferred into the Mobius Trac


Comment By: Joseph Kiniry (jkiniry) Date: 2005-10-24 11:12

Message: I am assigning this to Radu as well for the obvious reasons.


Comment By: Joseph Kiniry (jkiniry) Date: 2005-09-03 19:57

Message: Incorrectly chose the wrong bug category before.


You can respond by visiting: http://sort.ucd.ie/tracker/?func=detail&atid=441&aid=158&group_id=97 }}}

atiti commented 11 years ago

From: (GH: None) Date: Sat Dec 15 17:19:39 2007

added mailto line

This message has 0 attachment(s)

atiti commented 11 years ago

From: None (GH: None) Date: Tue Apr 27 14:34:16 2010

Milestone ESCJava2 2.0.9 release deleted