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 26517 - Missing hyperlinks in output window
Summary: Missing hyperlinks in output window
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ mihmax
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 17:42 UTC by Richard Malaschitz
Modified: 2008-12-23 08:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Malaschitz 2002-08-14 17:42:25 UTC
My program throws exception and in output window is stack trace - last rows 
are:
------------------------------------
.
.
.
(Statement.java:172)
        at 
org.gjt.mm.mysql.jdbc2.Statement.executeQuery(Statement.java:80)
 
       at History.updateHistory(History.java:49)
        at 
History.main(History.java:90)
------------------------------------
Underlined is only last row. Why is 
not underlined previous row too - it is the same class ? I tried the same 
program in Orion and Pilsen. Only in Pilsen was behaviour correct - I was 
able click on both rows.
Comment 1 _ ttran 2002-08-15 12:21:37 UTC
what's the version of the IDE?  NB 3.4 RC2?
Comment 2 Richard Malaschitz 2002-08-15 13:19:49 UTC
Yes NB 3.4 RC2. This behaviour is not regular, when I create simple 
program: 
------------------------------------------------
public class Main {
   static public void updateHistory() 
throws Exception {int a = 1/0;}    
   public static void main(String[] args) 
throws Exception {updateHistory();}    
}
------------------------------------------------
hyperlinks are correct.
Comment 3 akemr 2002-08-16 09:57:05 UTC
First, only lines comming from mounted sources should be underlined.

If it's your case, could you please attach some example,
which don't work properly? Thanks.
Comment 4 Richard Malaschitz 2002-08-16 12:42:36 UTC
Example:
----------------------------------------------------------
public class History {    
   static public void 
updateHistory() {int a = 1/0;}    
   public static void main(String[] args) 
{updateHistory();} 
}
----------------------------------------------------------
When I changed name of class - hyperlinks are 
correct.
Comment 5 akemr 2002-08-16 14:19:03 UTC
Fixed in trunk.

Lowering priority, because the bug appears if (and only if)
method name contains class name.
(e.g. "updateHistory".indexOf("History") > -1 )
Comment 6 Marian Mirilovic 2002-09-11 10:31:18 UTC
verified in [nb_dev](20020911)
Comment 7 Jaroslav Tulach 2002-12-03 09:55:29 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 8 akemr 2002-12-03 10:11:15 UTC
OK, reassign to Maxym to add patch and integrate into release 341 branch
Comment 9 _ mihmax 2002-12-03 10:49:27 UTC
Ales, thanks ;-)
Please provide a .diff
Comment 11 _ mihmax 2002-12-06 07:03:24 UTC
Patch not applicable to release341 (1.78.4.2) version of
OutputTabTerm.java

Please, patch yourself
Comment 12 Marian Mirilovic 2002-12-06 17:14:31 UTC
reassigne to Tim, new owner of terminal emulator
Comment 13 _ mihmax 2002-12-06 19:45:47 UTC
Tim, don't bother here,
please better fix #26097
Comment 14 _ mihmax 2002-12-06 19:53:55 UTC
Checking in core/src/org/netbeans/core/output/OutputTabTerm.java;
new revision: 1.78.4.2.2.2; previous revision: 1.78.4.2.2.1
done

BTW: I wander why this Issue was NEW, while it was fixed by Ales in
trunk already?
Comment 15 Marian Mirilovic 2003-09-04 10:25:19 UTC
verified
Comment 16 Quality Engineering 2008-12-23 08:24:11 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.