You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the same issue occurs if you simply try to extract a local variable from within the if condition instead of performing an inlining. IntelliJ would normally split the if in a similar way.
#6
Open
agolba01 opened this issue
Jun 25, 2024
· 0 comments
I just noticed that the same issue occurs if you simply try to extract a local variable from within the if condition instead of performing an inlining. IntelliJ would normally split the if in a similar way.
I guess this is what IntelliJ tries to do under the hood for the inlining (as shown when the plugin is disabled), and the at the source of the problem.
I just noticed that the same issue occurs if you simply try to extract a local variable from within the
if
condition instead of performing an inlining. IntelliJ would normally split theif
in a similar way.I guess this is what IntelliJ tries to do under the hood for the inlining (as shown when the plugin is disabled), and the at the source of the problem.
Originally posted by @DidierLoiseau in google/google-java-format#1101 (comment)
The text was updated successfully, but these errors were encountered: