You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open the "New > Java Class" wizard and enter a Japanese class name, I receive the message "Invalid Java qualified name." and I am unable to create a Java class.
Environment
Operating System: Windows 11
JDK version: 17
Visual Studio Code version: 1.79.2
Java extension version: v0.25.14
Steps To Reproduce
Select any package, right-click, and choose "New > Java Class."
Enter Japanese characters as the class name. For example, "ほげ"
Current Result
It displays "Invalid Java qualified name."
Expected Result
The class is generated.
Additional Informations
In Java, we can use characters from languages such as Japanese and others in identifiers.
Originally reported from redhat-developer/vscode-java#3289
When I open the "New > Java Class" wizard and enter a Japanese class name, I receive the message "Invalid Java qualified name." and I am unable to create a Java class.
Environment
Steps To Reproduce
Current Result
It displays "Invalid Java qualified name."
Expected Result
The class is generated.
Additional Informations
In Java, we can use characters from languages such as Japanese and others in identifiers.
https://docs.oracle.com/javase/specs/jls/se17/html/jls-3.html#jls-3.8
The text was updated successfully, but these errors were encountered: