Duplicate :
|
In the Java Language Specification, all the legal Unicode Letter could be used for Java Class name. In reality, this is not always true. If you use non-ASCII letter for class name, it will result in an excepiton being thrown. Please try the test case bugIdxxxxxxx.java (where xxxxxxx is the id number of this bug) under /home/cjao/openbugs/
|