Missing @since tags (original) (raw)
Martin Buchholz martinrb at google.com
Fri Feb 8 16:35:04 UTC 2013
- Previous message: Missing @since tags
- Next message: hg: jdk8/tl/langtools: 8007698: jtreg test T6306137.java won't compile with ASCII encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: Missing @since tags
- Next message: hg: jdk8/tl/langtools: 8007698: jtreg test T6306137.java won't compile with ASCII encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]