Svatopluk Dedic
Svatopluk Dedic
**Describe the bug** After I attached VisualVM to NetBeans IDE, and let VisualVM instrument for CPU profiling the IDE locked up **To Reproduce** Steps to reproduce the behavior: 1. Run...
Dependency tree is exported from Gradle, using *still nonpublic* `project.dependency` API. I admit I need it functioning for the NBLS server, so I propose to go short-term with **implementation** dependency...
This PR actually consists of a series of features. I should probably make separate requests for that, but ... that would prolong the review process, I believe. The overall goal...
When starting NB IDE, I have noticed that `*-compat8` module fragments are enabled - although they should not. `commit-validation` checks that all dependencies in the distribution are up-to-date, so no...
Note: this is the last "feature" PR - it depends on #4729. This PR will be rebased on whatever version #4729 evolves into. The PR builds on top of `BuildPropertiesSupport`...
In Oracle Luna Labs environment, where Apache NBLS runs alongside Microsoft Java support, we've encountered an interesting situation: - the client starts from a pristine VM. No Gradle or Maven...
I have a request similar to #713, but more generic: that the Create Project list of project types could be extensible - and other extensions could contribute to it. Adding...
### Description An `ErrorProvider` must create Diagnostic objects through its Builder, so it cannot control (maintain) the identity easily. But it needs to somehow allow to pair previous and current...
### Description If a project uses annotations like `io.micronaut.http.annotation.Get` and does not include `io.micronaut:micronaut-http-validation` annotation processor dependency, the following code can still compile: ``` @Get("/{idx}") public Optional show(Long id) {...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.84.0 - OS Version: Windows 11 Steps to Reproduce: 1. Execute code similar to the one...