mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
LOG.assertTrue dfa treatment via checker methods
This commit is contained in:
@@ -1366,11 +1366,6 @@ class ControlFlowAnalyzer extends JavaElementVisitor {
|
||||
returnCheckingFinally();
|
||||
return true;
|
||||
}
|
||||
if ("assertTrue".equals(methodName)) {
|
||||
pushParameters(params, 0);
|
||||
conditionalExit(exitPoint, false);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user