Missing @since tags
Martin Buchholz
martinrb at google.com
Fri Feb 8 16:35:04 UTC 2013
On Thu, Feb 7, 2013 at 9:58 PM, Joe Darcy <joe.darcy at oracle.com> wrote:
> Hi Martin,
>
> IIRC, your @since checker was based on parsing javadoc output. If so, it
> (like BlenderRev) might have been rendered unusable out of the box due to
> the changes in javadoc output made since those tools were written.
>
It's absolutely true that findMissingSince is a crappy script that is very
brittle due to parsing generated javadoc, and has to be tweaked every time
javadoc output changes. OTOH, it is one of those crude yet effective tools
that may be the shortest path to finding jdk8's missing @since. I
challenge you to demonstrate a tool that can do better!
In any case, please share whatever tool you end up using in openjdk.
More information about the core-libs-dev
mailing list