(String what)
| 1283 | |
| 1284 | |
| 1285 | public void statusError(String what) { |
| 1286 | super.statusError(what); |
| 1287 | // new Exception("deactivating RUN").printStackTrace(); |
| 1288 | // toolbar.deactivate(JavaToolbar.RUN); |
| 1289 | toolbar.deactivateRun(); |
| 1290 | } |
| 1291 | |
| 1292 | |
| 1293 | public void internalCloseRunner() { |
no test coverage detected