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 226244

Summary: NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion
Product: ide Reporter: davti <davti>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198689
Attachments: stacktrace

Description davti 2013-02-18 03:32:27 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-10185-on-20130128)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion(BufferStrategyPaintManager.java:399)
   at javax.swing.BufferStrategyPaintManager.copyArea(BufferStrategyPaintManager.java:327)
   at javax.swing.RepaintManager.copyArea(RepaintManager.java:1240)
   at javax.swing.JViewport.blitDoubleBuffered(JViewport.java:1604)
   at javax.swing.JViewport.windowBlitPaint(JViewport.java:1573)
   at javax.swing.JViewport.setViewPosition(JViewport.java:1118)
Comment 1 davti 2013-02-18 03:32:28 UTC
Created attachment 131508 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-02-19 19:29:28 UTC

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