mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
method ref: access static method via instance quickfix fixed
This commit is contained in:
+2
-1
@@ -87,7 +87,8 @@ public class ReplaceExpressionUtil {
|
||||
i == JavaElementType.THIS_EXPRESSION ||
|
||||
i == JavaElementType.SUPER_EXPRESSION ||
|
||||
i == JavaElementType.CLASS_OBJECT_ACCESS_EXPRESSION ||
|
||||
i == JavaElementType.LAMBDA_EXPRESSION) {
|
||||
i == JavaElementType.LAMBDA_EXPRESSION ||
|
||||
i == JavaElementType.METHOD_REF_EXPRESSION ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user