Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Non-externalized string literal

Have a look at the scanner class:

org.eclipse.jdt.internal.compiler.parser.Scanner.parseTags

Olivier



                                                                                                                                                      
                      "Ed Burnette"                                                                                                                   
                      <Ed.Burnette@xxxxxx        To:       <jdt-core-dev@xxxxxxxxxxx>                                                                 
                      m>                         cc:                                                                                                  
                      Sent by:                   Subject:  [jdt-core-dev] Non-externalized string literal                                             
                      jdt-core-dev-admin@                                                                                                             
                      eclipse.org                                                                                                                     
                                                                                                                                                      
                                                                                                                                                      
                      05/14/03 09:18 PM                                                                                                               
                      Please respond to                                                                                                               
                      jdt-core-dev                                                                                                                    
                                                                                                                                                      
                                                                                                                                                      




Could someone point me at the compiler source that detects and handles the
'non-externalized string literal' warning? I'm trying to see how hard it
would be to add additional internationalization warnings for things like:

 - Detection of character literals(EMC)
 - Detection of concatenated strings(COS)
 - Detection of nls-unsafe function usage(UFU)
 - Detection of locale-sensitive methods(LSM)
 - etc..

I searched around for a while but couldn't find it.

Also, is the chkpii program available for use outside of IBM? We'd like to
use it to check internationalization on our plug-ins.

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






Back to the top