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 259140 - NullPointerException at javax.swing.text.GlyphView$GlyphPainter.getNextVisualPositionFrom
Summary: NullPointerException at javax.swing.text.GlyphView$GlyphPainter.getNextVisual...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-05 09:48 UTC by js-java
Modified: 2016-05-27 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223893


Attachments
stacktrace (3.64 KB, text/plain)
2016-05-05 09:48 UTC, js-java
Details

Note You need to log in before you can comment on or make changes to this bug.
Description js-java 2016-05-05 09:48:31 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
js-java: gui editor - on Win 7 aber opening GUI editor on Win 10 (and save and commit)




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.GlyphView$GlyphPainter.getNextVisualPositionFrom(GlyphView.java:1318)
   at javax.swing.text.GlyphView.getNextVisualPositionFrom(GlyphView.java:907)
   at javax.swing.text.Utilities.getNextVisualPositionFrom(Utilities.java:1008)
   at javax.swing.text.CompositeView.getNextEastWestVisualPositionFrom(CompositeView.java:757)
   at javax.swing.text.CompositeView.getNextVisualPositionFrom(CompositeView.java:482)
   at javax.swing.text.Utilities.getNextVisualPositionFrom(Utilities.java:1008)
Comment 1 js-java 2016-05-05 09:48:32 UTC
Created attachment 159552 [details]
stacktrace