Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[incquery-dev] query specification registry

Hi

I have found some strange code in the QuerySpecificationRegistry class, method private static Set<IQuerySpecification<? extends IncQueryMatcher<? extends IPatternMatch>>> getPatternGroupOrSubTree(String packageFQN, boolean includeSubPackages).

In the body a new HashMap is created then it is checked whether it contains the key passed as an argument. This will always be false, then comes the rest of the lookup. This registry contains the specifications from the plugins from the run config right? Is there a way to query the pattern groups in the runtime (from those plugins that are only present in the runtime workspace)?

Regards,
Tomi


Back to the top