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 161856 - AssertionError: Attempt to fire an unsupported property change event from org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureDelegate: null
Summary: AssertionError: Attempt to fire an unsupported property change event from org...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
: 157117 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-03 10:11 UTC by pribyl
Modified: 2009-06-21 13:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148821


Attachments
stacktrace (1007 bytes, text/plain)
2009-04-03 10:11 UTC, pribyl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pribyl 2009-04-03 10:11:17 UTC
Build: NetBeans IDE Dev (Build 200904030200)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
pribyl: I started the IDE from command line, using a parameter --open for opening a project.
The project was loaded in the IDE and this Assertion was thrown



Stacktrace: 
java.lang.AssertionError: Attempt to fire an unsupported property change event from org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureDelegate: null
        at org.netbeans.modules.project.ui.PhysicalView$GroupNode$1.run(PhysicalView.java:315)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 pribyl 2009-04-03 10:11:26 UTC
Created attachment 79359 [details]
stacktrace
Comment 2 Jaroslav Tulach 2009-04-06 15:29:55 UTC
ergonomics#d62e83c4a46c
Comment 3 Quality Engineering 2009-04-07 07:19:05 UTC
Integrated into 'main-golden', will be available in build *200904070200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d62e83c4a46c
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #161856: firePropertyChange(null,null,null) is valid according to JavaBeans specification and shall be supported
Comment 4 Jaroslav Tulach 2009-04-09 12:20:31 UTC
*** Issue 157117 has been marked as a duplicate of this issue. ***