Skip to content
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

[Feature Request] Ability to order IMutators #464

Open
blacelle opened this issue Mar 11, 2023 · 1 comment
Open

[Feature Request] Ability to order IMutators #464

blacelle opened this issue Mar 11, 2023 · 1 comment

Comments

@blacelle
Copy link
Member

Some mutators would preferablr applied before another mutator.

For instance :

Turning username.equals("") into "".equals(username)

should happens after

Turning username.equals("") into username.isEmpty()

@blacelle
Copy link
Member Author

blacelle commented Mar 11, 2023

See @ApplyMeBefore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant