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 225509

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutPainter.paintGaps
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198163
Attachments: stacktrace

Description Exceptions Reporter 2013-01-30 07:05:21 UTC
This bug was originally marked as duplicate of bug 213936, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b04
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutPainter.paintGaps(LayoutPainter.java:539)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.paintSelection(LayoutDesigner.java:1469)
   at org.netbeans.modules.form.HandleLayer.paintLayoutInnerSelection(HandleLayer.java:425)
   at org.netbeans.modules.form.HandleLayer.paintComponent(HandleLayer.java:321)
   at javax.swing.JComponent.paint(JComponent.java:1029)
   at javax.swing.JComponent.paintChildren(JComponent.java:862)
Comment 1 Exceptions Reporter 2013-01-30 07:05:23 UTC
Created attachment 130813 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:27:31 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.