Closed rcasia closed 1 month ago
Noticed that when running tests that contain reflection (as this one here) throw this errors with this message:
Request processing failed: java.lang.IllegalArgumentException: Name for argument
of type [int] not specified, and parameter name information not available via reflection.
Ensure that the compiler uses the '-parameters' flag.
It is solved when adding org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
to ./your-project/.settings/org.eclipse.jdt.core.prefs
Relates to #75
This is maybe what should have been done in the first place.
Reasons to use jdtls compiler are:
TODO: