Skip to content

Conversation

@joanvr
Copy link
Contributor

@joanvr joanvr commented Oct 18, 2023

What's changed?

Computing the key of the identifier to include the scope it's present. This way we can change multiple occurrences of the same identifier if in different scopes.

What's your motivation?

Fixes #171 and potentially other related issues to this recipe like https://github.com/moderneinc/support-app/issues/9

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've added the license header to any new files through ./gradlew licenseFormat
  • I've used the IntelliJ IDEA auto-formatter on affected files

@joanvr joanvr self-assigned this Oct 18, 2023
@joanvr joanvr added the enhancement New feature or request label Oct 18, 2023
@joanvr joanvr merged commit c69bba2 into main Oct 18, 2023
@joanvr joanvr deleted the fix/camel-case branch October 18, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

RenameLocalVariablesToCamelCase misses variables with same name in other methods

3 participants