8235447: Remove (obsolete) @author info from javadoc tests
Reviewed-by: ksrini, jjg
This commit is contained in:
parent
9b4539886c
commit
71da14104a
@ -59,6 +59,6 @@ public class AuthorDD extends JavadocTester {
|
||||
+ "<dd>JDK 1.0</dd>",
|
||||
// Test multiple @author tags:
|
||||
"<dt><span class=\"simpleTagLabel\">Author:</span></dt>\n"
|
||||
+ "<dd>Doug Kramer, Jamie, Neal</dd>");
|
||||
+ "<dd>Alice, Bob, Eve</dd>");
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,9 +28,9 @@ package p1;
|
||||
* Testing multiple @since and @version tags only to see if all
|
||||
* instances of SimpleTaglet have the same bug
|
||||
*
|
||||
* @author Doug Kramer
|
||||
* @author Jamie
|
||||
* @author Neal
|
||||
* @author Alice
|
||||
* @author Bob
|
||||
* @author Eve
|
||||
*
|
||||
* @since JDK 1.0
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is just a test annotation type with optional value element.
|
||||
*
|
||||
* @author Mahmood Ali
|
||||
* @since 1.5
|
||||
*/
|
||||
@Documented public @interface AnnotationOptional {
|
||||
String value() default "";
|
||||
|
@ -111,7 +111,7 @@ public class TestAnnotationTypes extends JavadocTester {
|
||||
"@Documented public @interface AnnotationTypeField {");
|
||||
|
||||
checkOutput("pkg/AnnotationType.html", true,
|
||||
"public @interface <a href=\"../src-html/pkg/AnnotationType.html#line.34"
|
||||
"public @interface <a href=\"../src-html/pkg/AnnotationType.html#line.31"
|
||||
+ "\">AnnotationType</a></pre>");
|
||||
|
||||
checkOutput("pkg/AnnotationTypeField.html", true,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is just a test annotation type.
|
||||
*
|
||||
* @author Jamie Ho.
|
||||
* @since 1.5
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
int value();
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -35,7 +35,6 @@
|
||||
* @bug 4197513
|
||||
* @summary Javadoc does not process base class.
|
||||
* @build BaseClass.java
|
||||
* @author Atul M Dambalkar
|
||||
*/
|
||||
|
||||
import java.util.Collections;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is just a test annotation type.
|
||||
*
|
||||
* @author Jamie Ho.
|
||||
* @since 1.5
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,8 +25,6 @@ package pkg;
|
||||
|
||||
/**
|
||||
* This is a sample Enum.
|
||||
*
|
||||
* @author Jamie Ho
|
||||
*/
|
||||
public enum Coin {
|
||||
Penny, Nickel, Dime;
|
||||
|
@ -64,7 +64,7 @@ public class TestCopyFiles extends JavadocTester {
|
||||
"In a named module acme.module and named package "
|
||||
+ "<a href=\"../package-summary.html\"><code>p</code></a>.",
|
||||
"\"simpleTagLabel\">Since:</",
|
||||
"1940",
|
||||
"forever",
|
||||
// check bottom navbar
|
||||
"<a href=\"../../module-summary.html\">Module</a>",
|
||||
"<a href=\"../package-summary.html\">Package</a>",
|
||||
@ -101,7 +101,7 @@ public class TestCopyFiles extends JavadocTester {
|
||||
"In a named module acme.module and named package "
|
||||
+ "<a href=\"../package-summary.html\"><code>p</code></a>.",
|
||||
"\"simpleTagLabel\">Since:</",
|
||||
"1940",
|
||||
"forever",
|
||||
// check bottom navbar
|
||||
"<a href=\"../../module-summary.html\">Module</a>",
|
||||
"<a href=\"../package-summary.html\">Package</a>",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
|
||||
This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,7 +27,6 @@ questions.
|
||||
</head>
|
||||
<body>
|
||||
In a named module acme.module and named package {@link p}.
|
||||
@author Wile E. Coyote
|
||||
@since 1940
|
||||
@since forever
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
~ Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
~ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
~
|
||||
~ This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@
|
||||
</head>
|
||||
<body>
|
||||
A named package {@link p} in a name module acme.mdle.
|
||||
@author WECoyote
|
||||
@since 1940
|
||||
@since forever
|
||||
</body>
|
||||
</html>
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
|
||||
This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,7 +27,6 @@ questions.
|
||||
</head>
|
||||
<body>
|
||||
In a named module acme2.mdle and named package {@link p2}.
|
||||
@author Wile E. Coyote
|
||||
@since 1940
|
||||
@since forever
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
~ Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
~ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
~
|
||||
~ This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@
|
||||
</head>
|
||||
<body>
|
||||
A named package {@link p2} in a name module acme2.mdle.
|
||||
@author WECoyote
|
||||
@since 1940
|
||||
@since forever
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* A class comment for testing.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @see C2
|
||||
* @since JDK1.0
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,7 +30,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* A class comment for testing.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @see C1
|
||||
* @since JDK1.0
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* Test Annotation class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @since 1.5
|
||||
*/
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
public @interface C3 {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,7 +28,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* Test for Serializable
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @deprecated This class is no longer used.
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,8 +27,6 @@ import pkg2.*;
|
||||
|
||||
/**
|
||||
* A test class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public class C1 implements I1 {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,8 +25,6 @@ package pkg1;
|
||||
|
||||
/**
|
||||
* A sample interface used to test table tags.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public interface I1 {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,8 +27,6 @@ import pkg1.*;
|
||||
|
||||
/**
|
||||
* Another test class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public class C2 {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,8 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* Test Annotation class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface C3 {
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is a test annotation type.
|
||||
*
|
||||
* @author Bhavesh Patel.
|
||||
* @since 9
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,8 +27,6 @@ import pkg1.*;
|
||||
|
||||
/**
|
||||
* Another test class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public class AnotherClass {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and the inner class is private
|
||||
* and a nested inner class is protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class NestedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is private which is included using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PrivateIncludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where outer class is package private and the inner class is
|
||||
* protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class ProtectedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is public which is excluded using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PublicExcludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is just a test annotation type.
|
||||
*
|
||||
* @author Jamie Ho.
|
||||
* @since 1.5
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,7 +25,6 @@ package pkg;
|
||||
|
||||
/**
|
||||
* This is a sample {@index Enum} Enum.
|
||||
* @author Jamie Ho
|
||||
*/
|
||||
public enum Coin {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -48,9 +48,6 @@ import static jdk.javadoc.doclet.Taglet.Location.*;
|
||||
* <DD><table summary="Summary" cellpadding=2 cellspacing=0><tr><td bgcolor="yellow">Fix this!
|
||||
* </td></tr></table></DD>
|
||||
* </DL>
|
||||
*
|
||||
* @author Jamie Ho
|
||||
* @since 1.4
|
||||
*/
|
||||
|
||||
public class ToDoTaglet implements Taglet {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -34,9 +34,6 @@ import static jdk.javadoc.doclet.Taglet.Location.*;
|
||||
* A sample Inline Taglet representing {@underline ...}. The text
|
||||
* is simple underlined. For example, "@underline UNDERLINE ME" would
|
||||
* be shown as: <u>UNDERLINE ME</u>.
|
||||
*
|
||||
* @author Jamie Ho
|
||||
* @since 1.4
|
||||
*/
|
||||
|
||||
public class UnderlineTaglet implements Taglet {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -24,7 +24,6 @@
|
||||
package mylib.lang;
|
||||
|
||||
/**
|
||||
* @author Jamie Ho
|
||||
*/
|
||||
public abstract class StringBuilderChild extends AbstractStringBuilder {
|
||||
}
|
||||
|
@ -619,7 +619,7 @@ public class TestModules extends JavadocTester {
|
||||
"<dt><span class=\"simpleTagLabel\">Version:</span></dt>\n"
|
||||
+ "<dd>1.0</dd>",
|
||||
"<dt><span class=\"simpleTagLabel\">Author:</span></dt>\n"
|
||||
+ "<dd>Bhavesh Patel</dd>");
|
||||
+ "<dd>Alice</dd>");
|
||||
checkOutput("moduletags/testpkgmdltags/TestClassInModuleTags.html", false,
|
||||
"<dt><span class=\"simpleTagLabel\">Module Tag:</span></dt>\n"
|
||||
+ "<dd>Just a simple module tag.</dd>");
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -26,8 +26,6 @@ package testpkg3mdlB;
|
||||
* {@link java.lang.String Link to String Class}.<br>
|
||||
* {@link java.lang Link to java.lang package}.<br>
|
||||
* {@link java.base Link to java.base module}.
|
||||
*
|
||||
* @author bhavespa
|
||||
*/
|
||||
public class TestClassLinkOption {
|
||||
public String testMethod() {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,7 +27,7 @@
|
||||
* Member Link: {@link testpkgmdltags.TestClassInModuleTags#testMethod(String)}.<br>
|
||||
* Package Link: {@link testpkgmdltags}.<br>
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @author Alice
|
||||
* @since JDK 9
|
||||
* @see "Test see tag"
|
||||
* @see testpkgmdltags.TestClassInModuleTags
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is just a test annotation type.
|
||||
*
|
||||
* @author Jamie Ho.
|
||||
* @since 1.5
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,9 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This is just a test annotation type this is not documented because it
|
||||
* is missing the @Documented tag.
|
||||
*
|
||||
* @author Jamie Ho.
|
||||
* @since 1.5
|
||||
*/
|
||||
public @interface AnnotationTypeUndocumented {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,8 +25,6 @@ package pkg;
|
||||
|
||||
/**
|
||||
* This is a sample Enum.
|
||||
*
|
||||
* @author Jamie Ho
|
||||
*/
|
||||
public enum Coin {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -63,7 +63,6 @@ public class TypeParameters<E> implements SubInterface<E> {
|
||||
/**
|
||||
* This method has type parameters. The list of type parameters is short
|
||||
* so there should not be a line break in the member summary table.
|
||||
* @author Owner
|
||||
*
|
||||
* @param <A> This is the first type parameter.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -23,8 +23,6 @@
|
||||
|
||||
/**
|
||||
* Another test class.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public class C2 {
|
||||
|
||||
|
@ -1,3 +1,26 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
package pkg;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation contained by ContainerRegDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface ContaineeRegDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented synthesized annotation contained by ContainerSynthDoc.
|
||||
* It will be used to annotate Class C and a method in the class using a synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
@Repeatable(ContainerSynthDoc.class)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation container for ContaineeRegDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface ContainerRegDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented annotation container for RegContaineeDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface ContainerRegNotDoc {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented synthesized annotation container for ContaineeSynthDoc.
|
||||
* It will be used to annotate Class C and a method in the class using a synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface ContainerSynthDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation.
|
||||
* It will be used to annotate methods in class D.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface NonSynthDocContainer {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation.
|
||||
* It will be used to annotate methods in Class D.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegArryDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation contained by ContainerRegNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegContaineeDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,8 +29,6 @@ import java.lang.annotation.*;
|
||||
* This annotation is a non-documented annotation contained by RegContainerNotDoc
|
||||
* and RegContainerDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface RegContaineeNotDoc {
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation container for RegContainerDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegContainerDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented annotation container for RegContaineeNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface RegContainerNotDoc {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation.
|
||||
* It will be used to annotate Class D.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,8 +29,6 @@ import java.lang.annotation.*;
|
||||
* This annotation is a non-documented annotation contained by ContainerValNotDoc
|
||||
* and ContainerValDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface ContaineeNotDoc {
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented synthesized annotation contained by ContainerSynthNotDoc.
|
||||
* It will be used to annotate Class C and methods in the class using a synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
@Repeatable(ContainerSynthNotDoc.class)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented synthesized annotation container for ContaineeSynthDoc.
|
||||
* It will be used to annotate Class C and methods in the class using a synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface ContainerSynthNotDoc {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation container for ContaineeNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface ContainerValDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented annotation container for ContaineeNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface ContainerValNotDoc {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation contained by RegContainerValNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegContaineeDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented annotation contained by RegContainerValDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface RegContaineeNotDoc {
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a documented annotation container for RegContaineeNotDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
@Documented
|
||||
public @interface RegContainerValDoc {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* This annotation is a non-documented annotation container for RegContaineeDoc.
|
||||
* It will be used to annotate Class C using a non-synthesized form.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public @interface RegContainerValNotDoc {
|
||||
|
||||
|
@ -559,9 +559,9 @@ public class TestSearch extends JavadocTester {
|
||||
void checkInvalidUsageIndexTag() {
|
||||
checkOutput(Output.OUT, true,
|
||||
"AnotherClass.java:29: warning - invalid usage of tag {@index",
|
||||
"AnotherClass.java:41: warning - invalid usage of tag {@index",
|
||||
"AnotherClass.java:36: warning - invalid usage of tag {@index",
|
||||
"AnotherClass.java:70: warning - invalid usage of tag {@index");
|
||||
"AnotherClass.java:39: warning - invalid usage of tag {@index",
|
||||
"AnotherClass.java:34: warning - invalid usage of tag {@index",
|
||||
"AnotherClass.java:68: warning - invalid usage of tag {@index");
|
||||
}
|
||||
|
||||
void checkJqueryAndImageFiles(boolean expectedOutput) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,9 +27,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* This is a test annotation type.
|
||||
*
|
||||
* @author Bhavesh Patel.
|
||||
* @since 9
|
||||
*/
|
||||
@Documented public @interface AnnotationType {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,8 +27,6 @@ import pkg1.*;
|
||||
|
||||
/**
|
||||
* Another test class. Testing empty {@index }.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
public class AnotherClass {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and the inner class is private
|
||||
* and a nested inner class is protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class NestedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is private which is included using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PrivateIncludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where outer class is package private and the inner class is
|
||||
* protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class ProtectedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is public which is excluded using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PublicExcludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and the inner class is private
|
||||
* and a nested inner class is protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class NestedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is private which is included using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PrivateIncludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where outer class is package private and the inner class is
|
||||
* protected.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class ProtectedInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,8 +28,6 @@ import java.io.*;
|
||||
/**
|
||||
* A test class where the outer class is package private and inner class
|
||||
* is public which is excluded using the tag.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
*/
|
||||
|
||||
class PublicExcludeInnerClass {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* A class comment for testing.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @see C2
|
||||
* @since JDK1.0
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,7 +30,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* A class comment for testing.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @see C1
|
||||
* @since JDK1.0
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,7 +28,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* Test for Serializable
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @deprecated This class is no longer used.
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* A class comment for testing.
|
||||
*
|
||||
* @author Bhavesh Patel
|
||||
* @since JDK1.0
|
||||
*/
|
||||
public class C1 implements Serializable {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -32,8 +32,6 @@ import java.io.*;
|
||||
|
||||
/*
|
||||
* @summary compiler accepts all values
|
||||
* @author Mahmood Ali
|
||||
* @author Yuri Gaevsky
|
||||
*/
|
||||
|
||||
@Target(TYPE_USE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user