Loading plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/scoping/TDLtxScopeProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ public class TDLtxScopeProvider extends TDLScopeProvider { // catch and log the exception to avoid breaking the editor e.printStackTrace(); Validator.reload(); return super.getScope(context, reference); // return super.getScope(context, reference); return IScope.NULLSCOPE; } } Loading Loading
plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/scoping/TDLtxScopeProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ public class TDLtxScopeProvider extends TDLScopeProvider { // catch and log the exception to avoid breaking the editor e.printStackTrace(); Validator.reload(); return super.getScope(context, reference); // return super.getScope(context, reference); return IScope.NULLSCOPE; } } Loading