This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243040 - Javadoc URLs incorrect for JDK 1.8
Summary: Javadoc URLs incorrect for JDK 1.8
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 243111 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-19 09:35 UTC by cnahr
Modified: 2014-04-25 08:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cnahr 2014-03-19 09:35:06 UTC
The newly released NetBeans 8.0 has outdated Platform Javadoc URLs when using JDK 1.8. These are the entries added by default:

http://download.oracle.com/javase/8/docs/api/
http://docs.oracle.com/javafx/2/api/

These are the correct current URLs:

http://docs.oracle.com/javase/8/docs/api/
http://docs.oracle.com/javase/8/javafx/api/

That is, the base API documentation has switched from subdomain "download" to "docs" (there's an automatic redirect at the moment), and the JavaFX API documentation was still pointing to version 2 instead of 8.

Another related minor issue: When clicking "Move Down" or "Move Up" next to the Platform Javadoc list, the list box should automatically scroll to keep the currently selected (= moving) entry in view.
Comment 1 Tomas Zezula 2014-03-19 14:45:04 UTC
Nice.
The location has changed after code freeze.
Candidate for patch.
Comment 2 Jiri Rechtacek 2014-03-27 10:05:11 UTC
See issue 242900...
Comment 3 Tomas Zezula 2014-03-28 07:34:22 UTC
1st) 
http://download.oracle.com/javase/8/docs/api/ vs http://docs.oracle.com/javase/8/docs/api/
both are valid but docs.oracle.com seems nicer.

2nd) Regarding the javafx only the http://docs.oracle.com/javase/8/javafx/api/ is correct.
Comment 4 Tomas Zezula 2014-03-28 08:04:51 UTC
Fixed jet-main fee3514ef3d9
Comment 5 Quality Engineering 2014-04-05 03:30:50 UTC
Integrated into 'main-silver', will be available in build *201404050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fee3514ef3d9
User: Tomas Zezula <tzezula@netbeans.org>
Log: #243040:Javadoc URLs incorrect for JDK 1.8
Comment 6 Jiri Prox 2014-04-16 13:33:42 UTC
verified in trunk
Comment 7 Tomas Zezula 2014-04-23 08:00:21 UTC
transplanted to patch1:
a11c1035817b
b9ca1cddcc29
Comment 8 Quality Engineering 2014-04-24 02:04:41 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/a11c1035817b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #243040:Javadoc URLs incorrect for JDK 1.8
Comment 9 Roman Svitanic 2014-04-25 08:29:42 UTC
*** Bug 243111 has been marked as a duplicate of this bug. ***