-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: core-libs
-
b79
-
generic
-
generic
JSR 269 has added a SourceVersion.isIdentifier method which correctly uses the Character.isIdentifier{Start, Part} primitives to determine whether a character sequence is a valid identifier or not. The root methods in Character should reference this new method.