Skip to content
Snippets Groups Projects
Commit 7b8aeb3a authored by maysam zoor's avatar maysam zoor
Browse files

update

parent eedb6b0c
No related branches found
No related tags found
4 merge requests!323Compare latency detailed analysis,!321Compare latency detailed analysis,!320Compare latency detailed analysis,!313Compare latency detailed anlysis
...@@ -56,7 +56,7 @@ public class latencyDetailedAnalysisMain { ...@@ -56,7 +56,7 @@ public class latencyDetailedAnalysisMain {
List<TMLComponentDesignPanel> cpanels; List<TMLComponentDesignPanel> cpanels;
TMLComponentDesignPanel compdp; TMLComponentDesignPanel compdp;
TURTLEPanel tp = selectedTab; TURTLEPanel tp = selectedTab;
TMLArchiPanel tmlap = (TMLArchiPanel) tp;
// tmlap = (TMLArchiPanel) tp; // tmlap = (TMLArchiPanel) tp;
if (mainGUI_compare.gtm == null) { if (mainGUI_compare.gtm == null) {
...@@ -64,6 +64,8 @@ public class latencyDetailedAnalysisMain { ...@@ -64,6 +64,8 @@ public class latencyDetailedAnalysisMain {
} else { } else {
if (mainGUI_compare.gtm.getTMLMapping() != null) { if (mainGUI_compare.gtm.getTMLMapping() != null) {
TMLArchiPanel tmlap = (TMLArchiPanel) tp;
TMLMapping<TGComponent> map = mainGUI_compare.gtm.getTMLMapping(); TMLMapping<TGComponent> map = mainGUI_compare.gtm.getTMLMapping();
for (TGComponent component : tmlap.tmlap.getComponentList()) { for (TGComponent component : tmlap.tmlap.getComponentList()) {
tmlNodesToValidate.add(component); tmlNodesToValidate.add(component);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment