mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
18 lines
321 B
Java
18 lines
321 B
Java
// "Invert 'if' condition" "true"
|
|
class A {
|
|
void foo(boolean b, String[] entries) {
|
|
{
|
|
try {
|
|
String filePath = "";
|
|
for (String entry : entries) {
|
|
final String rootPath = "";
|
|
i<caret>f (b) {
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
finally {
|
|
}
|
|
}
|
|
}
|
|
} |