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 151113 - JavaFX API javadoc is not accessible from a project javadoc
Summary: JavaFX API javadoc is not accessible from a project javadoc
Status: VERIFIED WONTFIX
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 10:28 UTC by Alexandr Scherbatiy
Modified: 2008-10-28 11:24 UTC (History)
0 users

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 Alexandr Scherbatiy 2008-10-23 10:28:09 UTC
JavaFX_NB_Plugin_NB65_promoted: #48 2008-10-23_03-01-09.zip

  Product Version         = NetBeans IDE 6.5 RC1 (Build 200810171318)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03; Sun Microsystems Inc.

Steps to reproduce:
- Create a JavaFX Script class:
-----------------------------------------------------
import javafx.scene.Node;
import javafx.scene.CustomNode;
import javafx.scene.shape.Circle;


public class MyNode extends CustomNode{

    public override function create ():Node {
        return Circle{};
    }

}
-----------------------------------------------------
- Generate  javadoc
  The javadoc appears in a browser
- Click on MyNode class
- Click on javafx.scene.CustomNode link
  File Not Found
Comment 1 Anton Chechel 2008-10-27 11:29:37 UTC
This is Java FX SDK bug. Documentation with broken links has been generated by javafxdoc.exe.
Comment 2 Alexandr Scherbatiy 2008-10-27 11:37:17 UTC
Should I fill a JIRA issue on it?
Comment 3 Anton Chechel 2008-10-27 12:04:15 UTC
Sure. But I don't think they will have time to fix it till M7.
Comment 4 Alexandr Scherbatiy 2008-10-28 10:38:15 UTC
JIRA issue: http://openjfx.java.sun.com/jira/browse/JFXC-2315
Comment 5 Alexandr Scherbatiy 2008-10-28 11:24:17 UTC
verified