-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix crash: Caused by: java.lang.ClassCastException: java.lang.Object[… #5414
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
Conversation
4aee03f to
ad73320
Compare
Codecov Report
@@ Coverage Diff @@
## master #5414 +/- ##
============================================
- Coverage 19.88% 19.81% -0.07%
Complexity 3 3
============================================
Files 394 394
Lines 33210 33210
Branches 4666 4666
============================================
- Hits 6603 6582 -21
- Misses 25524 25543 +19
- Partials 1083 1085 +2
|
|
@tobiasKaminsky lint score need to be raised (nothing we can do about it) |
…] cannot be cast to java.lang.Void[] Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
ad73320 to
6048243
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12616.apk |
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/12616-IT |
Codacy337Lint
SpotBugs (new)
SpotBugs (master)
|
92ddf10 Merge remote-tracking branch 'origin/master' into dev 5905b1c Merge pull request #5432 from nextcloud/ezaquarii/migrate-drawer-menu-utils-to-new-user-model 4be18ad Merge pull request #5064 from nextcloud/ezaquarii/extract-account-logic-from-base-activity-into-mixin 619b5d0 Merge pull request #5419 from nextcloud/dependabot/gradle/org.projectlombok-lombok-1.18.12 2d6e73d Merge pull request #5414 from nextcloud/fixContactCrash 1bb04aa also increase annotationProcessor 6048243 Fix crash: Caused by: java.lang.ClassCastException: java.lang.Object[] cannot be cast to java.lang.Void[] 0027df9 [tx-robot] updated from transifex 6dd5d92 Merge pull request #5443 from nextcloud/fixTransifex b4db9d0 do not break line on transifex b5fb9c1 Migrate drawer menu utilities to new user model a906a14 daily dev 20200208

…] cannot be cast to java.lang.Void[]
Signed-off-by: tobiasKaminsky tobias@kaminsky.me
Testing
This is unfortunately too complex to test it in an easy way…