Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7b48eb34 authored by Sunny Shao's avatar Sunny Shao Committed by sunnyshao
Browse files

Add a linter requiring Nullability Annotations

-This linter only check Java source and its public methods.
-Apply to method return type not primitives or void.
-Apply to method parameters not primitives.
-Check the android.annotation.NonNull / android.annotation.Nullable
 to replace with androidx.annotation.NonNull / androidx.annotation.Nullable.

Bug: 307770597
Test: manual test
Change-Id: I32422e23c8387c52e9f0cad3e5833b2cab1fa842
parent 60b6a74d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment