(String what)
| 865 | |
| 866 | |
| 867 | public void statusError(String what) { |
| 868 | super.statusError(what); |
| 869 | // new Exception("deactivating RUN").printStackTrace(); |
| 870 | // toolbar.deactivate(JavaToolbar.RUN); |
| 871 | toolbar.deactivateRun(); |
| 872 | } |
| 873 | |
| 874 | |
| 875 | public void internalCloseRunner() { |
no test coverage detected