Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f222d commit 4f5063cCopy full SHA for 4f5063c
sqldev/src/main/java/org/utplsql/sqldev/ui/runner/RunnerPanel.java
@@ -479,22 +479,11 @@ private void setCurrentRun(final Run run) {
479
}
480
481
482
- private void showDockable() {
483
- try {
484
- if (!RunnerFactory.getDockable().isVisible()) {
485
- RunnerFactory.showDockable();
486
- }
487
- } catch (Throwable t) {
488
- // ignore
489
490
491
-
492
private void enableOrDisableStopButton() {
493
stopButton.setEnabled(currentRun.getEndTime() == null);
494
495
496
public synchronized void update(final String reporterId) {
497
- showDockable();
498
enableOrDisableStopButton();
499
setCurrentRun(runs.get(reporterId));
500
final int row = currentRun.getCurrentTestNumber() - 1;
0 commit comments