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 271406 - NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion
Summary: NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulat...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 13:37 UTC by italba
Modified: 2017-08-30 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230177


Attachments
stacktrace (4.55 KB, text/plain)
2017-08-30 13:37 UTC, italba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description italba 2017-08-30 13:37:22 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
italba: <Please provide a description of the problem or the steps to reproduce>
Just starting netbeans, no visible error




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion(BufferStrategyPaintManager.java:413)
   at javax.swing.BufferStrategyPaintManager.endPaint(BufferStrategyPaintManager.java:377)
   at javax.swing.RepaintManager.endPaint(RepaintManager.java:1363)
   at javax.swing.JViewport.setViewPosition(JViewport.java:1108)
   at javax.swing.JViewport.scrollRectToVisible(JViewport.java:436)
   at javax.swing.JComponent.scrollRectToVisible(JComponent.java:3111)
Comment 1 italba 2017-08-30 13:37:24 UTC
Created attachment 165053 [details]
stacktrace