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 199252 - NullPointerException at sun.font.ExtendedTextSourceLabel.createItalicBounds
Summary: NullPointerException at sun.font.ExtendedTextSourceLabel.createItalicBounds
Status: RESOLVED DUPLICATE of bug 197534
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 07:18 UTC by andrey_pk
Modified: 2011-10-10 14:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179233


Attachments
stacktrace (5.92 KB, text/plain)
2011-06-08 07:18 UTC, andrey_pk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andrey_pk 2011-06-08 07:18:42 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: OpenJDK Client VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at sun.font.ExtendedTextSourceLabel.createItalicBounds(ExtendedTextSourceLabel.java:294)
   at sun.font.ExtendedTextSourceLabel.getItalicBounds(ExtendedTextSourceLabel.java:161)
   at sun.font.TextLabel.getItalicBounds(TextLabel.java:107)
   at java.awt.font.TextLine.getItalicBounds(TextLine.java:839)
   at java.awt.font.TextLayout.getNaturalBounds(TextLayout.java:730)
   at java.awt.font.TextLayout.getCaretInfo(TextLayout.java:1313)
Comment 1 andrey_pk 2011-06-08 07:18:47 UTC
Created attachment 108792 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-10-10 14:15:38 UTC
This should be resolved by changes in issue 197534.
If the problem persists with NB 7.1 Beta or a recent Dev build please reopen the issue.

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