Jan Lahoda
|
911a9fcf97
|
8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
The result of String.toLowerCase.indexOf does not always point at the start of the given string in the non-lowercased text.
Reviewed-by: jjg, bpatel
|
2014-05-16 10:52:07 +02:00 |
|
Jonathan Gibbons
|
3b2a17f08f
|
8042886: Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows
Reviewed-by: darcy
|
2014-05-09 18:50:12 -07:00 |
|
Jonathan Gibbons
|
caa2209663
|
8038730: Clean up the way JavadocTester is invoked, and checks for errors
Reviewed-by: ksrini, sogoel, bpatel
|
2014-05-09 15:37:12 -07:00 |
|
Kumar Srinivasan
|
1f1c8d7506
|
8042601: Javadoc sort fails
Reviewed-by: jjg
|
2014-05-08 08:23:44 -07:00 |
|
Kumar Srinivasan
|
296a39b117
|
8039410: [javadoc] fix class-use items to be deterministic and index ordering
Reviewed-by: jjg
|
2014-04-18 08:35:59 -07:00 |
|
Jonathan Gibbons
|
6c24c7e153
|
8040904: Ensure javadoc tests do not overwrite results within tests
Reviewed-by: ksrini
|
2014-04-25 13:08:41 -07:00 |
|
Jonathan Gibbons
|
3acf463dc4
|
8040903: Clean up use of BUG_ID in javadoc tests
Reviewed-by: ksrini
|
2014-04-22 17:57:40 -07:00 |
|
Jonathan Gibbons
|
187dbd343c
|
8041253: Avoid redundant synonyms of NO_TEST
Reviewed-by: ksrini
|
2014-04-22 17:41:11 -07:00 |
|
Jonathan Gibbons
|
04e1109b69
|
8041150: Avoid silly use of static methods in JavadocTester
Reviewed-by: ksrini
|
2014-04-18 17:25:43 -07:00 |
|
Jonathan Gibbons
|
a2d155dfa9
|
8040908: javadoc test TestDocEncoding should use -notimestamp
Reviewed-by: ksrini
|
2014-04-18 17:23:36 -07:00 |
|
Kumar Srinivasan
|
9b4ae823ef
|
8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
Reviewed-by: jjg
|
2014-04-16 19:21:59 -07:00 |
|
Neil Toda
|
81730320bd
|
8031649: Clean up javadoc tests
Reviewed-by: jjg
|
2014-04-16 16:17:09 -07:00 |
|
Bhavesh Patel
|
4ff2c3b94a
|
8026736: Enhance Javadoc pages
Reviewed-by: jjg
|
2014-01-13 14:50:51 -08:00 |
|
Bhavesh Patel
|
d642f92759
|
8032066: Serialized form has broken links to non private inner classes of package private
Reviewed-by: jjg
|
2014-04-01 23:58:04 -07:00 |
|
Bhavesh Patel
|
e08ccd0e48
|
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
|
2014-03-29 11:06:33 -07:00 |
|
Bhavesh Patel
|
da71a6dd96
|
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
|
2014-03-25 22:07:55 -07:00 |
|
Neil Toda
|
7aed9a60e0
|
8031670: Remove unneeded -source options in javadoc tests
Reviewed-by: jjg, darcy, vromero
|
2014-03-06 16:15:02 -08:00 |
|
Yuri Nesterenko
|
98b44a020b
|
6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
Reviewed-by: jjg, bpatel, ksrini
|
2014-02-21 15:14:09 +04:00 |
|
Abhijit Saha
|
c575ece03d
|
Merge
|
2014-01-14 08:08:32 -08:00 |
|
Steve Sides
|
4cbb43a7e3
|
8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
|
2013-12-24 09:17:37 -08:00 |
|
Bhavesh Patel
|
8ee3492363
|
8016549: jdk7 javadocs are hard to read
Reviewed-by: jjg
|
2013-12-18 19:48:47 -08:00 |
|
Kumar Srinivasan
|
d56f2315c5
|
8029504: Regression: TestDocRootLink test fails on Windows
Reviewed-by: bpatel, jjg
|
2013-12-06 09:07:47 -08:00 |
|
Bhavesh Patel
|
81ef12b24a
|
8025416: doclet not substituting {@docRoot} in some cases
Reviewed-by: jjg
|
2013-12-03 14:21:45 -08:00 |
|
Bhavesh Patel
|
274905a316
|
8027977: javadoc dies on NumberFormat/DateFormat subclass
Reviewed-by: jjg
|
2013-11-20 10:53:38 -08:00 |
|
Bhavesh Patel
|
b140c3c382
|
8025524: javadoc does not correctly locate constructors for nested classes
Reviewed-by: jjg
|
2013-11-14 13:47:38 -08:00 |
|
Bhavesh Patel
|
3033b82865
|
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Reviewed-by: jjg
|
2013-10-24 11:22:50 -07:00 |
|
Bhavesh Patel
|
80787f47a9
|
8026770: javadoc creates invalid HTML in profile summary pages
Reviewed-by: jjg
|
2013-10-23 13:54:13 -07:00 |
|
Bhavesh Patel
|
cee70e2272
|
8026567: Use meaningful style names for strong and italic styles
Reviewed-by: jjg
|
2013-10-18 16:34:42 -07:00 |
|
Werner Dietl
|
e5c34a89eb
|
8026564: import changes from type-annotations forest
Co-authored-by: Steve Sides <steve.sides@oracle.com>
Reviewed-by: jjg
|
2013-10-15 15:57:13 -07:00 |
|
Chris Hegarty
|
0fd34f307d
|
Merge
|
2013-10-15 20:47:55 +01:00 |
|
Bhavesh Patel
|
99e02c21cd
|
8026370: javadoc creates empty <span class="italic"></span>
Reviewed-by: jjg
|
2013-10-15 11:20:27 -07:00 |
|
Chris Hegarty
|
0eadafa765
|
Merge
|
2013-10-11 19:05:18 +01:00 |
|
Jonathan Gibbons
|
a29d963e53
|
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
Reviewed-by: darcy
|
2013-10-10 17:13:32 -07:00 |
|
Bhavesh Patel
|
a7125b5d2e
|
8025633: Fix javadoc to generate valid anchor names
Reviewed-by: jjg
|
2013-10-10 10:51:15 -07:00 |
|
Bhavesh Patel
|
b10f820519
|
8024756: method grouping tabs are not selectable
Reviewed-by: jjg
|
2013-10-04 13:41:13 -07:00 |
|
Bhavesh Patel
|
7ad9444ac1
|
8008164: Invisible table captions in javadoc-generated html
Reviewed-by: jjg
|
2013-10-04 13:32:30 -07:00 |
|
Chris Hegarty
|
85829db5d3
|
Merge
|
2013-10-03 19:28:07 +01:00 |
|
Bhavesh Patel
|
a949e946ab
|
8004825: javadoc crash DocletAbortException
Reviewed-by: jjg
|
2013-09-25 22:26:42 -07:00 |
|
Bhavesh Patel
|
2233312946
|
8016328: Regression : Javadoc i18n regression caused by fix for 8012375
Reviewed-by: jjg
|
2013-09-24 16:12:06 -07:00 |
|
Bhavesh Patel
|
2be05076f8
|
8024096: some javadoc tests may contain false positive results
Reviewed-by: jjg
|
2013-09-18 22:47:06 -07:00 |
|
Bhavesh Patel
|
484e378a9d
|
8015249: javadoc fails to document static final fields in annotation types
Reviewed-by: jjg
|
2013-09-18 17:13:26 -07:00 |
|
Bhavesh Patel
|
a357688f61
|
8015496: Information that package is deprecated is missing in profiles view
Reviewed-by: jjg
|
2013-09-11 14:50:11 -07:00 |
|
Chris Hegarty
|
0983a5be41
|
Merge
|
2013-09-06 10:05:08 +01:00 |
|
Bhavesh Patel
|
9c6d420370
|
8023608: method grouping tabs folding issue
Reviewed-by: jjg
|
2013-09-05 16:35:47 -07:00 |
|
Jonathan Gibbons
|
7da0f59aec
|
8024288: javadoc generated-by comment should always be present
Reviewed-by: bpatel
|
2013-09-04 14:44:05 -07:00 |
|
Evgeniya Stepanova
|
4337286502
|
8015663: Need to supply tests to provide javadoc for profiles support code coverage
Reviewed-by: jjg
|
2013-08-30 17:36:47 -07:00 |
|
Bhavesh Patel
|
b8f8cab5f4
|
8022738: doclet should only generate functional interface text if source >= 8
Reviewed-by: jjg
|
2013-08-30 16:38:54 -07:00 |
|
Bhavesh Patel
|
5793c3a33c
|
8015882: Javadoc prints NPE when using Taglet
Reviewed-by: jjg
|
2013-08-30 16:16:28 -07:00 |
|
Bhavesh Patel
|
2b93265564
|
7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
Reviewed-by: jjg
|
2013-08-30 15:59:33 -07:00 |
|
Jonathan Gibbons
|
4449fa0c56
|
8023700: Use non breaking space in various labels
Reviewed-by: bpatel
|
2013-08-30 11:48:36 -07:00 |
|