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

Summary: NullPointerException at sun.font.GlyphLayout.layout
Product: editor Reporter: shmaltorhbooks
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173972
Attachments: stacktrace

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 ***