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 217675 - NullPointerException at javax.swing.JComponent.scrollRectToVisible
Summary: NullPointerException at javax.swing.JComponent.scrollRectToVisible
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 10:44 UTC by Maksim Khramov
Modified: 2012-10-24 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192017


Attachments
stacktrace (1.27 KB, text/plain)
2012-08-31 10:44 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-08-31 10:44:31 UTC
Build: NetBeans IDE Dev (Build 201208300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b30
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JComponent.scrollRectToVisible(JComponent.java:3105)
   at org.netbeans.modules.graphicclassview.JavaNodeWidget$GoToSourceAction$1Opener.run(JavaNodeWidget.java:67)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
   at java.awt.EventQueue.access$000(EventQueue.java:102)
   at java.awt.EventQueue$3.run(EventQueue.java:662)
Comment 1 Maksim Khramov 2012-08-31 10:44:34 UTC
Created attachment 123776 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-10-24 14:45:17 UTC
The bug probably originates in Class Visualization Module.
Reassigning. Please assign back if needed. Thank you.