org.netbeans.modules.cnd.modelimpl.debug |
|
Java Source File Name | Type | Comment |
Diagnostic.java | Class | Debugging output, collect file statistics
Usecase from test harness:
if (Diagnostic.getStatisticsLevel() == 0) {
// need to set the default level
Diagnostic.setStatisticsLevel(DEFAULT_TRACEMODEL_STATISTICS_LEVEL);
}
Diagnostic.initFileStatistics(file.getAbsolutePath());
... |
DiagnosticExceptoins.java | Class | |
DiagnosticUnresolved.java | Class | |
Terminator.java | Class | For testing purposes, allow safe closing IDE at the time of parsing finish. |
TraceFlags.java | Interface | |