Yuval Yellin
Yuval Yellin
The project I used - https://github.com/grozateofil/RomaniaInvestmentBank JDT command line - 'java', '-Xmx2G', '-noverify', '-Declipse.application=org.eclipse.jdt.ls.core.id1', '-Dosgi.bundles.defaultStartLevel=4', '-Declipse.product=org.eclipse.jdt.ls.core.product', '-Dlog.protocol=true', '-Dlog.level=ALL', '-jar', 'plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar', '-configuration', './config_linux', '-data', '/data/code_folder', '--add-modules=ALL-SYSTEM', '--add-opens java.base/java.util=ALL-UNNAMED', '--add-opens java.base/java.lang=ALL-UNNAMED' I...
[client.log](https://github.com/eclipse/eclipse.jdt.ls/files/9013226/client.log) [metadata.log](https://github.com/eclipse/eclipse.jdt.ls/files/9013227/metadata.log) Attaching metadata.log from the .metadata folder and my client log (which tracks all lsp requests, the typeDefinition errors are logged as WARNING)
lombok version 1.18.26, I don't use vscode, I start the jdt using this command 'java', '-Xmx8G', '-noverify', '-Declipse.application=org.eclipse.jdt.ls.core.id1', '-Dosgi.bundles.defaultStartLevel=4', '-Declipse.product=org.eclipse.jdt.ls.core.product', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044', '-Dlog.protocol=true', '-Dlog.level=ALL', '-javaagent:/path/to/lombok.jar', '-jar', 'plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar', '-configuration', './config_mac', '-data', '/path/to/code/',...
I think I understood when it happens - If I am opening another file with same name , eg. demo-app/src/main/java/com/demo/app/dal/User.java (called didOpen with this one), and then doing a symbolRequest...
This is the project I work on : https://github.com/shopizer-ecommerce/shopizer I basically create a thread pool of 40 threads and passed all source files and this error happens inconsistently. If I...
This is my command to start the jdt ls: ` java -Xmx3G -noverify -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044 -Dlog.protocol=true -Dlog.level=ALL -javaagent:/source/lombok.jar -jar plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar -configuration /config_mac -data /runner/_work/temp/71bdc0c9-c095-40c5-a8c4-c5572c44ec03 --add-modules=ALL-SYSTEM --add-opens java.base/java.util=ALL-UNNAMED --add-opens...