Loading de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/PreAnalyzer.java +20 −8 Original line number Diff line number Diff line Loading @@ -54,6 +54,17 @@ public class PreAnalyzer implements Callable<Boolean> { } else { boolean isASN = false; if (i.getSpec() != null) { for (String s : i.getSpec().getTxt()) { if (s.contains("ASN")) { isASN = true; break; } } } if (!isASN) { synchronized (TTCN3GlobalScopeProvider.IMPORTS) { if (TTCN3GlobalScopeProvider.IMPORTS.containsKey(this.resource)) { TTCN3GlobalScopeProvider.IMPORTS.get(this.resource) Loading @@ -63,6 +74,7 @@ public class PreAnalyzer implements Callable<Boolean> { initializeImportedObjects(i, importedModule)); } } } } } Loading Loading
de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/PreAnalyzer.java +20 −8 Original line number Diff line number Diff line Loading @@ -54,6 +54,17 @@ public class PreAnalyzer implements Callable<Boolean> { } else { boolean isASN = false; if (i.getSpec() != null) { for (String s : i.getSpec().getTxt()) { if (s.contains("ASN")) { isASN = true; break; } } } if (!isASN) { synchronized (TTCN3GlobalScopeProvider.IMPORTS) { if (TTCN3GlobalScopeProvider.IMPORTS.containsKey(this.resource)) { TTCN3GlobalScopeProvider.IMPORTS.get(this.resource) Loading @@ -63,6 +74,7 @@ public class PreAnalyzer implements Callable<Boolean> { initializeImportedObjects(i, importedModule)); } } } } } Loading