mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
log.debug dfa inspection
This commit is contained in:
@@ -144,7 +144,9 @@ public class DataFlowRunner {
|
||||
}
|
||||
}
|
||||
|
||||
//System.out.println(instructionState);
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(instructionState.toString());
|
||||
}
|
||||
|
||||
DfaInstructionState[] after = instruction.accept(this, instructionState.getMemoryState(), visitor);
|
||||
if (after != null) {
|
||||
|
||||
Reference in New Issue
Block a user