RFR : 8024678 : Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
Igor Ignatyev
igor.ignatyev at oracle.com
Mon Sep 30 00:34:27 PDT 2013
Erik,
We (not only I) use the @author tag in tests:
hsx/test$ grep -R "@author" | wc -l
51
hsx/test$ grep -R "@author" | grep -v "igor.ignatyev at oracle.com" | wc -l
34
It's rather jtreg tag than javadoc.
Unfortunately, I have already push these changes. But if you are
strictly against it, I can remove it in fix for 8025606.
Best regards,
Igor Ignatyev
On 09/30/2013 09:58 AM, Erik Helin wrote:
> On 2013-09-28, Igor Ignatyev wrote:
>> Hi all,
>>
>> Please review patch:
>> @author tag was removed from all classes in 'test/testlibrary/ctw/src'.
>
> What about the classes in test/testlibrary/ctw/test? I do not think that
> we the @author tag for these classes either and the following four tests
> contains the @author tag:
>
> - ctw/test/ClassesListTest.java
> - ctw/test/JarDirTest.java
> - ctw/test/ClassesDirTest.java
> - ctw/test/JarsTest.java
>
> Thanks,
> Erik
>
>> webrev: http://cr.openjdk.java.net/~iignatyev/8024678/webrev.00/
>> jbs: https://bugs.openjdk.java.net/browse/JDK-8024678
>> testing: none
>> --
>> Best regards,
>> Igor Ignatyev
More information about the hotspot-compiler-dev
mailing list