Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

After editing the source code issue lines does no more match #5

Open
guwirth opened this issue May 31, 2019 · 2 comments
Open

After editing the source code issue lines does no more match #5

guwirth opened this issue May 31, 2019 · 2 comments
Labels
question Further information is requested

Comments

@guwirth
Copy link
Contributor

guwirth commented May 31, 2019

After editing source code files the lines in the Error List does no more match.

As an user I like to jump always to the correct line, even if source code has been modified.

Maybe this works only with restrictions:

  • if file is not saved
    ...
@netspiri
Copy link
Contributor

netspiri commented Aug 2, 2019

This is to be expected and it is very difficult to track user changes in relation to Sonar-provided information.

Sonar does provide a file hash which we may use to identify out-of-sync sources. Future work should consider comparing the Sonar-provided hash with the current source file hash to determine if line synchronization is possible. If not, a warning should be displayed detailing the synchronization issue.

@guwirth
Copy link
Contributor Author

guwirth commented Aug 2, 2019

@netspiri question is if there is no way in Source Code Editor to detect 'new lines'? The Editor itself marks changed lines 'yellow'?

@guwirth guwirth added the question Further information is requested label Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants