отображение совпадений и различий.
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.Vector;
|
||||
public class SapforTasksResults_json {
|
||||
//---
|
||||
public PackageSummary root = null;
|
||||
public DefaultMutableTreeNode comparison_root = null;
|
||||
public PackageSummary comparison_root = null;
|
||||
//---
|
||||
@Expose
|
||||
public long StartDate = 0;
|
||||
@@ -94,7 +94,7 @@ public class SapforTasksResults_json {
|
||||
//--
|
||||
stateSummary.count++;
|
||||
matchesSummary.count++;
|
||||
root.count++;
|
||||
comparison_root.count++;
|
||||
//--
|
||||
if (configurationNode == null) {
|
||||
configurationNode = new ConfigurationSummary(configuration_id, task);
|
||||
@@ -113,7 +113,7 @@ public class SapforTasksResults_json {
|
||||
}
|
||||
//---
|
||||
if (matchesSummary.count > 0) {
|
||||
root.add(matchesSummary);
|
||||
comparison_root.add(matchesSummary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user