Fred Bricon
Fred Bricon
Unfortunately, signing the ECA is a requirement to contribute to Eclipse projects. Maybe taking a look at https://www.eclipse.org/legal/eca/faq/ will help you make an informed decision.
Reopening as automatically disabling nullUncheckedConversion is not a universal solution
I got something in the works
@robertonav20 I tested @rgrunber's test project and don't see the issue either, using full build. Do you have the same issue with his sample project? If not could you provide...
@robertonav20 from issue-404.zip, I have no problem with this: ```java package org.example; import java.util.LinkedHashSet; import java.util.Set; import jakarta.validation.constraints.NotNull; import jakarta.validation.constraints.Size; import jakarta.validation.constraints.Pattern; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor;...
any chance you can provide traces of the LSP messages exchanged between nvim and jdtls?
no that log is just the JLS internal logs. We want the LSP logs. I know nothing about nvim, but Chat GPT tells me you can do something like `vim.lsp.set_log_level("debug")`....
See if https://github.com/redhat-developer/vscode-java/wiki/Using-a-Proxy helps
@deb75 any update on configuring proxy access?
@luolong I'm aware of the current sad state of documentation, and no Wiki is probably not the best place to do that. I initially imagined the Wiki would be best...