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 159313 - AssertionError at org.netbeans.modules.parsing.impl.event.EventSupport$EditorRegistryListener.propertyChange
Summary: AssertionError at org.netbeans.modules.parsing.impl.event.EventSupport$Editor...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-02-27 13:39 UTC by ki4ngel
Modified: 2009-04-20 20:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146845


Attachments
stacktrace (2.35 KB, text/plain)
2009-02-27 13:39 UTC, ki4ngel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ki4ngel 2009-02-27 13:39:03 UTC
Build: NetBeans IDE Dev (Build 200902251401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.parsing.impl.event.EventSupport$EditorRegistryListener.propertyChange(EventSupport.java:361)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
        at java.awt.Component.firePropertyChange(Component.java:7277)
        at org.openide.text.QuietEditorPane.firePropertyChange(QuietEditorPane.java:202)
        at javax.swing.JComponent.putClientProperty(JComponent.java:3838)
Comment 1 ki4ngel 2009-02-27 13:39:07 UTC
Created attachment 77461 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-03-09 11:53:32 UTC
Any idea what you did in the idea when this happened? Thanks
Comment 3 Vitezslav Stejskal 2009-04-16 17:52:57 UTC
Local changeset: 6e7ea48b26cb
Comment 4 Quality Engineering 2009-04-18 07:29:14 UTC
Integrated into 'main-golden', will be available in build *200904180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6e7ea48b26cb
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #159313 - the property value can either be true, false or null
Comment 5 Quality Engineering 2009-04-20 20:27:05 UTC
Integrated into 'main-golden', will be available in build *200904201507* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6e7ea48b26cb
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #159313 - the property value can either be true, false or null