-
Notifications
You must be signed in to change notification settings - Fork 39
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
Rewrite String#copyValueOf(char[])
to new String(char[])
#1001
Comments
Hi, Will start working on this. Thanks, |
HI @rickie , Is there a slack channel or any other way to communicate installation issues? I'm facing some issues when running Thanks, |
Hi @rickie , When running I'm using maven Thanks, |
Hey @BLasan! Unfortunately we don't have a Slack channel. But we can use this issue thread to sync :) W.r.t. your question: it looks like you mixed up some version numbers: version That said: if you tried to build an unmodified version of this project, then it shouldn't be necessary to modify |
Hi @Stephan202 , Thanks for the prompt response. It worked for me without the Thanks, |
Hey @BLasan! The README instructions are for people that want to use this library (i.e., include it in their own project), while you're currently trying to contribute to this library. For the latter the usual contribution workflow should be followed; for the former those README instructions are very much needed :) Hope that clears things up! Cheers :) |
Thanks for the detailed explanation :) |
Problem
Rewrite
String#copyValueOf(char[])
tonew String(char[])
.Description of the proposed new feature
The Refaster rule should live in the
StringRules
file.Make sure to add a test entry in the
StringRulesTestInput
and StringRulesTestOutput 😄.I would like to rewrite the following code:
to:
The text was updated successfully, but these errors were encountered: