-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New methods in String for jdk12 #3850
Comments
@theresa-m does your |
There are couple of new additions:
|
I have not covered the align/indent/transform methods. describeConstable and resolveConstantDesc are part of jep334. the pr for them is #4105 |
It appears |
@sharon-wang can you start look at |
@JasonFengJ9 @theresa-m is somebody looking at transform? |
In addition I'd like to add to please take a look at the corresponding StringLatin1 and StringUTF16 classes to see if OpenJDK has already added helpers for these APIs which we can reuse. IIRC that was the case for some of the previous Java 12 methods. @sharon-wang FYI as well. |
Not that I am aware of. |
@DanHeidinga we need an implementation for @theresa-m @sharon-wang any outlook for indent(int)? The feature complete date is Feb 25. |
Will take |
We're on it. @sharon-wang is working on some tests for the method. |
indent(int)
transform(Function<? super String,? extends R> f)
http://cr.openjdk.java.net/~iris/se/12/build/latest/api/java.base/java/lang/String.html
The text was updated successfully, but these errors were encountered: