Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] With changes for inlining #isJavaIdentifierStart/Part in scanner, following no longer compile

Unicode 4 optimization (inline of methods) was incorrect for surrogate
values.
Fixed + test case added and released in HEAD.
All JDT/Core tests OK.

Frédéric




                                                                       
             Philippe P                                                
             Mulet/France/IBM@                                         
             IBMFR                                                      To
             Sent by:                  jdt-core-dev@xxxxxxxxxxx        
             jdt-core-dev-admi                                          cc
             n@xxxxxxxxxxx                                             
                                                                   Subject
                                       [jdt-core-dev] With changes for 
             03/23/2005 11:39          inlining                        
             AM                        #isJavaIdentifierStart/Part in  
                                       scanner, following no longer    
                                       compile                         
             Please respond to                                         
               jdt-core-dev                                            
                                                                       
                                                                       
                                                                       
                                                                       




It was working with Scanner rev. 1.137.

__________________

(since bugzilla is down)

The following doesn't compile, and seems it should:
public class X {
    int
\ud800\udc05\ud800\udc04\ud800\udc03\ud800\udc02\ud800\udc01\ud800\udc00;
    void foo() {
        int
\ud800\udc05\ud800\udc04\ud800\udc03\ud800\udc02\ud800\udc01\ud800\udc00;
    }
}

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top