mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-26205 - IOOBE: FaultyState.printOn
This commit is contained in:
@@ -49,7 +49,9 @@ public class FaultyState extends ReadableState {
|
||||
printer.mark();
|
||||
for (int i = 0; i < myMessages.size(); i++) {
|
||||
printExceptionHeader(printer, myMessages.get(i));
|
||||
printer.print(myStackTraces.get(i) + CompositePrintable.NEW_LINE, ConsoleViewContentType.ERROR_OUTPUT);
|
||||
if (i < myStackTraces.size()) {
|
||||
printer.print(myStackTraces.get(i) + CompositePrintable.NEW_LINE, ConsoleViewContentType.ERROR_OUTPUT);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user