Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/redundantCollectionOperation
Andrey.Cherkasov cc1c1cc844 [java-inspections] RedundantCollectionOperation: warn 'collection.addAll(List.of("x"))'
'collection.addAll(Set.of("x"))'
'collection.addAll(Collections.singletonList("x"))'

GitOrigin-RevId: 4a9185f774f9368fdcb5377eaeddb108b521f174
2022-01-04 21:57:31 +00:00
..