-
Bug
-
Resolution: Fixed
-
P4
-
6
-
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.