Fleet reporting error in java files
Jetbrains fleet is unable to read the files from generated classesd and other error squiggy lines show up in fleet but no problem if same project is opened on Intellij idea or vscode.
Issue reproduction : Clone/Download the reposioty at GitHub - Erudika/para: Multitenant backend server for building web and mobile apps rapidly. The backend for busy developers. (self-hosted or hosted)
After that toggle the smart mode and we will see there are several java files in red squiggy lines, but when I build and run from command line, it works fine. Morevoer, Intellij IDEA doesnot report any issue nor vscode. Please check this as this gives a poor user experience and developer is always insecured looking at the red squiggy error lines. Thanks
Please sign in to leave a comment.
Thank you for reporting!
I was able to open all the files without errors after I built the project by Maven from the command line (mvn compile) and Imported this project again in Fleet:
Though I agree that this experience indeed could be improved, so that it was easier for developer to start working with project at once with the help from the IDE.
Does it work for you the same way as for me?
Thank you!