| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.1.0-alpha02" type="baseline" client="cli" name="Lint" variant="all" version="7.1.0-alpha02"> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mRoot` of class `ArcMotionUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mTransition);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ArcMotionUsage.java" |
| line="58" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTransition` of class `ArcMotionUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mTransition);" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ArcMotionUsage.java" |
| line="58" |
| column="65"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTarget` of class `ArcMotionUsage` requires synthetic accessor" |
| errorLine1=" FrameLayout.LayoutParams lp = (FrameLayout.LayoutParams) mTarget.getLayoutParams();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ArcMotionUsage.java" |
| line="59" |
| column="74"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mTarget` of class `ArcMotionUsage` requires synthetic accessor" |
| errorLine1=" mTarget.setLayoutParams(lp);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ArcMotionUsage.java" |
| line="65" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` method `toggle` of class `BeginDelayedUsage` requires synthetic accessor" |
| errorLine1=" toggle();" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/BeginDelayedUsage.java" |
| line="46" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `TRANSITION` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, TRANSITION);" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="54" |
| column="65"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mRoot` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, TRANSITION);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="54" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.FIT_XY);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="57" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.CENTER);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="60" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.CENTER_CROP);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="63" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.FIT_START);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="66" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.FIT_END);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="69" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setScaleType(ImageView.ScaleType.MATRIX);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="72" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mPhoto` of class `ChangeImageTransformUsage` requires synthetic accessor" |
| errorLine1=" mPhoto.setImageMatrix(matrix);" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="76" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mChangeTransform` of class `ChangeTransformUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mChangeTransform);" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeTransformUsage.java" |
| line="59" |
| column="65"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mRoot` of class `ChangeTransformUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mChangeTransform);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeTransformUsage.java" |
| line="59" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mExplode` of class `ExplodeUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mExplode);" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java" |
| line="69" |
| column="65"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mRoot` of class `ExplodeUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRoot, mExplode);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java" |
| line="69" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mViews` of class `ExplodeUsage` requires synthetic accessor" |
| errorLine1=" int vis = mViews.get(0).getVisibility() == View.VISIBLE ? View.GONE : View.VISIBLE;" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java" |
| line="70" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mViews` of class `ExplodeUsage` requires synthetic accessor" |
| errorLine1=" for (View view : mViews) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java" |
| line="71" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setSharedElementEnterTransition(SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="93" |
| column="45"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setSharedElementReturnTransition(SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="94" |
| column="46"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `NON_SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setExitTransition(NON_SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="95" |
| column="31"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `NON_SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setEnterTransition(NON_SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="96" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `NON_SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setReenterTransition(NON_SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="97" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `NON_SHARED_TRANSITION` of class `FragmentTransitionUsage` requires synthetic accessor" |
| errorLine1=" setReturnTransition(NON_SHARED_TRANSITION);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="98" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` field `mRecyclerView` of class `RecyclerViewUsage` requires synthetic accessor" |
| errorLine1=" TransitionManager.beginDelayedTransition(mRecyclerView," |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/RecyclerViewUsage.java" |
| line="74" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` method `addImageView` of class `ReparentImageUsage` requires synthetic accessor" |
| errorLine1=" addImageView(mOuterFrame, ImageView.ScaleType.CENTER_CROP, mPhotoSize);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ReparentImageUsage.java" |
| line="64" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="SyntheticAccessor" |
| message="Access to `private` method `addImageView` of class `ReparentImageUsage` requires synthetic accessor" |
| errorLine1=" addImageView(mInnerFrame, ImageView.ScaleType.FIT_XY," |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ReparentImageUsage.java" |
| line="67" |
| 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=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ArcMotionUsage.java" |
| line="47" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/BeginDelayedUsage.java" |
| line="39" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeClipBoundsUsage.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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeImageTransformUsage.java" |
| line="47" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ChangeTransformUsage.java" |
| line="48" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/CustomUsage.java" |
| line="37" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java" |
| line="50" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="61" |
| 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 View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container," |
| errorLine2=" ~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="112" |
| 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 onViewCreated(View view, @Nullable Bundle savedInstanceState) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="118" |
| 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 View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container," |
| errorLine2=" ~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="141" |
| 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 onViewCreated(View view, @Nullable Bundle savedInstanceState) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/FragmentTransitionUsage.java" |
| line="147" |
| 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=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/RecyclerViewUsage.java" |
| line="46" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/ReparentImageUsage.java" |
| line="47" |
| 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 onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/widget/SidePropagationUsage.java" |
| line="48" |
| 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 void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="39" |
| 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=" protected List<Map<String, Object>> getData(String prefix) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="55" |
| column="15"/> |
| </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 List<Map<String, Object>> getData(String prefix) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="55" |
| column="49"/> |
| </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 Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="120" |
| column="15"/> |
| </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 Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="120" |
| column="37"/> |
| </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 Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="120" |
| column="49"/> |
| </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 Intent browseIntent(String path) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="126" |
| column="15"/> |
| </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 Intent browseIntent(String path) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="126" |
| 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=" protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="133" |
| column="28"/> |
| </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 addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="133" |
| column="60"/> |
| </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 addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="133" |
| column="73"/> |
| </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 onListItemClick(ListView l, View v, int position, long id) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="142" |
| column="36"/> |
| </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 onListItemClick(ListView l, View v, int position, long id) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/transition/SupportTransitionDemos.java" |
| line="142" |
| column="48"/> |
| </issue> |
| |
| </issues> |