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 211702

Summary: NPE when debugging JavaFX
Product: javafx Reporter: gholmer <gholmer>
Component: DebuggerAssignee: J Bachorik <yardus>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description gholmer 2012-04-25 11:17:09 UTC
Steps to reproduce:
1) Create Cube3D sample JavaFX project.
2) Set breakpoint on line 174 in method start().
3) Start project in debugger (ctrl-F5).
4) when breakpoint is hit, step through code. Hit F8 on init() and show() methods, then F5 on play().
5) Result is java.lang.NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:67)
Comment 1 J Bachorik 2012-05-10 11:31:24 UTC

*** This bug has been marked as a duplicate of bug 211701 ***