-
I faced an issue where when a java file is open the the project imports can't be resolved.
The workaround is to wipe the project data and restart the server at every time when nvim is re opened.
…
-
For example if i have a project which uses lombok, the parsed editor code doesn't take the annotation processor contributed symbols into consideration. The build project works fine since the gradle or…
-
As the end of support of JVM 11 would be in exactly 1 year (September 2023) this repository should probably consider moving to the next stable JVM release (JVM 17) while adopting the features that hav…
-
**Describe the bug**
```java
private void test (@NonNull String @NonNull [] args)
```
Such double annotation allows null strings in the array.
**To Reproduce**
Define test functions
```java
…
-
It has come to my attention that apparently AIMSICD has become even more popular the less it works.
I will say the following not out of disrespect for the many contributors and all the hard labor …
E3V3A updated
11 months ago
-
Gradle 8.7 multi-project, JDK 21.0.2, Lombok gradle plugin
**Works in IDEA, doesn't work in Gradle...**
`id("io.ebean") version "latest.release"`
`testAnnotationProcessor("io.ebean:querybean-…
-
spring-boot-parent-2.2.6.RELEASE.pom
```
4.0.0
org.springframework.boot
spring-boot-dependencies
2.3.3.RELEASE
spring-boot-starter-parent
pom
spring-boot-star…
-
### Expected behavior
Related to https://github.com/mapstruct/mapstruct/issues/3475
I got exception trying to use external class method in expression for target = "." (target this)
```
@Mapper(c…
-
Type: Performance Issue
Not running my code
VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System I…
-
### LSP client configuration
Hello!
I'm setting up neovim to work with java.
I have a maven project that uses spring boot and Lombok.
I have managed to setup the plugin and the lsp.
Everything…
led93 updated
1 month ago