Fred Bricon

Results 583 comments of Fred Bricon

@jkone27 actually show your project's effective pom (`mvn help:effective-pom`) or if you have the [Maven extension ](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) installed, Right click on the project in the Maven view, and select "Show...

It's a bug in upstream JDT, reported as https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1016

Actually still an issue if the category is empty meh

This is weird, the generated builder is shown in the outline, but not the other generated code. @snjeza any idea why?

@snjeza ok so we might want to expose a setting to show generated symbols in the outline. So that we can keep it fast by default and users who really...

and that also means [#2452](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2452) did not cover the case of generated classes, only methods.

Code LGTM, but I haven't tested it. @datho7561 have you?

So the problem is due to jdt.ls bringing in new versions of eclipse junit support, which now requires vscode-java-test to ship junit6 specific bundles. So the proper fix would be...

@LorenzoBettini stick to 1.47 for now. We'll either have a new vscode-java release or pre-release restoring JUnit 6 support today hopefully, by Monday at the latest.