-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add NamingService
with Java implementation
#4725
Conversation
…mingService is requested from a JavaSourceFile
…ice.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@timtebeek I guess the initial logic of the edit: It tried to take it into account but not properly |
rewrite-java/src/test/java/org/openrewrite/java/service/JavaNamingServiceTest.java
Show resolved
Hide resolved
rewrite-java/src/test/java/org/openrewrite/java/service/JavaNamingServiceTest.java
Outdated
Show resolved
Hide resolved
…mingServiceTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for adding this and the proposed fixes as well.
What's changed?
Added a
NamingService
interface including a Java implementationWhat's your motivation?
Working on
MethodNameCasing
to work with C# rewrite-static-analysis#397Anything in particular you'd like reviewers to focus on?
Anyone you would like to review specifically?
@knutwannheden @OlegDokuka @timtebeek
Checklist