| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.1.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0-beta03)" variant="all" version="8.1.0-alpha07"> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" override var useCaseCamera" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" override var useCaseCamera" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" override fun reset() {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" companion object {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun create(" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun create(" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" companion object {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraInfo.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun create(cameraProperties: CameraProperties) = Camera2CameraInfo(cameraProperties)" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraInfo.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun create(cameraProperties: CameraProperties) = Camera2CameraInfo(cameraProperties)" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraInfo.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" companion object {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/CameraPipeConfig.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" constructor(config: Config) : this(config, false)" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun <ValueT> getCaptureRequestOption(" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" override fun getConfig(): Config {" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" companion object {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun from(config: Config): Builder {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" fun from(config: Config): Builder {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="BanHideAnnotation" |
| message="@hide is not allowed in Javadoc" |
| errorLine1=" override fun getMutableConfig(): MutableConfig {" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/CaptureRequestOptions.kt"/> |
| </issue> |
| |
| <issue |
| id="CameraXQuirksClassDetector" |
| message="CameraX quirks should include this template in the javadoc:

* <p>QuirkSummary
* Bug Id:
* Description:
* Device(s):

" |
| errorLine1="class AspectRatioLegacyApi21Quirk : Quirk {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/AspectRatioLegacyApi21Quirk.kt"/> |
| </issue> |
| |
| <issue |
| id="CameraXQuirksClassDetector" |
| message="CameraX quirks should include this template in the javadoc:

* <p>QuirkSummary
* Bug Id:
* Description:
* Device(s):

" |
| errorLine1="class ExcludedSupportedSizesQuirk() : Quirk {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/ExcludedSupportedSizesQuirk.kt"/> |
| </issue> |
| |
| <issue |
| id="CameraXQuirksClassDetector" |
| message="CameraX quirks should include this template in the javadoc:

* <p>QuirkSummary
* Bug Id:
* Description:
* Device(s):

" |
| errorLine1="class ExtraCroppingQuirk : Quirk {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/ExtraCroppingQuirk.kt"/> |
| </issue> |
| |
| <issue |
| id="CameraXQuirksClassDetector" |
| message="CameraX quirks should include this template in the javadoc:

* <p>QuirkSummary
* Bug Id:
* Description:
* Device(s):

" |
| errorLine1="class ExtraSupportedSurfaceCombinationsQuirk : Quirk {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/ExtraSupportedSurfaceCombinationsQuirk.kt"/> |
| </issue> |
| |
| <issue |
| id="CameraXQuirksClassDetector" |
| message="CameraX quirks should include this template in the javadoc:

* <p>QuirkSummary
* Bug Id:
* Description:
* Device(s):

" |
| errorLine1="class Nexus4AndroidLTargetAspectRatioQuirk : Quirk {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/Nexus4AndroidLTargetAspectRatioQuirk.kt"/> |
| </issue> |
| |
| <issue |
| id="SupportAnnotationUsage" |
| message="Did you mean `@get:VisibleForTesting`? Without `get:` this annotates the constructor parameter itself instead of the associated getter." |
| errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) internal val requestListener:" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/> |
| </issue> |
| |
| </issues> |