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 262812 - AssertionError at org.openide.awt.HtmlRendererImpl.reset
Summary: AssertionError at org.openide.awt.HtmlRendererImpl.reset
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-14 12:07 UTC by Tomas Stupka
Modified: 2016-07-15 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225229


Attachments
stacktrace (5.17 KB, text/plain)
2016-07-14 12:07 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-07-14 12:07:20 UTC
Build: NetBeans IDE Dev (Build 20160714-586003ecd501)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: trying to exclude a dep




Stacktrace: 
java.lang.AssertionError
   at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:103)
   at org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:147)
   at org.netbeans.modules.maven.dependencies.CheckRenderer.getTreeCellRendererComponent(CheckRenderer.java:104)
   at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807)
   at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
   at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1360)
Comment 1 Tomas Stupka 2016-07-14 12:07:22 UTC
Created attachment 160383 [details]
stacktrace
Comment 2 Tomas Stupka 2016-07-14 14:56:56 UTC
fixed in jet-main #c1c1f59cb90c
Comment 3 Quality Engineering 2016-07-15 01:48:01 UTC
Integrated into 'main-silver', will be available in build *201607150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c1c1f59cb90c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #262812 - AssertionError at org.openide.awt.HtmlRendererImpl.reset