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 119845 - NullPointerException at org.netbeans.modules.ant.freeform.FreeformEvaluator.fireChange
Summary: NullPointerException at org.netbeans.modules.ant.freeform.FreeformEvaluator.f...
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-10-24 01:27 UTC by Petr Jiricka
Modified: 2007-10-30 12:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 9021


Attachments
stacktrace (1.15 KB, text/plain)
2007-10-24 01:27 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2007-10-24 01:27:10 UTC
Build: NetBeans IDE Dev (Build 20071023165356)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-87
OS: Mac OS X, 10.4.10, i386

User Comments: 
Browsing NetBeans repository in the Favorites tab - I was looking at ruby/bundledjruby. Occurred when I clicked the node in the explorer.
Comment 1 Petr Jiricka 2007-10-24 01:27:19 UTC
Created attachment 51534 [details]
stacktrace
Comment 2 Milan Kubec 2007-10-25 07:59:52 UTC
I suppose that it's not reproducible.
Comment 3 Jesse Glick 2007-10-30 12:16:16 UTC
Seems someone added a null property change listener? I cannot reproduce, but I can make the code throw an NPE at the
time it was added, which would make the bug easy to fix if it happens again:

Checking in FreeformEvaluator.java;
/shared/data/ccvs/repository/ant/freeform/src/org/netbeans/modules/ant/freeform/FreeformEvaluator.java,v  <-- 
FreeformEvaluator.java
new revision: 1.10; previous revision: 1.9
done