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 200294 - AssertionError at org.netbeans.modules.search.MatchingObject.propertyChange
Summary: AssertionError at org.netbeans.modules.search.MatchingObject.propertyChange
Status: RESOLVED DUPLICATE of bug 200293
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 17:03 UTC by Petr Cyhelsky
Modified: 2011-07-25 13:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180034


Attachments
stacktrace (3.50 KB, text/plain)
2011-07-21 17:03 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2011-07-21 17:03:48 UTC
Build: NetBeans IDE Dev (Build 201107010600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
stopd: I was opening a .jelly via "Open as..." with the type "XML externally parsed"




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.MatchingObject.propertyChange(MatchingObject.java:192)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.openide.loaders.DataObject.firePropertyChange(DataObject.java:938)
   at org.openide.loaders.DataObject.dispose(DataObject.java:201)
Comment 1 Petr Cyhelsky 2011-07-21 17:03:52 UTC
Created attachment 109559 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-07-25 13:21:13 UTC

*** This bug has been marked as a duplicate of bug 200293 ***