Marko Milic
Marko Milic
### Apache NetBeans version Apache NetBeans 19 ### What happened When I tried to run Plain SPring Boot project with Gradle support it thorw me this error. ``` Caused by:...
When Instances are created under sealed interface the **Go To navigation** does not work. ##### Environment - Operating System: - JDK version: - Visual Studio Code version: - Java extension...
When I try to find all references for private method I get nothing. Is this desired behaviour? ##### Environment - Operating System: - JDK version: - Visual Studio Code version:...
Type: Bug Steps: 1. Clone this project https://github.com/nipafx/nox.zone 2. Navigate to JDK StringTemplate.class 3. Go to 447 line of code, Processor RAW = st -> st; 4. CTRL + Left...
When the autocompletion is supposed to kick in within record that implements interface, there is nothing. ##### Environment - Operating System: - JDK version: - Visual Studio Code version: -...
When I open libarary casses such as internal JDK classes, let's say **Character.class** or **String.class**, there are no breadcrumbs present. Is this desired behaviour? ##### Environment - Operating System: -...
When I import large projects, let's take into example [spring-boot](https://github.com/spring-projects/spring-boot), I can see in bottom bar the Java notification, and to me it seems like dependecies are downloaded one by...
When I try to navigate to implementations of a method it will point me to a method with same name in wrapper class, but that wrapper class does not implement...
When I try to navigate to classname by CTRL+Left Click from the logs it can not find it. ##### Environment - Operating System: Windows 11 - JDK version: 21 -...
When I autoimport the suggested claasname, prior to enabling the fold imports, it will add new import before folded ones.  ##### Environment - Operating System: Windows 11 - JDK...