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 218126 - NullPointerException at java.awt.Rectangle.<init>
Summary: NullPointerException at java.awt.Rectangle.<init>
Status: RESOLVED DUPLICATE of bug 217867
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 11:44 UTC by Petr Jiricka
Modified: 2012-09-11 11:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192209


Attachments
stacktrace (1.28 KB, text/plain)
2012-09-11 11:44 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-09-11 11:44:55 UTC
Build: NetBeans IDE Dev (Build web-main-8471-on-20120911)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-11M3811
OS: Mac OS X

User Comments:
pjiricka: Opening XML file I believe.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Rectangle.<init>(Rectangle.java:179)
   at org.netbeans.editor.BaseCaret.update(BaseCaret.java:761)
   at org.netbeans.editor.BaseCaret$10.run(BaseCaret.java:2176)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)
   at java.awt.EventQueue.access$400(EventQueue.java:82)
Comment 1 Petr Jiricka 2012-09-11 11:44:58 UTC
Created attachment 124157 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-09-11 11:46:43 UTC

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