History log of /frameworks/support/development/checkstyle/src/com/android/support/checkstyle/MismatchedAnnotationCheck.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f1dbebfcd27a5e92c4d297f52a62b76b160754d 03-Jan-2017 Alan Viverette <alanv@google.com> Use correct regex for javadoc tag with optional description

Also fixes instances of missing @RestrictTo in compat/ directory.

Previous CLs were tested against commits rather than files, so they
returned false positives (and negatives). This one was correctly run
against the entire compat/ directory.

Bug: 33462608
Test: ran checkstyle on compat
Change-Id: I7b194bb2dbf971bf1a1306794a4b2cdf554e4e02
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/MismatchedAnnotationCheck.java
b21122ed4ab22b635d2b2cf69c9ec2fb0754c677 29-Dec-2016 Alan Viverette <alanv@google.com> Simplify mismatched annotation check, update prebuilt

Removes unnecessary description check, unused skipNoJavadoc
option, and multi-line description handling. Fixes issue
where description was required.

Bug: 32998581
Test: ran checkstyle on compat/*
Change-Id: Ifc3d71a301e3d315db6bd9f3be8b7573c9d8a43a
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/MismatchedAnnotationCheck.java
6a9a6d86c5157e49d1290d44ddda0e5b325a3b64 16-Dec-2016 Alan Viverette <alanv@google.com> Add Checkstyle check for @hide / @RestrictTo pair

Bug: 32998581
Change-Id: I5625e78a65731cd7d3bdf795737a372471e5fbae
Test: ran checkstyle on compat/*
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/MismatchedAnnotationCheck.java