рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -80,14 +80,14 @@ public class SPF_GetGCovInfo extends SilentSapforPass {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
if (Current.HasFile())
|
||||
Current.getFile().form.ShowGCOV();
|
||||
if (Global.mainModule.HasFile())
|
||||
Global.mainModule.getFile().form.ShowGCOV();
|
||||
for (PassControl control: controls)
|
||||
control.setIcon(getDoneIconPath());
|
||||
}
|
||||
@Override
|
||||
protected void FocusResult() {
|
||||
if (Current.HasFile())
|
||||
Current.getFile().form.FocusGCOVLog();
|
||||
if (Global.mainModule.HasFile())
|
||||
Global.mainModule.getFile().form.FocusGCOVLog();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user