Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/scoping/TTCN3GlobalScopeProvider.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ import de.ugoe.cs.swe.tTCN3.TTCN3Package; import de.ugoe.cs.swe.validation.TTCN3StatisticsProvider; public class TTCN3GlobalScopeProvider extends AbstractGlobalScopeProvider { // TODO: do not use this map when using the xtext eclipse editor private static final Map<Resource, IScope> staticScope = Maps.newHashMap(); @Inject Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/scoping/TTCN3GlobalScopeProvider.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ import de.ugoe.cs.swe.tTCN3.TTCN3Package; import de.ugoe.cs.swe.validation.TTCN3StatisticsProvider; public class TTCN3GlobalScopeProvider extends AbstractGlobalScopeProvider { // TODO: do not use this map when using the xtext eclipse editor private static final Map<Resource, IScope> staticScope = Maps.newHashMap(); @Inject Loading