diff options
author | Colin Cross <ccross@android.com> | 2019-12-19 10:25:48 -0800 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2019-12-20 00:08:17 +0000 |
commit | 3ca7fb421d4b94a6c08273f1b8b23040927aa726 (patch) | |
tree | faad1564928ca4b82cf688cd391cf4b742a552a6 /src/android/net/util/NetworkStackUtils.java | |
parent | d035d367a91cb8ad94d1af4d9851c4f573f5ed8b (diff) |
Fix Error Prone errors
Soong wasn't including android_app or android_test sources in the
javac-check target used for the Error Prone build, which allowed
some Error Prone errors to get in. Fix them so Error Prone can be
re-enabled for these targets.
Fixes:
packages/modules/NetworkStack/tests/integration/src/android/net/ip/IpClientIntegrationTest.java:1182: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
packages/modules/NetworkStack/tests/unit/src/android/net/ip/IpClientTest.java:352: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/IpMemoryStoreServiceTest.java:772: error: [JUnit4TestNotRun] This looks like a test method but is not run; please add @Test and @Ignore, or, if this is a helper method, reduce its visibility.
Bug: 146455923
Test: m RUN_ERROR_PRONE=true javac-check
Change-Id: Iec6c4d9e4cde39f98068b3351a1d828e45abf54b
Diffstat (limited to 'src/android/net/util/NetworkStackUtils.java')
0 files changed, 0 insertions, 0 deletions