sonar-openedge icon indicating copy to clipboard operation
sonar-openedge copied to clipboard

SonarLint locks source files for long periods of time

Open movedoa opened this issue 4 months ago • 6 comments

Since the update to 3.3.1 (maybe 3.3.0) we have a big problem. SonarLint (Eclipse) seems to lock source files for long periods of time.

A simple example to reproduce this on our side is ->

  1. Change something in a source file and save the file, SonarLint runs.
  2. Try to revert that file that was just changed in version control.

The revert doesn't work since the file is locked. In SVN (which we use) we now have to close down devstudio, run a cleanup and restart to fix the problem.

This is a BIG issue for us since the same can happen on merge or update or any other process that changes the files.

Disabling SonarLint fixed the issue.

movedoa avatar Aug 27 '25 14:08 movedoa