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 161779 - NullPointerException at org.netbeans.modules.bugtracking.hyperlink.EditorHyperlinkProviderImpl.getIssueSpan
Summary: NullPointerException at org.netbeans.modules.bugtracking.hyperlink.EditorHype...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 15:31 UTC by Egor Ushakov
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148753


Attachments
stacktrace (2.28 KB, text/plain)
2009-04-02 15:31 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2009-04-02 15:31:47 UTC
Build: NetBeans IDE Dev (Build 090402)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) Platform, Standard Edition for Business, 1.6.0_10-b33
OS: SunOS, 5.11, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugtracking.hyperlink.EditorHyperlinkProviderImpl.getIssueSpan(EditorHyperlinkProviderImpl.java:159)
        at org.netbeans.modules.bugtracking.hyperlink.EditorHyperlinkProviderImpl.isHyperlinkPoint(EditorHyperlinkProviderImpl.java:81)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:279)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:239)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.mouseMoved(HyperlinkOperation.java:218)
        at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:313)
Comment 1 Egor Ushakov 2009-04-02 15:31:57 UTC
Created attachment 79291 [details]
stacktrace
Comment 2 Tomas Stupka 2009-04-06 10:45:54 UTC
fixed

changeset   : 125157:5c3e11b2e33d
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Mon Apr 06 11:45:26 CEST 2009
Comment 3 Quality Engineering 2009-04-08 19:56:59 UTC
Integrated into 'main-golden', will be available in build *200904081400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5c3e11b2e33d
User: Tomas Stupka <tstupka@netbeans.org>
Log: #161779 - NullPointerException at org.netbeans.modules.bugtracking.hyperlink.EditorHyperlinkProviderImpl.getIssueSpan