Loading plugins/Prototypes/org.etsi.mts.tdl.common/src/org/etsi/mts/tdl/scoping/TDLScopeProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -154,6 +154,8 @@ public class TDLScopeProvider extends AbstractDeclarativeScopeProvider { if (oppositeNode != null) { String targetGateName = oppositeNode.getText() .replaceAll("(?s)where\\s+it\\s+is.+", "") .replaceAll("(?s)assigned\\s*.+", "") .replaceAll("(?s).+=\\s*", "") .replaceAll("(?s)with\\s*\\{.+", "") .trim(); String[] split = targetGateName.split("\\."); Loading Loading @@ -368,7 +370,6 @@ public class TDLScopeProvider extends AbstractDeclarativeScopeProvider { } else { } if (context instanceof Block) { TestDescription testDescription = getTestDescription((Element) context); if (testDescription!=null) { Loading Loading
plugins/Prototypes/org.etsi.mts.tdl.common/src/org/etsi/mts/tdl/scoping/TDLScopeProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -154,6 +154,8 @@ public class TDLScopeProvider extends AbstractDeclarativeScopeProvider { if (oppositeNode != null) { String targetGateName = oppositeNode.getText() .replaceAll("(?s)where\\s+it\\s+is.+", "") .replaceAll("(?s)assigned\\s*.+", "") .replaceAll("(?s).+=\\s*", "") .replaceAll("(?s)with\\s*\\{.+", "") .trim(); String[] split = targetGateName.split("\\."); Loading Loading @@ -368,7 +370,6 @@ public class TDLScopeProvider extends AbstractDeclarativeScopeProvider { } else { } if (context instanceof Block) { TestDescription testDescription = getTestDescription((Element) context); if (testDescription!=null) { Loading