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 255289 - AssertionError:
Summary: AssertionError:
Status: RESOLVED DUPLICATE of bug 255287
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 09:14 UTC by Ondrej Brejla
Modified: 2015-09-15 09:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219935


Attachments
stacktrace (6.03 KB, text/plain)
2015-09-15 09:14 UTC, Ondrej Brejla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Brejla 2015-09-15 09:14:16 UTC
Build: NetBeans IDE Dev (Build 20150915-1a325ae87af8)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
obrejla: Right click on a project node -> Git -> Commit...

Before any other UI appeared, assertion error was throws.




Stacktrace: 
java.lang.AssertionError:  
   at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboRenderer.getListCellRendererComponent(RepositoryComboRenderer.java:93)
   at javax.swing.plaf.basic.BasicComboBoxUI.getBaseline(BasicComboBoxUI.java:979)
   at javax.swing.plaf.metal.MetalComboBoxUI.getBaseline(MetalComboBoxUI.java:149)
   at javax.swing.JComponent.getBaseline(JComponent.java:2561)
   at javax.swing.GroupLayout$ComponentSpring.getBaseline(GroupLayout.java:3075)
   at javax.swing.GroupLayout$BaselineGroup.calculateBaselineAndResizeBehavior(GroupLayout.java:2732)
Comment 1 Ondrej Brejla 2015-09-15 09:14:20 UTC
Created attachment 156176 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-15 09:24:29 UTC

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