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 187424 - NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion
Summary: NullPointerException at javax.swing.BufferStrategyPaintManager.flushAccumulat...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 11:15 UTC by wobster
Modified: 2010-06-10 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170598


Attachments
stacktrace (2.93 KB, text/plain)
2010-06-10 11:15 UTC, wobster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wobster 2010-06-10 11:15:52 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
wobster: Editing the properties of the SOAP binding component




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BufferStrategyPaintManager.flushAccumulatedRegion(BufferStrategyPaintManager.java:399)
   at javax.swing.BufferStrategyPaintManager.endPaint(BufferStrategyPaintManager.java:363)
   at javax.swing.RepaintManager.endPaint(RepaintManager.java:1288)
   at javax.swing.JComponent._paintImmediately(JComponent.java:5078)
   at javax.swing.JComponent.paintImmediately(JComponent.java:4882)
   at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:785)
Comment 1 wobster 2010-06-10 11:15:56 UTC
Created attachment 99973 [details]
stacktrace