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 186492 - NullPointerException at org.netbeans.api.javafx.source.ClassIndex.applyClassPaths
Summary: NullPointerException at org.netbeans.api.javafx.source.ClassIndex.applyClassP...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 10:37 UTC by Petr Chytil
Modified: 2010-06-18 09:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169937


Attachments
stacktrace (2.43 KB, text/plain)
2010-05-21 10:37 UTC, Petr Chytil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2010-05-21 10:37:38 UTC
Build: NetBeans IDE 6.9 RC1 (Build 201005202201)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-9M3165
OS: Mac OS X

User Comments:
pchytil: I created two simple FX Composer projects, did some editing, then deleted one of them.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.javafx.source.ClassIndex.applyClassPaths(ClassIndex.java:219)
   at org.netbeans.api.javafx.source.ClassIndex.<init>(ClassIndex.java:203)
   at org.netbeans.api.javafx.source.ClassIndex.forClasspathInfo(ClassIndex.java:207)
   at org.netbeans.api.javafx.source.ClasspathInfo.getClassIndex(ClasspathInfo.java:227)
   at org.netbeans.modules.javafx.source.indexing.JavaFXIndexer.index(JavaFXIndexer.java:689)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:175)
Comment 1 Petr Chytil 2010-05-21 10:37:41 UTC
Created attachment 99301 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-06-08 10:48:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=169937
Comment 3 J Bachorik 2010-06-15 10:45:21 UTC
fixed in http://hg.netbeans.org/javafx/rev/bf4d42a7f112
Comment 4 Alexandr Scherbatiy 2010-06-18 09:19:46 UTC
Unable to reproduce in NetBeans IDE Dev (Build 201006180001)