|
46 | 46 | file="src/androidTest/java/androidx/appcompat/widget/AppCompatRadioButtonTest.java"/>
|
47 | 47 | </issue>
|
48 | 48 |
|
49 |
| - <issue |
50 |
| - id="NewApi" |
51 |
| - message="Call requires API level 24 (current min is 14): `onDropForTextView`" |
52 |
| - errorLine1=" ? OnDropApi24Impl.onDropForTextView(event, (TextView) view, activity)" |
53 |
| - errorLine2=" ~~~~~~~~~~~~~~~~~"> |
54 |
| - <location |
55 |
| - file="src/main/java/androidx/appcompat/widget/AppCompatReceiveContentHelper.java"/> |
56 |
| - </issue> |
57 |
| - |
58 |
| - <issue |
59 |
| - id="NewApi" |
60 |
| - message="Call requires API level 24 (current min is 14): `onDropForView`" |
61 |
| - errorLine1=" : OnDropApi24Impl.onDropForView(event, view, activity);" |
62 |
| - errorLine2=" ~~~~~~~~~~~~~"> |
63 |
| - <location |
64 |
| - file="src/main/java/androidx/appcompat/widget/AppCompatReceiveContentHelper.java"/> |
65 |
| - </issue> |
66 |
| - |
67 | 49 | <issue
|
68 | 50 | id="NewApi"
|
69 | 51 | message="Call requires API level 17 (current min is 14): `android.view.ContextThemeWrapper#applyOverrideConfiguration`"
|
|
458 | 440 | errorLine2=" ~~~~~~~~~~~~~~~">
|
459 | 441 | <location
|
460 | 442 | file="src/main/java/androidx/appcompat/widget/ActionBarContainer.java"/>
|
| 443 | + <location |
| 444 | + file="src/main/java/androidx/appcompat/widget/ActionBarContainer.java" |
| 445 | + message="Setter here"/> |
461 | 446 | </issue>
|
462 | 447 |
|
463 | 448 | <issue
|
|
476 | 461 | errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
477 | 462 | <location
|
478 | 463 | file="src/main/java/androidx/appcompat/app/AppCompatActivity.java"/>
|
| 464 | + <location |
| 465 | + file="src/main/java/androidx/appcompat/app/AppCompatActivity.java" |
| 466 | + message="Setter here"/> |
479 | 467 | </issue>
|
480 | 468 |
|
481 | 469 | <issue
|
|
485 | 473 | errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
486 | 474 | <location
|
487 | 475 | file="src/main/java/androidx/appcompat/app/AppCompatDelegate.java"/>
|
| 476 | + <location |
| 477 | + file="src/main/java/androidx/appcompat/app/AppCompatDelegate.java" |
| 478 | + message="Setter here"/> |
488 | 479 | </issue>
|
489 | 480 |
|
490 | 481 | <issue
|
|
494 | 485 | errorLine2=" ~~~~~~~~">
|
495 | 486 | <location
|
496 | 487 | file="src/main/java/androidx/appcompat/view/ContextThemeWrapper.java"/>
|
| 488 | + <location |
| 489 | + file="src/main/java/androidx/appcompat/view/ContextThemeWrapper.java" |
| 490 | + message="Setter here"/> |
497 | 491 | </issue>
|
498 | 492 |
|
499 | 493 | <issue
|
|
539 | 533 | errorLine2=" ~~~~~~~~~~">
|
540 | 534 | <location
|
541 | 535 | file="src/main/java/androidx/appcompat/view/menu/MenuItemImpl.java"/>
|
| 536 | + <location |
| 537 | + file="src/main/java/androidx/appcompat/view/menu/MenuItemImpl.java" |
| 538 | + message="Setter here"/> |
542 | 539 | </issue>
|
543 | 540 |
|
544 | 541 | <issue
|
|
3430 | 3427 | file="src/main/java/androidx/appcompat/widget/AppCompatRadioButton.java"/>
|
3431 | 3428 | </issue>
|
3432 | 3429 |
|
3433 |
| - <issue |
3434 |
| - id="UnknownNullness" |
3435 |
| - message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
3436 |
| - errorLine1=" protected synchronized void onDraw(Canvas canvas) {" |
3437 |
| - errorLine2=" ~~~~~~"> |
3438 |
| - <location |
3439 |
| - file="src/main/java/androidx/appcompat/widget/AppCompatSeekBar.java"/> |
3440 |
| - </issue> |
3441 |
| - |
3442 | 3430 | <issue
|
3443 | 3431 | id="UnknownNullness"
|
3444 | 3432 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
|
|
7102 | 7090 | file="src/main/java/androidx/appcompat/widget/SwitchCompat.java"/>
|
7103 | 7091 | </issue>
|
7104 | 7092 |
|
7105 |
| - <issue |
7106 |
| - id="UnknownNullness" |
7107 |
| - message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
7108 |
| - errorLine1=" protected void onDraw(Canvas canvas) {" |
7109 |
| - errorLine2=" ~~~~~~"> |
7110 |
| - <location |
7111 |
| - file="src/main/java/androidx/appcompat/widget/SwitchCompat.java"/> |
7112 |
| - </issue> |
7113 |
| - |
7114 | 7093 | <issue
|
7115 | 7094 | id="UnknownNullness"
|
7116 | 7095 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
|
|
7966 | 7945 | file="src/main/java/androidx/appcompat/widget/ViewStubCompat.java"/>
|
7967 | 7946 | </issue>
|
7968 | 7947 |
|
7969 |
| - <issue |
7970 |
| - id="UnknownNullness" |
7971 |
| - message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
7972 |
| - errorLine1=" protected void dispatchDraw(Canvas canvas) {" |
7973 |
| - errorLine2=" ~~~~~~"> |
7974 |
| - <location |
7975 |
| - file="src/main/java/androidx/appcompat/widget/ViewStubCompat.java"/> |
7976 |
| - </issue> |
7977 |
| - |
7978 | 7948 | <issue
|
7979 | 7949 | id="UnknownNullness"
|
7980 | 7950 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
|
|
0 commit comments