Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[analyzer] Fix results for deleted files #35

Closed
inishchith opened this issue Jun 11, 2019 · 2 comments
Closed

[analyzer] Fix results for deleted files #35

inishchith opened this issue Jun 11, 2019 · 2 comments

Comments

@inishchith
Copy link
Contributor

A file, when deleted in a commit, is incorrectly handled. REF and would lead to

  • Duplicate files ( in case the file path is changed )
  • Loosing out information related to a file.

The issue persists in CoCom and CoLic backend as the analysis performed in both the cases is at file level

issue triggered in discussion of inishchith/gsoc#6

@valeriocos I've currently worked on a fix for CoCom backend. If you agree, i can open a PR and we can review the changes and then move ahead with working on resolving the same issue for CoLic.

Thanks :)

@valeriocos
Copy link
Member

Yes, sure @inishchith , thanks

@valeriocos
Copy link
Member

Fixed with 3382cb4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants