PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc

This commit is contained in:
BoykoAlex
2018-05-30 17:10:34 -04:00
parent d27856da64
commit 1b33036794
63 changed files with 1555 additions and 590 deletions

View File

@@ -60,7 +60,7 @@ public class JandexClasspathTest {
}
JandexClasspath getJandexClasspath() {
return new JandexClasspath(getClasspath(), fileObserver);
return new JandexClasspath(getClasspath(), fileObserver, null);
}
public void deleteClass(String fqName, BiConsumer<BasicFileObserver, String> eventNoficator) {