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 243799 - NullPointerException at org.netbeans.modules.java.navigation.DocumentationScrollPane.goToSource
Summary: NullPointerException at org.netbeans.modules.java.navigation.DocumentationScr...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-13 15:23 UTC by JayChristopher
Modified: 2015-03-21 07:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209086


Attachments
stacktrace (3.14 KB, text/plain)
2014-04-13 15:23 UTC, JayChristopher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JayChristopher 2014-04-13 15:23:29 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 7

User Comments:
JayChristopher: Wanted to open source in Javadoc window, Javadoc window was loading really long and then clicking Source button caused this exception.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.navigation.DocumentationScrollPane.goToSource(DocumentationScrollPane.java:365)
   at org.netbeans.modules.java.navigation.DocumentationScrollPane.access$1000(DocumentationScrollPane.java:85)
   at org.netbeans.modules.java.navigation.DocumentationScrollPane$DocPaneAction.actionPerformed(DocumentationScrollPane.java:539)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 JayChristopher 2014-04-13 15:23:30 UTC
Created attachment 146723 [details]
stacktrace
Comment 2 Tomas Zezula 2015-03-19 11:18:53 UTC
Fixed jet-main 4d7e47ed5cea
Comment 3 Quality Engineering 2015-03-21 07:55:42 UTC
Integrated into 'main-silver', will be available in build *201503210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4d7e47ed5cea
User: Tomas Zezula <tzezula@netbeans.org>
Log: #243799:NullPointerException at org.netbeans.modules.java.navigation.DocumentationScrollPane.goToSource