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 179497 - AssertionError at org.netbeans.modules.search.NodeRenderer.getTreeCellRendererComponent
Summary: AssertionError at org.netbeans.modules.search.NodeRenderer.getTreeCellRendere...
Status: RESOLVED DUPLICATE of bug 178652
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 05:32 UTC by Jiri Rechtacek
Modified: 2010-03-11 19:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164314


Attachments
stacktrace (1.97 KB, text/plain)
2010-01-14 05:33 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2010-01-14 05:32:54 UTC
Build: NetBeans IDE Dev (Build 091222-080039b21767)
VM: Java HotSpot(TM) Client VM, 16.0-b10, Java(TM) SE Runtime Environment, 1.6.0_18-ea-b03
OS: Linux, 2.6.31-17-generic, i386

User Comments:
jrechtacek: while searching on a project node in Projects tab



Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:142)
   at javax.swing.plaf.synth.SynthTreeUI.paintRow(SynthTreeUI.java:576)
   at javax.swing.plaf.synth.SynthTreeUI.paint(SynthTreeUI.java:299)
   at javax.swing.plaf.synth.SynthTreeUI.update(SynthTreeUI.java:226)
   at javax.swing.JComponent.paintComponent(JComponent.java:763)
   at javax.swing.JComponent.paint(JComponent.java:1029)
Comment 1 Jiri Rechtacek 2010-01-14 05:33:00 UTC
Created attachment 93284 [details]
stacktrace
Comment 2 Victor Vasilyev 2010-03-11 19:32:27 UTC

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