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
if you select System.out.println(inLocalThread); and then perform "Extract to method" it will generate "static" method in nested class. The strange thing is that it fails only if there is method named extracted in the upper scope and if you select exactly this line.
The text was updated successfully, but these errors were encountered:
Given the following code:
if you select
System.out.println(inLocalThread);
and then perform "Extract to method" it will generate "static" method in nested class. The strange thing is that it fails only if there is method namedextracted
in the upper scope and if you select exactly this line.The text was updated successfully, but these errors were encountered: