| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15"> |
| |
| <issue |
| id="BadPeriodicWorkRequestEnqueue" |
| message="Use `enqueueUniquePeriodicWork()` instead of `enqueue()`" |
| errorLine1=" /**" |
| errorLine2=" ^"> |
| <location |
| file="../../workmanager/src/main/java/androidx/work/WorkManager.java" |
| line="213" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="BadPeriodicWorkRequestEnqueue" |
| message="Use `enqueueUniquePeriodicWork()` instead of `enqueue()`" |
| errorLine1=" /**" |
| errorLine2=" ^"> |
| <location |
| file="../../workmanager/src/main/java/androidx/work/WorkManager.java" |
| line="213" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="BadPeriodicWorkRequestEnqueue" |
| message="Use `enqueueUniquePeriodicWork()` instead of `enqueue()`" |
| errorLine1=" /**" |
| errorLine2=" ^"> |
| <location |
| file="../../workmanager/src/main/java/androidx/work/WorkManager.java" |
| line="213" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="ManifestOrder" |
| message="`<uses-permission>` tag appears after `<application>` tag" |
| errorLine1=" <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="53" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.work.integration.testapp.ForegroundWorker is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| errorLine1=" val channel = NotificationChannel(id, name, NotificationManager.IMPORTANCE_LOW)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ForegroundWorker.kt" |
| line="81" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.work.integration.testapp.ForegroundWorker is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| errorLine1=" channel.description = description" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ForegroundWorker.kt" |
| line="82" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.work.integration.testapp.ForegroundWorker is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| errorLine1=" channel.lockscreenVisibility = Notification.VISIBILITY_PRIVATE" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ForegroundWorker.kt" |
| line="83" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.work.integration.testapp.ForegroundWorker is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| errorLine1=" notificationManager.createNotificationChannel(channel)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ForegroundWorker.kt" |
| line="84" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 16, the call containing class androidx.work.integration.testapp.imageprocessing.ImageProcessingActivity is not annotated with @RequiresApi(x) where x is at least 16. Either annotate the containing class with at least @RequiresApi(16) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(16)." |
| errorLine1=" && Build.VERSION.SDK_INT >= 16 && data.getClipData() != null) {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="95" |
| column="56"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 16, the call containing class androidx.work.integration.testapp.imageprocessing.ImageProcessingActivity is not annotated with @RequiresApi(x) where x is at least 16. Either annotate the containing class with at least @RequiresApi(16) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(16)." |
| errorLine1=" int count = data.getClipData().getItemCount();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="97" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 16, the call containing class androidx.work.integration.testapp.imageprocessing.ImageProcessingActivity is not annotated with @RequiresApi(x) where x is at least 16. Either annotate the containing class with at least @RequiresApi(16) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(16)." |
| errorLine1=" String uriString = data.getClipData().getItemAt(i).getUri().toString();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="101" |
| column="41"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 21, the call containing class null is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)." |
| errorLine1=" jobScheduler.cancelAll();" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="490" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 21, the call containing class null is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)." |
| errorLine1=" jobScheduler.schedule(" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="492" |
| column="38"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 21, the call containing class null is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)." |
| errorLine1=" new JobInfo.Builder(" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="493" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 21, the call containing class null is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)." |
| errorLine1=" .setMinimumLatency(10 * 60 * 1000)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="496" |
| column="42"/> |
| </issue> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 21, the call containing class null is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)." |
| errorLine1=" .build());" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="497" |
| column="42"/> |
| </issue> |
| |
| <issue |
| id="RestrictedApi" |
| message="Builder.put can only be called from within the same library group (groupId=androidx.work)" |
| errorLine1=" .put("sleep_time", delay)" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="172" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="AllowBackup" |
| message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html" |
| errorLine1=" <application" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="20" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="StaticFieldLeak" |
| message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)" |
| errorLine1=" mBitmapLoadTask = new android.os.AsyncTask<Image, Void, Bitmap>() {" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="75" |
| column="35"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.integer.channel_importance` appears to be unused" |
| errorLine1=" <integer name="channel_importance">3</integer>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="41" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.integer.notification_id` appears to be unused" |
| errorLine1=" <integer name="notification_id">1</integer>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="44" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mImageRecyclerViewAdapter` of class `ImageProcessingActivity` requires synthetic accessor" |
| errorLine1=" mImageRecyclerViewAdapter.updateList(images);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="65" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mShouldLoad` of class `ViewHolder` requires synthetic accessor" |
| errorLine1=" if (mShouldLoad) {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="78" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mImageView` of class `ViewHolder` requires synthetic accessor" |
| errorLine1=" mImageView.setImageBitmap(bitmap);" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="80" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTextView` of class `ViewHolder` requires synthetic accessor" |
| errorLine1=" mTextView.setText(image.mOriginalAssetName);" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="81" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mProgressBar` of class `ViewHolder` requires synthetic accessor" |
| errorLine1=" mProgressBar.setVisibility(View.GONE);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="82" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mImageView` of class `ViewHolder` requires synthetic accessor" |
| errorLine1=" mImageView.setVisibility(View.VISIBLE);" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="83" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` method `scheduleWork` of class `RetryActivity` requires synthetic accessor" |
| errorLine1=" scheduleWork("one", 3, 0.2);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RetryActivity.java" |
| line="63" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` method `scheduleWork` of class `RetryActivity` requires synthetic accessor" |
| errorLine1=" scheduleWork("two", 5, 0.5);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RetryActivity.java" |
| line="64" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTextView` of class `RetryActivity` requires synthetic accessor" |
| errorLine1=" mTextView.setText("nothing to show");" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RetryActivity.java" |
| line="79" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTextView` of class `RetryActivity` requires synthetic accessor" |
| errorLine1=" mTextView.setText(text);" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RetryActivity.java" |
| line="81" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="MissingApplicationIcon" |
| message="Should explicitly set `android:icon`, there is no default" |
| errorLine1=" <application" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="20" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ButtonStyle" |
| message="Buttons in button bars should be borderless; use `style="?android:attr/buttonBarButtonStyle"` (and `?android:attr/buttonBarStyle` on the parent)" |
| errorLine1=" <Button android:id="@+id/schedule_delay"" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="96" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="ButtonStyle" |
| message="Buttons in button bars should be borderless; use `style="?android:attr/buttonBarButtonStyle"` (and `?android:attr/buttonBarStyle` on the parent)" |
| errorLine1=" <Button android:id="@+id/coroutine_sleep"" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="104" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="Autofill" |
| message="Missing `autofillHints` attribute" |
| errorLine1=" <EditText android:id="@+id/delay_in_ms"" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="78" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <com.google.android.material.floatingactionbutton.FloatingActionButton" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_image_processing.xml" |
| line="34" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <com.google.android.material.floatingactionbutton.FloatingActionButton" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_image_processing.xml" |
| line="45" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/item_processed_image.xml" |
| line="29" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="SetTextI18n" |
| message="String literal in `setText` can not be translated. Use Android resources instead." |
| errorLine1=" mTextView.setText("nothing to show");" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RetryActivity.java" |
| line="79" |
| column="47"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Infinite Work + Charging Constraint", should use `@string` resource" |
| errorLine1=" android:text="Infinite Work + Charging Constraint"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="36" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Infinite Work + Network Constraint", should use `@string` resource" |
| errorLine1=" android:text="Infinite Work + Network Constraint"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="44" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Enqueue Battery Not Low Work", should use `@string` resource" |
| errorLine1=" android:text="Enqueue Battery Not Low Work"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="52" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Sherlock Holmes", should use `@string` resource" |
| errorLine1=" android:text="Sherlock Holmes"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="60" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Image Processing", should use `@string` resource" |
| errorLine1=" android:text="Image Processing"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="68" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Observe Image URI", should use `@string` resource" |
| errorLine1=" android:text="Observe Image URI"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="76" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Delay in ms", should use `@string` resource" |
| errorLine1=" android:hint="Delay in ms"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="85" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "0", should use `@string` resource" |
| errorLine1=" android:text="0"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="88" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Schedule w/ Delay", should use `@string` resource" |
| errorLine1=" android:text="Schedule w/ Delay"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="102" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Coroutine Sleep", should use `@string` resource" |
| errorLine1=" android:text="Coroutine Sleep"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="110" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Coroutine Cancel", should use `@string` resource" |
| errorLine1=" android:text="Coroutine Cancel"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="120" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Click", should use `@string` resource" |
| errorLine1=" android:text="Click"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/retry_activity.xml" |
| line="24" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" protected void onCreate(final Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/sherlockholmes/AnalyzeSherlockHolmesActivity.java" |
| line="50" |
| column="35"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public String mProcessedFilePath;" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/Image.java" |
| line="34" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public Bitmap mImage;" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/Image.java" |
| line="39" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" void insert(Image image);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/ImageDao.java" |
| line="37" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" List<Image> getImages();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/ImageDao.java" |
| line="45" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" int setProcessed(String originalAssetName, String processedFilePath);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/ImageDao.java" |
| line="54" |
| column="22"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" int setProcessed(String originalAssetName, String processedFilePath);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/ImageDao.java" |
| line="54" |
| column="48"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" LiveData<List<Image>> getImagesLiveData();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/ImageDao.java" |
| line="62" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="49" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" protected void onActivityResult(int requestCode, int resultCode, Intent data) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageProcessingActivity.java" |
| line="93" |
| column="70"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="117" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="117" |
| column="42"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public void onBindViewHolder(ViewHolder holder, int position) {" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="124" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public void onViewRecycled(ViewHolder holder) {" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/imageprocessing/ImageRecyclerViewAdapter.java" |
| line="129" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/MainActivity.java" |
| line="74" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static String TAG = "RecursiveWorker";" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/RecursiveWorker.java" |
| line="34" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static TestDatabase getInstance(Context context) {" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/TestDatabase.java" |
| line="38" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static TestDatabase getInstance(Context context) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/TestDatabase.java" |
| line="38" |
| column="44"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public abstract WordCountDao getWordCountDao();" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/TestDatabase.java" |
| line="51" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public abstract ImageDao getImageDao();" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/TestDatabase.java" |
| line="58" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static OneTimeWorkRequest.Builder create(String inputFile) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/sherlockholmes/TextMappingWorker.java" |
| line="50" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static OneTimeWorkRequest.Builder create(String inputFile) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/sherlockholmes/TextMappingWorker.java" |
| line="50" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static OneTimeWorkRequest.Builder create(String message) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ToastWorker.java" |
| line="45" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" public static OneTimeWorkRequest.Builder create(String message) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/ToastWorker.java" |
| line="45" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" void insertWordCount(WordCount wordCount);" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/WordCountDao.java" |
| line="37" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" LiveData<List<WordCount>> getWordCounts();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/work/integration/testapp/db/WordCountDao.java" |
| line="45" |
| column="5"/> |
| </issue> |
| |
| </issues> |