commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ 100705 ] String.java compilation errors


From: nobody
Subject: [ 100705 ] String.java compilation errors
Date: Mon, 08 Apr 2002 10:54:15 -0400

Support Request #100705, was updated on 2002-Apr-08 07:41
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100705&group_id=85

Category: java.lang
Status: Open
Priority: 5
Summary: String.java compilation errors

By: ericb
Date: 2002-Apr-08 08:54

Message:
Logged In: YES 
user_id=1389
Browser: Mozilla/4.76 [en] (Win98; U)

I think you have a stale version of Character, as this is 
not a problem in CVS.

----------------------------------------------------------------------

By: crawley
Date: 2002-Apr-08 07:41

Message:
Logged In: YES 
user_id=5673
Browser: Mozilla/5.0 (compatible; Konqueror/2.2.2-2; Linux)

Recent changes to java/lang/Character.java, et al
have broken java/lang/String.java.

Found 2 semantic errors compiling "../java/lang/String.java":

  1628.     return Character.direction[Character.readChar(ch) >> 7] & 3;
                   <----------------->
*** Error: No field named "direction" was found in type "java/lang/Character". 
However, there is 
an accessible field "DIRECTIONALITY_UNDEFINED" whose name closely matches the 
name "direction".


  1628.     return Character.direction[Character.readChar(ch) >> 7] & 3;
                                       <-------------------->
*** Error: Method "char readChar(char ch);" in class "java/lang/Character" has 
private access. 
Therefore, it is not accessible in class "java/lang/String".





----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100705&group_id=85



reply via email to

[Prev in Thread] Current Thread [Next in Thread]