jdk-24/langtools/test/jdk/javadoc/doclet
2017-06-08 00:11:29 -07:00
..
_template 8035473: [javadoc] Revamp the existing Doclet APIs 2015-11-28 18:52:17 -08:00
5093723 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AccessAsciiArt 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AccessFrameTitle 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AccessH1 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AccessSkipNav 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AccessSummary 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
AuthorDD 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
constantValues 8162363: Tables in javadoc documentation missing row headers 2016-09-21 18:18:50 -07:00
DocRootSlash 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
dupThrowsTags 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
InheritDocForUserTags 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
JavascriptWinTitle 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
lib 8178067: support for @uses/@provides tags is broken 2017-04-12 11:42:50 -07:00
MetaTag 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
PackagesHeader 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
T6735320 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testAbsLinkPath 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testAbstractMethod 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testAnchorNames 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testAnnotationOptional 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testAnnotationTypes 8162363: Tables in javadoc documentation missing row headers 2016-09-21 18:18:50 -07:00
testBackSlashInLink 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testBadHtml 8176901: Internal error running javadoc over jdk internal classes 2017-04-04 11:27:06 -07:00
testBadPackageFileInJar 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testBadSourceFile 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testBaseClass 8164316: Refine the Doclet APIs 2016-11-24 20:48:52 -08:00
testBreakIterator 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testCharset 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testClassCrossReferences Merge 2016-03-22 10:43:19 +00:00
testClassDocCatalog Merge 2016-03-22 10:43:19 +00:00
testClassLinks 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testClassTree 8175219: javadoc should exit when it encounters compilation errors 2017-03-13 16:46:17 -07:00
testCmndLineClass 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testCompletionFailure 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testConstantValuesPage 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testConstructorIndent 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testConstructors 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testCopyFiles 8157349: Missing doc-files in javadoc documentation 2016-08-29 07:46:37 -07:00
testCRLineSeparator 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDeprecatedDocs 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation 2017-04-04 23:04:39 -07:00
testDocEncoding 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDocErrorReporter 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testDocFileDir 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDocFiles 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDocRootInlineTag 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDocRootLink 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testDupParamWarn 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testEmptyClass 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testEnclosingClass 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testEncoding 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testExternalOverridenMethod 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testFramesNoFrames 8173707: Javadoc generated pages should default to no-frames view 2017-02-02 14:55:23 -08:00
testGeneratedBy 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testGroupOption Merge 2016-03-22 10:43:19 +00:00
testHeadings 8162363: Tables in javadoc documentation missing row headers 2016-09-21 18:18:50 -07:00
testHelpFile 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHelpOption 8175055: Errors reported by Arguments.validate should (probably) be fatal 2017-02-25 18:02:06 -08:00
testHiddenMembers 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHiddenTag 8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles 2016-08-16 10:57:13 -07:00
testHref 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHrefInDocComment 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHtmlComments 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHtmlDefinitionListTag 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testHtmlDocument 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHtmlStrongTag 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHtmlTableStyles 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testHtmlTableTags 8162363: Tables in javadoc documentation missing row headers 2016-09-21 18:18:50 -07:00
testHtmlTag 4649116: Add option to include full package description at top, before interface table 2016-10-10 15:17:02 -07:00
testHtmlVersion 8151743: Header can still disappear behind the navbar 2017-02-15 11:55:16 -08:00
testIncluded 8150895: Fix bug id in test for JDK-8149842 2016-03-02 15:00:22 -08:00
testIndentation 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testIndex Merge 2016-03-22 10:43:19 +00:00
testInlineLinkLabel 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testInterface 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testIOException 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testJavaFX 8178830: standard doclet: -javafx option should be unhidden 2017-04-20 14:37:15 -07:00
testJavascript 8151743: Header can still disappear behind the navbar 2017-02-15 11:55:16 -08:00
testLambdaFeature 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testLeadingSpaces 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testLegacyTaglet 8176836: Provide Taglet with context 2017-03-23 10:58:16 -07:00
testLinkOption 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testLinkTaglet 8159305: Enhance the javadoc tool to support module related options 2016-08-18 05:48:35 -07:00
testLinkToSerialForm 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testLiteralCodeInPre 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testMemberInheritence 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testMemberSummary 8177417: Constructor Summary readability problems in jdk9 javadoc 2017-04-04 14:06:54 -07:00
testMethodTypes 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testMissingType 8175219: javadoc should exit when it encounters compilation errors 2017-03-13 16:46:17 -07:00
testModifierEx 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testModules 8178043: Support grouping modules in unified javadoc 2017-05-12 18:05:40 -07:00
testNavigation 8151743: Header can still disappear behind the navbar 2017-02-15 11:55:16 -08:00
testNestedGenerics 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testNewLanguageFeatures 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testNonInlineHtmlTagRemoval 8174715: Javadoc fails on JDK 7 and JDK 8 sources with StringIndexOutOfBoundsException 2017-02-15 09:50:26 -08:00
testNoPackagesFile 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testNotifications 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testOptions 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testOrdering 8169813: The index pages are sorted in a confusing manner 2017-02-01 15:16:49 -08:00
testOverridenMethods 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testOverview 8173302: Move the Description up on module and package index page 2017-02-07 13:45:29 -08:00
testPackageDeprecation 8162363: Tables in javadoc documentation missing row headers 2016-09-21 18:18:50 -07:00
testPackageHtml 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testPackagePage 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testParamTaglet 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testPrivateClasses 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testProperty 8176231: javadoc -javafx creates bad link when Property is an array of objects 2017-03-20 15:32:39 -07:00
testRecurseSubPackages 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testRelativeLinks 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testRepeatedAnnotations 8175219: javadoc should exit when it encounters compilation errors 2017-03-13 16:46:17 -07:00
testReturnTag 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSearch 8147881: Javadoc search box watermark text issue 2017-06-07 22:58:37 -07:00
testSeeTag 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSerializedForm Merge 2016-03-22 10:43:19 +00:00
testSerializedFormDeprecationInfo 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testSerialVersionUID 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSimpleTag Merge 2016-03-22 10:43:19 +00:00
testSimpleTagExclude 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSimpleTagInherit 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSinceTag 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testSingleQuotedLink 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSourceTab 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testStylesheet 8181215: Links incorrectly appear bold in some javadoc generated tables 2017-06-08 00:11:29 -07:00
testSubTitle 8174974: Annotation type pages generated by javadoc is missing module information 2017-03-13 10:59:56 -07:00
testSummaryHeading 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSuperclassInSerialForm 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testSupplementary 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testTagInheritence 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testTagMisuse 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testTagOutput 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testThrowsHead 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testThrowsInheritence 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testThrowsTag 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testTitleInHref 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testTopOption 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testTypeAnnotations 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testTypeParams 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testTypeVariableLinks 8174805: JavacTrees should use Types.skipTypeVars() to get the upper bound of type variables 2017-02-16 14:47:39 -08:00
testUnnamedPackage 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testUseOption 8175200: Long method signatures disturb Method Summary table 2017-03-15 16:12:20 -07:00
testUserTaglet 8176836: Provide Taglet with context 2017-03-23 10:58:16 -07:00
testValueTag 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testWarnBadParamNames 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testWarnings 8151102: Cleanup javadoc exception handling 2016-10-10 06:47:47 -07:00
testWindowTitle 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
testXOption 8175047: javadoc should support --help-extra as a synonym for -X 2017-02-15 18:30:31 -08:00
typeAnnotations/smoke 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
ValidHtml 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
VersionNumber 8142968: Module System implementation 2016-03-17 19:04:28 +00:00
WindowTitles 8142968: Module System implementation 2016-03-17 19:04:28 +00:00