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 - NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion
Summary: NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulat...
Status: RESOLVED DUPLICATE of bug 226243
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 03:32 UTC by davti
Modified: 2013-02-19 19:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198689


Attachments
stacktrace (3.47 KB, text/plain)
2013-02-18 03:32 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***