| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="4" by="lint 2.4.0-alpha6"> |
| |
| <issue |
| id="MissingSuperCall" |
| message="Overriding method should call `super.onAnimationEnd`" |
| errorLine1=" public void onAnimationEnd(Animation animation) {" |
| errorLine2=" ~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/app/FragmentManager.java" |
| line="1604" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="MissingSuperCall" |
| message="Overriding method should call `super.onAnimationEnd`" |
| errorLine1=" public void onAnimationEnd(Animation animation) {" |
| errorLine2=" ~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/app/FragmentManager.java" |
| line="3935" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.AT_MOST);" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="536" |
| column="63"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.EXACTLY);" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="538" |
| column="63"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight," |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="586" |
| column="79"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight," |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="589" |
| column="79"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight," |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="608" |
| column="75"/> |
| </issue> |
| |
| <issue |
| id="Range" |
| message="Value must be ≥ 0 (was -1)" |
| errorLine1=" childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight," |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/SlidingPaneLayout.java" |
| line="611" |
| column="75"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 25 (FragmentStatePagerAdapter)" |
| errorLine1=" if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);" |
| errorLine2=" ~~~"> |
| <location |
| file="java/android/support/v4/app/FragmentStatePagerAdapter.java" |
| line="110" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 25 (FragmentStatePagerAdapter)" |
| errorLine1=" if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object" |
| errorLine2=" ~~~"> |
| <location |
| file="java/android/support/v4/app/FragmentStatePagerAdapter.java" |
| line="135" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 25 (FragmentStatePagerAdapter)" |
| errorLine1=" Log.w(TAG, "Bad fragment at key " + key);" |
| errorLine2=" ~~~"> |
| <location |
| file="java/android/support/v4/app/FragmentStatePagerAdapter.java" |
| line="224" |
| column="31"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 28 (RoundedBitmapDrawableFactory)" |
| errorLine1=" Log.w(TAG, "RoundedBitmapDrawable cannot decode " + filepath);" |
| errorLine2=" ~~~"> |
| <location |
| file="java/android/support/v4/graphics/drawable/RoundedBitmapDrawableFactory.java" |
| line="80" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 28 (RoundedBitmapDrawableFactory)" |
| errorLine1=" Log.w(TAG, "RoundedBitmapDrawable cannot decode " + is);" |
| errorLine2=" ~~~"> |
| <location |
| file="java/android/support/v4/graphics/drawable/RoundedBitmapDrawableFactory.java" |
| line="93" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 24 (WakefulBroadcastReceiver)" |
| errorLine1=" Log.w("WakefulBroadcastReceiver", "No active wake lock id #" + id);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/content/WakefulBroadcastReceiver.java" |
| line="141" |
| column="19"/> |
| </issue> |
| |
| <issue |
| id="WrongConstant" |
| message="Must be one of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END" |
| errorLine1=" setDrawerLockMode(lockMode, gravity);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/DrawerLayout.java" |
| line="680" |
| column="37"/> |
| </issue> |
| |
| <issue |
| id="WrongConstant" |
| message="Must be one of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END" |
| errorLine1=" return getDrawerLockMode(drawerGravity);" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/DrawerLayout.java" |
| line="753" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="WrongConstant" |
| message="Flag not allowed here" |
| errorLine1=" getDrawerViewAbsoluteGravity(child) & Gravity.HORIZONTAL_GRAVITY_MASK;" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/DrawerLayout.java" |
| line="1086" |
| column="25"/> |
| </issue> |
| |
| </issues> |