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 252346 - NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 22:22 UTC by alied
Modified: 2015-05-11 22:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208548


Attachments
stacktrace (3.36 KB, text/plain)
2015-05-11 22:22 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2015-05-11 22:22:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: - show git annotations in editor window
- right click on annotation
- select "sow annotations from <previous commit hash>"
- new editor window opens
- press CTRL+W and possibly simultanously with Q by accident to close the new window
- exception was thrown

alied: No idea; just restarted Netbeans. Will clean cache and see...

GUEST: this came when i tried to open an old revision in GIT history.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BoxLayout.preferredLayoutSize(BoxLayout.java:302)
   at java.awt.Container.preferredSize(Container.java:1794)
   at java.awt.Container.getPreferredSize(Container.java:1778)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1664)
   at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:96)
   at java.awt.Container.preferredSize(Container.java:1794)
Comment 1 alied 2015-05-11 22:22:51 UTC
Created attachment 153604 [details]
stacktrace