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 149552 - javadoc: fx javadoc view shown for java file
Summary: javadoc: fx javadoc view shown for java file
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2008-10-08 19:58 UTC by Lark Fitzgerald
Modified: 2008-11-04 15:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (247.23 KB, image/jpeg)
2008-11-03 15:51 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-10-08 19:58:10 UTC
Tested using FX Cont trunk build 320 with SDK:
Product: javafx-1.0dev, Platform: windows-i586, Build-Number: 634, Build-ID: 2008-10-07_03-34-16 on NB6.5: 
Product Version: NetBeans IDE Dev (Build 200810060201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

1. create javafx app & a java app (I used the mars rover viewer sample app)
2. open the javadoc window (Window > Other > Javadoc view)

The javadoc in the viewer is always from fx and never from java.
Comment 1 Anton Chechel 2008-10-17 17:19:25 UTC
fixed
Comment 2 Lark Fitzgerald 2008-10-21 19:06:09 UTC
I can still reproduce this using:

Tested using Promoted SDK #42/Plugin build #43 Oct 21, 2008 5:31:51 PM
Product: javafx-1.0dev, Platform: windows-i586, Build-Number: 749, Build-ID: 2008-10-17_19-02-42 on:
Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 3 Anton Chechel 2008-10-27 13:48:14 UTC
Do you mean there are only one view?
Or javadoc is been shown only for FX code?
Comment 4 Lark Fitzgerald 2008-10-27 14:37:07 UTC
second one. javadoc is only shown for javafx.
Comment 5 Anton Chechel 2008-10-30 16:19:23 UTC
*** Issue 149960 has been marked as a duplicate of this issue. ***
Comment 6 Anton Chechel 2008-11-01 22:33:41 UTC
fixed
Comment 7 Lark Fitzgerald 2008-11-03 15:50:24 UTC
I still see this (image attached):
Continuous build #490 contains SDK 46 (768) 
Product Version: NetBeans IDE 6.5 RC2 (Build 200810270001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 8 Lark Fitzgerald 2008-11-03 15:51:19 UTC
Created attachment 73134 [details]
screenshot
Comment 9 Anton Chechel 2008-11-04 13:17:21 UTC
That is because LoadImageTask.java belongs to Java SE project and it project has own Javadoc view
(Menu-Windows-Other-Javadoc) and our Java FX project has Javafxdoc view which is different. If you will use java class
(line java.lang.Runnable) in Java FX source then you will see javadoc from Java in our javafxdoc.

I agree what that two views are a bit confuse user but we have no other choice. There is no way currently to use javadoc
view from Java SE support to show out javafxdoc content. We just have our own javafxdoc view, like own version of
navigator or debugger.
Comment 10 Lark Fitzgerald 2008-11-04 15:14:16 UTC
ah.