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 181522 - NullPointerException at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setParentErrorFlag
Summary: NullPointerException at org.netbeans.modules.javafx.source.tasklist.FXErrorAn...
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-03-04 08:36 UTC by Andrei Chistiakov
Modified: 2010-04-13 07:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165235


Attachments
stacktrace (4.51 KB, text/plain)
2010-03-04 08:36 UTC, Andrei Chistiakov
Details
stacktrace (4.51 KB, text/plain)
2010-03-05 07:16 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2010-03-04 08:36:55 UTC
Build: NetBeans IDE Dev (Build 201003031246)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
GUEST: Launched NB

GUEST: Opened a JavaFX project and NB "Scanning projects" task was running

ca-nb: set configuration to Mobile while Scanning projects was in progress




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setParentErrorFlag(FXErrorAnnotator.java:365)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setErrorFlag(FXErrorAnnotator.java:374)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setParentErrorFlag(FXErrorAnnotator.java:367)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setErrorFlag(FXErrorAnnotator.java:374)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setParentErrorFlag(FXErrorAnnotator.java:367)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.setErrorFlag(FXErrorAnnotator.java:374)
Comment 1 Andrei Chistiakov 2010-03-04 08:36:59 UTC
Created attachment 94756 [details]
stacktrace
Comment 2 Andrei Chistiakov 2010-03-05 07:16:22 UTC
Created attachment 94796 [details]
stacktrace

opened JavaFX project created from existing sources located in different folders
Comment 3 Exceptions Reporter 2010-03-05 07:16:35 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165235
Comment 4 J Bachorik 2010-04-06 13:33:35 UTC
FXErrorAnnotator has been replaced by ErorsCache - it should have resolved this problem.
Comment 5 Alexandr Scherbatiy 2010-04-13 07:34:12 UTC
Unable to reproduce in build NetBeans-JavaFX-Soma: #218