Jan Lahoda

Results 33 issues of Jan Lahoda

When there is a compact source file inside a test root, there's an NPE: ``` java.lang.NullPointerException: Cannot load from int array because the return value of "org.netbeans.api.java.source.TreeUtilities.findNameSpan(com.sun.source.tree.ClassTree)" is null at...

Java

This patch fixes: - code completion for `import module` - when an import name is being completed, need to properly insert the correct name, see: https://github.com/oracle/javavscode/issues/499 --- **^Add meaningful description...

Java
LSP
VSCode Extension

The `com.sun.tools.javac.file.JRTIndex` class serves two purposes: a) the keeps a package-oriented cache of directories and files inside the JRT FileSystem; b) allows to get the additional flags for classes in...

rfr
compiler