Michael Bien
Michael Bien
github recently added job summaries: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ this reads like it might solve this problem too. (also requires less permissions as bonus)
maybe we should just add a comment to the maven template (which links to our JMS file) and call it a day, since this ended up more difficult than anticipated...
curious: did you measure how many modules are loaded less now? Or would this only occur during specific use cases?
> @mbien if this is fixed with dev, is this also fixed by #4165 ? @neilcsmith-net probably not. #4165 won't make completion windows appear even if there are more items...
A breakpoint is defined by the file and a line number. What is the classname filter going to do? Will it break additionally on all methods of all classes matching...
@entlicher thanks a lot for the detailed explanation! This clears things up for me. > As this is something the user should not need to change, I'd shade it by...
@BradWalker values of public final primitive fields can't change. If they do it will break existing code since compilers can inline those sometimes. It would be also safer to simply...
upstream commits show up in this PR now. This usually happens when they are pulled from a different branch (maybe delivery?) without setting the --rebase flag. Its probably better to...
can you run NB on JDK 17 so that we get a more precise NPE showing what exactly is null?
hmm. sig tests are failing but you didn't really change anything in LSP code. ``` Class org.netbeans.modules.java.lsp.server.ui.UIContext "E1.2 - API type removed" : method protected java.util.concurrent.CompletableFuture org.netbeans.modules.java.lsp.server.ui.UIContext.showQuickPick(org.netbeans.modules.java.lsp.server.protocol.ShowQuickPickParams) "E1.2 - API...