java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Fix compiler warnings output when compiling with Bazel.

Open brown opened this issue 2 years ago • 0 comments

The activeDocuments map in FileStore maps Path to content, but in a couple of places the code calls activeDocuments.get() with URIs instead of Paths.

The code looks wrong but I do not know whether the change I made is correct.

brown avatar Jan 21 '23 22:01 brown