wala / WALA

T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript, and may common static program analyses
http://github.com/wala/WALA
Eclipse Public License 2.0
762 stars 223 forks source link

Enable AnnotationPosition check and auto-fix extant warnings #1424

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

The AnnotationPosition Error Prone check ensures type-use annotations appear next to the qualified type, and that declaration annotations appear before other qualifiers. This PR enables the check and auto-fixes all existing warnings.

github-actions[bot] commented 3 months ago

Test Results

  813 files  ±0    813 suites  ±0   4h 6m 26s :stopwatch: + 12m 43s   735 tests ±0    718 :white_check_mark: ±0   17 :zzz: ±0  0 :x: ±0  5 029 runs  ±0  4 908 :white_check_mark: ±0  121 :zzz: ±0  0 :x: ±0 

Results for commit 6a0d8bed. ± Comparison against base commit dc3ad5e3.

:recycle: This comment has been updated with latest results.