We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fef78f + f27d6ae commit d7718c2Copy full SHA for d7718c2
com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/scoping/AbstractScopeNameProvider.java
@@ -35,7 +35,7 @@ public abstract class AbstractScopeNameProvider implements IScopeNameProvider {
35
/**
36
* Cache for the name functions associated with a given {@link EClass type}.
37
*/
38
- private final Map<EClass, Iterable<INameFunction>> nameFunctionCache = new MapMaker().concurrencyLevel(1).weakKeys().makeMap();
+ private final Map<EClass, Iterable<INameFunction>> nameFunctionCache = new MapMaker().weakKeys().makeMap();
39
40
41
* Returns the list of name functions for a given type by calling {@link #internalGetNameFunctions(EClass)}. The result is cached for subsequent calls.
0 commit comments