no message
This commit is contained in:
@@ -8,7 +8,6 @@ import Common.Utils.TextLog;
|
||||
import SapforTestingSystem.SapforTask.MatchState;
|
||||
import SapforTestingSystem.SapforTask.SapforTask;
|
||||
import SapforTestingSystem.SapforTasksPackage.SapforTasksPackage;
|
||||
import SapforTestingSystem.SapforTasksPackage.SapforTasksPackageInterface;
|
||||
import SapforTestingSystem.SapforTasksPackage.UI.SapforTasksPackageTree;
|
||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
||||
import Visual_DVM_2021.Passes.Pass_2021;
|
||||
@@ -55,7 +54,7 @@ public class SapforPackagesComparisonForm {
|
||||
TextLog log = new TextLog();
|
||||
if (Current.Check(log, Current.SapforTasksPackage)) {
|
||||
object = Current.getSapforTasksPackage();
|
||||
if (SapforTasksPackageInterface.isLoaded(object) || (Pass_2021.passes.get(PassCode_2021.DownloadSapforTasksPackage).Do(object)))
|
||||
if (object.isLoaded() || (Pass_2021.passes.get(PassCode_2021.DownloadSapforTasksPackage).Do(object)))
|
||||
showObject();
|
||||
else UI.Info("Пакет не закружен");
|
||||
} else
|
||||
@@ -76,7 +75,7 @@ public class SapforPackagesComparisonForm {
|
||||
//---
|
||||
public void showCommonTree() {
|
||||
if (object.root == null) {
|
||||
object.root = SapforTasksPackageInterface.buildTree(object);
|
||||
object.buildTree();
|
||||
}
|
||||
treePanel.add(new JScrollPane(
|
||||
new SapforTasksPackageTree(object.root,
|
||||
|
||||
Reference in New Issue
Block a user