Internal error occurred during: “Update SonarLint binding data for project ‘my-project-name’

Hey, Tobias -
That is good to know about the Java levels.

IDz 16.0.2 uses egit 5.13.0.202109080827-r
IDz 16.0.3 uses egit 6.5.0.202303070854-r
There is definitely an upgrade in egit versions.

I did notice that there was a fix by SonarLint for VSCode in 2.1.2 when it couldn’t find the git parts, but I don’t see a similar fix for Eclipse:

Not sure if I am going on a tangent, but I did look at the jar and the classes in
org.sonarlint.eclipse.core_7.8.0.63129.jar\org\sonarlint\eclipse\core\internal\vcs
and I see that class and some older ones based on the name of the class:
EGit5dot12VcsFacade – this is the one causing the problem
OldEGitVcsFacade
NoOpVcsFacade
Should it be trying to use the old version instead of the new? or is there a trigger somewhere else in the code - like that which was fixed for VSCode?

Dipen - are you using eGit in your setup?

Lydia