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 192045 - NullPointerException at sun.font.GlyphLayout.layout
Summary: NullPointerException at sun.font.GlyphLayout.layout
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: 2010-11-17 10:15 UTC by shmaltorhbooks
Modified: 2011-10-07 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173972


Attachments
stacktrace (3.78 KB, text/plain)
2010-11-17 10:15 UTC, shmaltorhbooks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shmaltorhbooks 2010-11-17 10:15:41 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: OpenJDK Client VM, 17.0-b16, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
shmaltorhbooks: right click on ZF'controller file in Projects window




Stacktrace: 
java.lang.NullPointerException
   at sun.font.GlyphLayout.layout(GlyphLayout.java:473)
   at sun.font.ExtendedTextSourceLabel.createGV(ExtendedTextSourceLabel.java:324)
   at sun.font.ExtendedTextSourceLabel.getGV(ExtendedTextSourceLabel.java:310)
   at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:224)
   at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:133)
   at java.awt.font.TextLine.init(TextLine.java:282)
Comment 1 shmaltorhbooks 2010-11-17 10:15:44 UTC
Created attachment 103026 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-10-07 10:22:35 UTC
This should be resolved by changes in issue 197534.

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