On 09/19/2013 10:46 AM, Jonathan Gibbons wrote:
There are two criteria for a change like this:
-- the obvious one -- do all the javadoc regression tests pass. These
are the tests
langtools/test/com/sun/javadoc
langtools/test/tools/javadoc
Two regression tests fail when the patch is applied to the latest
jdk8/tl/langtools repository:
com/sun/javadoc/testAnnotationTypes/TestAnnotationTypes.java
com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java
There have been recent changesets in this area, so maybe the code for
your patch just needs updating.
-- Jon