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

Summary: Go to source does not work for Loaded Classes window
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173187    
Attachments: IDE screenshot

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.