mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
ExplicitArrayFillingInspection: removed unnecessary imports from test (IDEA-CR-50510)
GitOrigin-RevId: 3189600dc9f48a3d2d567ec829c575f7455c9f50
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2cd49bb33b
commit
fdde0d69f0
@@ -1,8 +1,5 @@
|
||||
// "Replace loop with 'Arrays.fill()' method call" "true"
|
||||
|
||||
import org.jetbrains.annotations.Contract;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
// "Replace loop with 'Arrays.fill()' method call" "true"
|
||||
|
||||
import org.jetbrains.annotations.Contract;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class Test {
|
||||
private void test2() {
|
||||
int[][] arr = new int[10][];
|
||||
|
||||
Reference in New Issue
Block a user