-
Notifications
You must be signed in to change notification settings - Fork 1
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
JGit Diffentry misses file changes #9
Comments
One more example:
|
I debugged the case for the Greenbits project. In commit This seems to me like a bug in RMiner. I'll open an issue there. |
Just opened it: tsantalis/RefactoringMiner#89 |
Nevertheless we are doing the right thing: moving to the next one, in case RMiner identifies this strange refactorings in new files. I’ll close this issue for now. |
Why did you re-open this one? |
Related to issue refactoring-ai/predicting-refactoring-ml#165
Refactoringminer detects refactorings to files, that are not linked by Diffentry, e.g:
Error:
2020-03-13 18:49:17 ERROR RefactoringAnalyzer:94 Refactoring miner found a refactoring for a newly introduced class file on commit: 85c68373dabe32334933bdf6e67091534fc1504a for new class file: fluentlenium-core/src/main/java/org/fluentlenium/adapter/FluentTest.java
File on current commit:
https://github.com/FluentLenium/FluentLenium/blob/85c68373dabe32334933bdf6e67091534fc1504a/fluentlenium-core/src/main/java/org/fluentlenium/adapter/FluentTest.java
Same file on Commit Parent:
https://github.com/FluentLenium/FluentLenium/tree/fe28c1348e70c0f4c2dbb209f3a54695aa7ec9ff/fluentlenium-core/src/main/java/org/fluentlenium/core/test
The text was updated successfully, but these errors were encountered: