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 188142 - Go to source does not work for Loaded Classes window
Summary: Go to source does not work for Loaded Classes window
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-06-28 09:11 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE screenshot (60.30 KB, image/png)
2010-06-28 09:13 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-06-28 09:11:27 UTC
JavaFX Composer FXJDI: #31

  Product Version         = NetBeans IDE Dev (Build 201006240001)
(#712bfb992ed0)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01; Sun
Microsystems Inc.

Steps to reproduce:

- Create a MyClass JavaFX class:
-------------  MyClass.fx -------------
package javafxapplication;

public class MyClass {

}

public function run() {
    println("run...");
    
    
    var myClass = MyClass{};
    
    println(myClass);
}
---------------------------------------

- Set a breakpoint to the 'println(myClass);' line
- Debug the project

- Open the Loaded Classes window (Window-Debugging->Loaded Classes) 
- Right-click on javafxapplication.MyClass and select Go To Source

Error window pops up: No source found for class javafxapplication.MyClass
Comment 1 Alexandr Scherbatiy 2010-06-28 09:13:24 UTC
Created attachment 100447 [details]
IDE screenshot
Comment 2 David Strupl 2011-05-16 13:52:49 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.