You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid nullability on parameter `event` in method `dispatchKeyEvent`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
19
+
Invalid nullability on type android.view.KeyEvent in parameter `event` in method `dispatchKeyEvent`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `event` in method `dispatchKeyShortcutEvent`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
21
+
Invalid nullability on type android.view.KeyEvent in parameter `event` in method `dispatchKeyShortcutEvent`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `newConfig` in method `onMultiWindowModeChanged`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
23
+
Invalid nullability on type android.content.res.Configuration in parameter `newConfig` in method `onMultiWindowModeChanged`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `newConfig` in method `onPictureInPictureModeChanged`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
25
+
Invalid nullability on type android.content.res.Configuration in parameter `newConfig` in method `onPictureInPictureModeChanged`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `onRetainNonConfigurationInstance` return. Overrides of unannotated super method cannot be Nullable.
27
+
Invalid nullability on type java.lang.Object in method `onRetainNonConfigurationInstance` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid type parameter name "VM". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid nullability on parameter `tintMode` in method `setTintMode`. Parameters of overrides cannot be NonNull if super parameter is Nullable.
3
+
Invalid nullability on type android.graphics.PorterDuff.Mode in parameter `tintMode` in method `setTintMode`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is nullable.
Invalid nullability on parameter `mode` in method `onSupportActionModeFinished`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
55
+
Invalid nullability on type androidx.appcompat.view.ActionMode in parameter `mode` in method `onSupportActionModeFinished`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `mode` in method `onSupportActionModeStarted`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
57
+
Invalid nullability on type androidx.appcompat.view.ActionMode in parameter `mode` in method `onSupportActionModeStarted`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `callback` in method `onWindowStartingSupportActionMode`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
59
+
Invalid nullability on type androidx.appcompat.view.ActionMode.Callback in parameter `callback` in method `onWindowStartingSupportActionMode`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
61
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
63
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
65
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
67
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
69
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `onCreateInputConnection` return. Overrides of unannotated super method cannot be Nullable.
71
+
Invalid nullability on type android.view.inputmethod.InputConnection in method `onCreateInputConnection` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `outAttrs` in method `onCreateInputConnection`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
73
+
Invalid nullability on type android.view.inputmethod.EditorInfo in parameter `outAttrs` in method `onCreateInputConnection`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `context` in method `setTextAppearance`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
75
+
Invalid nullability on type android.content.Context in parameter `context` in method `setTextAppearance`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
77
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getText` return. Overrides of unannotated super method cannot be Nullable.
79
+
Invalid nullability on type android.text.Editable in method `getText` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `onCreateInputConnection` return. Overrides of unannotated super method cannot be Nullable.
81
+
Invalid nullability on type android.view.inputmethod.InputConnection in method `onCreateInputConnection` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `outAttrs` in method `onCreateInputConnection`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
83
+
Invalid nullability on type android.view.inputmethod.EditorInfo in parameter `outAttrs` in method `onCreateInputConnection`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
85
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
87
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
89
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
91
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getListView` return. Overrides of unannotated super method cannot be Nullable.
93
+
Invalid nullability on type android.widget.ListView in method `getListView` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on method `getCustomSelectionActionModeCallback` return. Overrides of unannotated super method cannot be Nullable.
95
+
Invalid nullability on type android.view.ActionMode.Callback in method `getCustomSelectionActionModeCallback` return. Method override cannot use a nullable type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `filters` in method `setFilters`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
97
+
Invalid nullability on type android.text.InputFilter[] in parameter `filters` in method `setFilters`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Return type of method androidx.appsearch.app.GenericDocument.getPropertyDocumentArray(String) is a nullable collection (`androidx.appsearch.app.GenericDocument[]`); must be non-null
3
+
Return type of method androidx.appsearch.app.GenericDocument.getPropertyDocumentArray(String) uses a nullable collection (`androidx.appsearch.app.GenericDocument[]`); must be non-null
Return type of method androidx.appsearch.app.GenericDocument.getPropertyStringArray(String) is a nullable collection (`java.lang.String[]`); must be non-null
5
+
Return type of method androidx.appsearch.app.GenericDocument.getPropertyStringArray(String) uses a nullable collection (`java.lang.String[]`); must be non-null
Invalid type parameter name "KeyType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid type parameter name "KeyType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid type parameter name "ValueType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid type parameter name "ValueType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid type parameter name "ValueType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid type parameter name "BuilderType". Type parameter names must follow the Google naming guidelines specified here: https://developer.android.com/kotlin/style-guide#type_variable_names
Invalid nullability on parameter `base` in method `apply`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
7
+
Invalid nullability on type org.junit.runners.model.Statement in parameter `base` in method `apply`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
Invalid nullability on parameter `description` in method `apply`. Parameters of overrides cannot be NonNull if the super parameter is unannotated.
9
+
Invalid nullability on type org.junit.runner.Description in parameter `description` in method `apply`. Parameter in method override cannot use a non-null type when the corresponding type from the super method is platform-nullness.
0 commit comments