jdk-24/test/langtools/tools/doclint
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
anchorTests/p 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
html 8335122: Reorganize internal low-level support for HTML in jdk.javadoc 2024-08-02 17:53:23 +00:00
moduleTests 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
multipackage 8198552: Multiple javac plugins do not work at the same time 2018-03-22 12:13:08 +01:00
packageTests 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
tidy 8273244: Improve diagnostic output related to ErroneousTree 2021-10-04 16:59:30 +00:00
tool 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
AccessibilityTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
AccessibilityTest.out 8247957: remove doclint support for HTML 4 2021-01-06 22:48:00 +00:00
AccessTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
AccessTest.package.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessTest.private.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessTest.protected.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessTest.public.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AnchorTest2.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
AnchorTest2.out 8247957: remove doclint support for HTML 4 2021-01-06 22:48:00 +00:00
AnchorTest2a.java 8247957: remove doclint support for HTML 4 2021-01-06 22:48:00 +00:00
AnchorTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
AnchorTest.out 8247957: remove doclint support for HTML 4 2021-01-06 22:48:00 +00:00
AnonClassTest.java 8265253: javac -Xdoclint:all gives "no comment" warning for code that can't be commented 2021-08-23 17:31:29 +00:00
AnonClassTest.out 8265253: javac -Xdoclint:all gives "no comment" warning for code that can't be commented 2021-08-23 17:31:29 +00:00
BadPackageCommentTest.java 8301813: Bad caret position in error message 2023-02-06 18:41:04 +00:00
BadPackageCommentTest.out 8301813: Bad caret position in error message 2023-02-06 18:41:04 +00:00
CoverageExtras.java 8335122: Reorganize internal low-level support for HTML in jdk.javadoc 2024-08-02 17:53:23 +00:00
CrashInAnnotateTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
CrashInAnnotateTest.out 8273244: Improve diagnostic output related to ErroneousTree 2021-10-04 16:59:30 +00:00
CustomTagTest.java 8288660: JavaDoc should be more helpful if it doesn't recognize a tag 2023-09-06 07:51:14 +00:00
CustomTagTest.out 8288660: JavaDoc should be more helpful if it doesn't recognize a tag 2023-09-06 07:51:14 +00:00
CustomTagTestWithOption.out 8288660: JavaDoc should be more helpful if it doesn't recognize a tag 2023-09-06 07:51:14 +00:00
DocLintTester.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
DuplicateParamTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
DuplicateParamTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DuplicateReturnTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
DuplicateReturnTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EmptyAuthorTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyAuthorTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyDescriptionTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyDescriptionTest.out 8287099: Clean up terminology regarding doc comment descriptions. 2022-05-21 08:48:11 +00:00
EmptyExceptionTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyExceptionTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyHtmlTest.java 8266666: Implementation for snippets 2021-09-21 15:53:35 +00:00
EmptyParamTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyParamTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyPreTest.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
EmptyReturnTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyReturnTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptySerialDataTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
EmptySerialDataTest.out 8247815: doclint: recategorize "no description for ..." as MISSING, not SYNTAX 2020-06-19 11:04:52 -07:00
EmptySerialFieldTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptySerialFieldTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptySinceTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptySinceTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyTagsTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
EmptyTagsTest.out 8258957: DocLint: check for HTML start element at end of body 2021-03-24 23:58:16 +00:00
EmptyVersionTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EmptyVersionTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EndTagsTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
EndTagsTest.out 8258957: DocLint: check for HTML start element at end of body 2021-03-24 23:58:16 +00:00
EndWithIdentifierTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
EndWithIdentifierTest.out 8273244: Improve diagnostic output related to ErroneousTree 2021-10-04 16:59:30 +00:00
HtmlAttrsTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
HtmlAttrsTest.out 8247957: remove doclint support for HTML 4 2021-01-06 22:48:00 +00:00
HtmlTagsTest.java 8292157: Incorrect error: "block element not allowed within inline element <a>" 2023-06-06 19:33:35 +00:00
HtmlTagsTest.out 8292157: Incorrect error: "block element not allowed within inline element <a>" 2023-06-06 19:33:35 +00:00
LambdaTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
LiteralTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
LiteralTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MissingCommentTest.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
MissingCommentTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MissingParamsTest.java 8285496: DocLint does not check for missing @param tags for type parameters on classes and interfaces 2022-04-29 00:32:56 +00:00
MissingParamsTest.out 8285496: DocLint does not check for missing @param tags for type parameters on classes and interfaces 2022-04-29 00:32:56 +00:00
MissingRecordParamsTest.java 8284994: -Xdoclint:all returns warning for records, even when documented properly 2022-04-26 15:42:18 +00:00
MissingRecordParamsTest.out 8284994: -Xdoclint:all returns warning for records, even when documented properly 2022-04-26 15:42:18 +00:00
MissingReturnTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
MissingReturnTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MissingThrowsTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
MissingThrowsTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MultipleDocLintOptionsTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
MultipleDocLintOptionsTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
NoArgsConstructorTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
NoArgsConstructorTest.out 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
OptionTest.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
OverridesTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
ParaTagTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
ProvidesTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
ProvidesTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RecordCompactConstructorTest.java 8275784: Bogus warning generated for record with compact constructor 2022-06-28 15:54:52 +00:00
RecordParamsTest.java 8284994: -Xdoclint:all returns warning for records, even when documented properly 2022-04-26 15:42:18 +00:00
RecordParamsTest.out 8285869: Selective cleanup in doclint Checker class 2022-05-04 20:23:23 +00:00
ReferenceTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
ReferenceTest.out 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
ResourceTest.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
ReturnTest.java 8300914: Allow @ as an escape in documentation comments 2023-02-08 21:57:22 +00:00
ReturnTest.out 8300914: Allow @ as an escape in documentation comments 2023-02-08 21:57:22 +00:00
RunTest.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
SummaryTest.java 8300914: Allow @ as an escape in documentation comments 2023-02-08 21:57:22 +00:00
SummaryTest.out 8300914: Allow @ as an escape in documentation comments 2023-02-08 21:57:22 +00:00
SuppressWarningsTest.java 8189591: No way to locally suppress doclint warnings 2021-10-16 03:04:11 +00:00
SyntaxTest.java 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
SyntaxTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SyntheticTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
SyntheticTest.out 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
UnfinishedInlineTagTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
UnfinishedInlineTagTest.out 8273244: Improve diagnostic output related to ErroneousTree 2021-10-04 16:59:30 +00:00
UsesTest.java 8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments 2021-08-11 18:03:40 +00:00
UsesTest.out 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ValidTest.java 8252712: move doclint to jdk.javadoc module 2020-09-23 19:55:08 +00:00
ValueTest.java 8286101: Support formatting in @value tag 2022-06-13 18:13:21 +00:00
ValueTest.out 8286101: Support formatting in @value tag 2022-06-13 18:13:21 +00:00