Commit b90e181
committed
Correct bug in
The `select` shouldn't be a `J.VariableDeclarations$NamedVariable`, but that variable's `J.Identifier`. This is important, because the former is not actually an instance of `Expression`, but this isn't detected due to Java's type erasure.HttpSessionInvalidate
1 parent 661d0a8 commit b90e181
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/openrewrite/java/migrate/javax
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments