mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
show method calls with () in "Replace with bulk method call" inspection messages
GitOrigin-RevId: cc40c33ea4729b0faaecefe3e67287ece06090bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
659cdfc319
commit
ea834397dc
@@ -1,4 +1,4 @@
|
||||
// "Replace iteration with bulk 'Collection.addAll' call" "true"
|
||||
// "Replace iteration with bulk 'Collection.addAll()' call" "true"
|
||||
import java.util.*;
|
||||
|
||||
public class Collect {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace iteration with bulk 'Collection.addAll' call" "true"
|
||||
// "Replace iteration with bulk 'Collection.addAll()' call" "true"
|
||||
import java.util.*;
|
||||
|
||||
public class Collect {
|
||||
|
||||
Reference in New Issue
Block a user