Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New 'doc.support' option while running JDT-Core tests

Since bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=52264 fix, a new
global option has been added for Doc comment (Javadoc) support and some
specific cases have been added in
org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed class to
test it.

But in order to test completely this new option (especially each Javadoc
compiler error message), I've also modified all Javadoc test classes to be
run both when this global option is enabled and disabled. This means that
500 additional test cases are executed (around 2 minutes and 30 sec) when
you run all JDT-Core tests using a single compliance level.

To avoid to add 5 minutes when JDT-Core tests are executed both in 1.3 and
1.4 compliances, I've added new 'doc.support' option which allow you to run
all Javadoc tests only in one mode (usually enabled). It "works" like
compliance option, so you can specify -Ddoc.support=enabled as a VM
argument on your launch configuration and this will run the Javadoc tests
using global option set to "enabled" only.

Cordialement/Regards,

Frédéric






Back to the top