mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
EmptyStatementBodyInspection: delete body on empty foreach
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Delete element" "true"
|
||||
class Test {
|
||||
void test(String[] arr) {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
// "Delete element" "true"
|
||||
class Test {
|
||||
void test(String[] arr) {
|
||||
fo<caret>r (String string : arr) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user