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 182370 - NullPointerException at org.netbeans.modules.javafx.refactoring.repository.ClassModelFactory$ClassModelPopulator.visitIdentifier
Summary: NullPointerException at org.netbeans.modules.javafx.refactoring.repository.Cl...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 173077
  Show dependency tree
 
Reported: 2010-03-19 12:48 UTC by Alexandr Scherbatiy
Modified: 2010-03-23 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166690


Attachments
stacktrace (3.93 KB, text/plain)
2010-03-19 12:48 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-03-19 12:48:39 UTC
Build: NetBeans IDE Dev (Build 201003180200)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx.refactoring.repository.ClassModelFactory$ClassModelPopulator.visitIdentifier(ClassModelFactory.java:255)
   at org.netbeans.modules.javafx.refactoring.repository.ClassModelFactory$ClassModelPopulator.visitIdentifier(ClassModelFactory.java:108)
   at com.sun.tools.javafx.tree.JFXIdent.accept(JFXIdent.java:66)
   at com.sun.javafx.api.tree.JavaFXTreePathScanner.scan(JavaFXTreePathScanner.java:63)
   at com.sun.javafx.api.tree.JavaFXTreeScanner.visitOverrideClassVar(JavaFXTreeScanner.java:403)
   at com.sun.tools.javafx.tree.JFXOverrideClassVar.accept(JFXOverrideClassVar.java:76)
Comment 1 Alexandr Scherbatiy 2010-03-19 12:48:52 UTC
Created attachment 95429 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-03-19 12:52:48 UTC
To reproduce it refactor name of the package in the project
http://netbeans.org/bugzilla/attachment.cgi?id=95328
Comment 3 J Bachorik 2010-03-19 14:19:40 UTC
fixed in http://hg.netbeans.org/javafx/rev/a1341a9d9c9e
Comment 4 Alexandr Scherbatiy 2010-03-23 14:42:17 UTC
verified in NetBeans-JavaFX-Soma: #194