-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove spot bug type DM_BOXED_PRIMITIVE_FOR_COMPARE #6057
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: tobiasKaminsky <[email protected]>
… [skip ci] Signed-off-by: nextcloud-android-bot <[email protected]>
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/13906-IT |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/13908.apk |
Codacy377Lint
SpotBugs (new)
SpotBugs (master)
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/13908-IT |
@ezaquarii Also Lint does not complain, but I do not understand why this works…? |
@tobiasKaminsky |
Tried to remove it.
Then found out that Long.compare(…) is API 19+.
Signed-off-by: tobiasKaminsky [email protected]
Testing
Writing tests is very important. Please try to write some tests for your PR.
If you need help, please do not hesitate to ask in this PR for help.
unit tests
instrumented tests
UI tests