Warning Comment
This commit is contained in:
parent
d8df05b202
commit
122aa02d3d
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ public class ResourceViewPanel
|
|||
if(!textArea.isEditable())
|
||||
return true;
|
||||
|
||||
//WARNING: Any errors thrown will get swallowed by this class
|
||||
//if it fails to display it may be hiding exceptions you can't see
|
||||
|
||||
SystemErrConsole errConsole = new SystemErrConsole("Java Compile Issues");
|
||||
errConsole.setText("Error compiling class: " + viewer.cn.name +
|
||||
|
|
Loading…
Reference in a new issue