PT #165285833: XML beans for VScode, Theia and Atom

This commit is contained in:
BoykoAlex
2019-04-16 18:09:33 -04:00
parent 3010ab046d
commit bfca34e77d
17 changed files with 64 additions and 46 deletions

View File

@@ -108,7 +108,8 @@ public final class JandexClasspath implements ClasspathIndex {
@Override
public Flux<Tuple2<IType, Double>> camelcaseSearchTypes(String searchTerm, boolean includeBinaries,
boolean includeSystemLibs) {
throw new UnsupportedOperationException("Not implemented for Jandex index!");
// throw new UnsupportedOperationException("Not implemented for Jandex index!");
return fuzzySearchTypes(searchTerm, includeBinaries, includeSystemLibs);
}
@Override