-
Notifications
You must be signed in to change notification settings - Fork 143
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
Incorrect mapping leads to Invert Condition False Positive #558
Comments
@victorgveloso |
@pouryafard75 |
@tsantalis @victorgveloso
Also, FP for:
Probably after fixing these inaccuracies, we can discuss the main issue again which was |
apache/hbase@29cf51d#diff-d827cf8ba45db10748de68b5b3d90987bb09b2bac680030080a940173f8f45b7L148-R203
The statements involved in the detected Invert Condition Refactoring are unrelated. Notably,
while (!isUpdated)
is in line 148 andif (isUpdated)
is in line 202.The text was updated successfully, but these errors were encountered: