-
Bug
-
Resolution: Duplicate
-
P3
-
8u20
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
java version "1.8.0_60-ea"
Java(TM) SE Runtime Environment (build 1.8.0_60-ea-b20)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b20, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Follow-up toJDK-8093199 and JDK-8094984.
The Javadoc.exe still generates stylesheet.css with a dangling reference to dejavu.css:
@import url('resources/fonts/dejavu.css');
Either that file should be included in the generated doc, or the @import should be removed and the Deja Vu fonts should not be used.
REGRESSION. Last worked in version 7u76
ADDITIONAL REGRESSION INFORMATION:
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_60-ea"
Java(TM) SE Runtime Environment (build 1.8.0_60-ea-b20)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b20, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Follow-up to
The Javadoc.exe still generates stylesheet.css with a dangling reference to dejavu.css:
@import url('resources/fonts/dejavu.css');
Either that file should be included in the generated doc, or the @import should be removed and the Deja Vu fonts should not be used.
REGRESSION. Last worked in version 7u76
ADDITIONAL REGRESSION INFORMATION:
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
REPRODUCIBILITY :
This bug can be reproduced always.
- relates to
-
JDK-8093199 FX API docs bundle has a broken link to dejavu.css
- Resolved
-
JDK-8016549 jdk7 javadocs are hard to read
- Resolved
-
JDK-8227487 JavaDoc style sheet includes non-existant dejavu.css
- Closed