method ref: access static method via instance quickfix fixed

This commit is contained in:
anna
2012-09-25 19:47:01 +02:00
parent a617afe1fe
commit 99ae9e1382
@@ -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;
}