// "Invert If Condition" "true" class A { public void foo() { for (int i = 0;;i++) { if (!c) { continue; } a(); } } }