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 258722

Summary: StackOverflowError at at org.netbeans.modules.collab.ui.actions.LogoutAction.isEnabled(LogoutAction.java:74)
Product: connecteddeveloper Reporter: Chiana
Component: Team FrameworkAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: Chiana, markiewb
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 147149
Attachments: stacktrace
stacktrace

Description Chiana 2016-04-08 09:36:00 UTC
This bug was originally marked as duplicate of bug 245206, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201603260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b62, Java(TM) SE Runtime Environment, 1.8.0-ea-b120
OS: Windows 8

User Comments:
Chiana: How to reproduce; Shut down netbeans and then start it again, expand the "file" menu and slowly move mouse over the menu-bar (as File->Edit->View et.c.) as you reach the Team menu or Collaboration menu the error should occur.
It seems it will only occur with freshly started NB.




Stacktrace: 
java.lang.StackOverflowError
   at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:233)
   at javax.swing.UIDefaults.get(UIDefaults.java:163)
   at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:64)
   at javax.swing.UIManager.get(UIManager.java:955)
   at sun.swing.MenuItemLayoutHelper.getMinTextOffset(MenuItemLayoutHelper.java:215)
   at sun.swing.MenuItemLayoutHelper.reset(MenuItemLayoutHelper.java:138)
Comment 1 Chiana 2016-04-08 09:36:02 UTC
Created attachment 159162 [details]
stacktrace
Comment 2 Chiana 2016-04-08 09:47:00 UTC
This occured when trying to reproduce #220630
Comment 3 Chiana 2016-04-08 10:50:42 UTC
Created attachment 159165 [details]
stacktrace

Yup, also in latest build...