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 256717 - NullPointerException at org.netbeans.modules.maven.hyperlinks.GoToImplementation.actionPerformed
Summary: NullPointerException at org.netbeans.modules.maven.hyperlinks.GoToImplementat...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 23:36 UTC by ferrybig
Modified: 2015-12-08 05:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221280


Attachments
stacktrace (2.58 KB, text/plain)
2015-11-20 23:36 UTC, ferrybig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ferrybig 2015-11-20 23:36:12 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
ferrybig: unknown




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.hyperlinks.GoToImplementation.actionPerformed(GoToImplementation.java:114)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:337)
   at org.netbeans.editor.GlyphGutter$GutterMouseListener.mouseClicked(GlyphGutter.java:957)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
   at java.awt.Component.processMouseEvent(Component.java:6530)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
Comment 1 ferrybig 2015-11-20 23:36:14 UTC
Created attachment 157436 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-07 09:29:14 UTC
fixed in jet-main #1d56756e8629
Comment 3 Quality Engineering 2015-12-08 05:45:51 UTC
Integrated into 'main-silver', will be available in build *201512080311* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1d56756e8629
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #256717 - NullPointerException at org.netbeans.modules.maven.hyperlinks.GoToImplementation.actionPerformed