mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
more diagnostics
This commit is contained in:
+3
@@ -872,6 +872,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
|
||||
myDaemonCodeAnalyzer.restart();
|
||||
try {
|
||||
List<HighlightInfo> infos = doHighlighting();
|
||||
log.append("File text: '" + getFile().getText() + "'\n");
|
||||
log.append("infos: " + infos + "\n");
|
||||
assertEmpty(filter(infos,HighlightSeverity.ERROR));
|
||||
|
||||
@@ -880,6 +881,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
|
||||
|
||||
type(' ');
|
||||
infos = doHighlighting();
|
||||
log.append("File text: '" + getFile().getText() + "'\n");
|
||||
log.append("infos: " + infos + "\n");
|
||||
assertEmpty(filter(infos,HighlightSeverity.ERROR));
|
||||
|
||||
@@ -888,6 +890,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
|
||||
|
||||
backspace();
|
||||
infos = doHighlighting();
|
||||
log.append("File text: '" + getFile().getText() + "'\n");
|
||||
log.append("infos: " + infos + "\n");
|
||||
assertEmpty(filter(infos,HighlightSeverity.ERROR));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user