On 06/06/2013 16:02, Konstantin Shefov wrote:
There are a lot of test pairs (.java + .html) in JDK repo where both
files contain jtreg tags, although only one file contains @test tag.
I think it is not necessary to remove other tags, because they show
that the given file is a part of the given test for @bug and its
author, etc.
Have you considered just using comments rather than duplicating the
jtreg tags? Otherwise I think it is a bit error prone as it looks like a
test is missing @test (which might be how the duplicates ended up being
added here).
-Alan.