-
Notifications
You must be signed in to change notification settings - Fork 376
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
SemanticallyEqual does not evaluate fully qualified names as equal to eachother, or to simple names #345
Labels
bug
Something isn't working
Comments
nmck257
pushed a commit
that referenced
this issue
Nov 12, 2024
* Update for rewrite 8.0 * Cosmetics * Fix a few more issues * Fix a few more test failures * Fix a few more test failures * Upgrade recipes to new `JavaTemplate` API * Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property * Consistently use `latest.release` or `latest.integration` * Revert "Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property" This reverts commit 897d59e79c9515564da45911ce2246934c5b1ae7. * Migrate to new `Recipe#getInitialState(ExecutionContext)` API * Polish * Fix a broken test Due to reversal of logic after inlining `doAfterVisit()` logic. * Fix another broken test We should change the `UpgradeDependencyVersion` in `rewrite-java-dependencies` so that workarounds like this are not necessary. * Fix last failing test (use `doAfterVisit()` again) --------- Co-authored-by: Sam Snyder <sam@moderne.io>
nmck257
pushed a commit
that referenced
this issue
Nov 12, 2024
* Update for rewrite 8.0 * Cosmetics * Fix a few more issues * Fix a few more test failures * Fix a few more test failures * Upgrade recipes to new `JavaTemplate` API * Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property * Consistently use `latest.release` or `latest.integration` * Revert "Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property" This reverts commit 897d59e79c9515564da45911ce2246934c5b1ae7. * Migrate to new `Recipe#getInitialState(ExecutionContext)` API * Polish * Fix a broken test Due to reversal of logic after inlining `doAfterVisit()` logic. * Fix another broken test We should change the `UpgradeDependencyVersion` in `rewrite-java-dependencies` so that workarounds like this are not necessary. * Fix last failing test (use `doAfterVisit()` again) --------- Co-authored-by: Sam Snyder <sam@moderne.io>
MBoegers
pushed a commit
to MBoegers/rewrite
that referenced
this issue
Dec 18, 2024
* Update for rewrite 8.0 * Cosmetics * Fix a few more issues * Fix a few more test failures * Fix a few more test failures * Upgrade recipes to new `JavaTemplate` API * Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property * Consistently use `latest.release` or `latest.integration` * Revert "Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property" This reverts commit 897d59e79c9515564da45911ce2246934c5b1ae7. * Migrate to new `Recipe#getInitialState(ExecutionContext)` API * Polish * Fix a broken test Due to reversal of logic after inlining `doAfterVisit()` logic. * Fix another broken test We should change the `UpgradeDependencyVersion` in `rewrite-java-dependencies` so that workarounds like this are not necessary. * Fix last failing test (use `doAfterVisit()` again) --------- Co-authored-by: Sam Snyder <sam@moderne.io>
MBoegers
pushed a commit
to MBoegers/rewrite
that referenced
this issue
Dec 18, 2024
* Update for rewrite 8.0 * Cosmetics * Fix a few more issues * Fix a few more test failures * Fix a few more test failures * Upgrade recipes to new `JavaTemplate` API * Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property * Consistently use `latest.release` or `latest.integration` * Revert "Replace `getRecipeList()` overrides with `@Getter(lazy = true)` property" This reverts commit 897d59e79c9515564da45911ce2246934c5b1ae7. * Migrate to new `Recipe#getInitialState(ExecutionContext)` API * Polish * Fix a broken test Due to reversal of logic after inlining `doAfterVisit()` logic. * Fix another broken test We should change the `UpgradeDependencyVersion` in `rewrite-java-dependencies` so that workarounds like this are not necessary. * Fix last failing test (use `doAfterVisit()` again) --------- Co-authored-by: Sam Snyder <sam@moderne.io>
knutwannheden
added a commit
that referenced
this issue
Mar 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fully qualified annotations types are nested under J.FieldAccess which is not supported by SemanticallyEquals
The text was updated successfully, but these errors were encountered: