Bug 188264 - Exception during execution
Summary: Exception during execution
Keywords:
Status: CLOSED DUPLICATE of bug 183212
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ben Konrath
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-07 15:06 UTC by Mladen Adamovic
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-08 06:14:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mladen Adamovic 2006-04-07 15:06:09 UTC
Description of problem:
If exception occur during execution of the Java program inside FC5 Eclipse 3.1.2
(i.e. NullPointException) Eclipse print the HREF and that is normal. This HREF
is clickable and that is still OK. The bug is that if I click to this HREF Eclipse 

Version-Release number of selected component (if applicable):


How reproducible:
With something like the following (FC5 is on my other computer so please correct
syntax error if any).
import java.io.*;
public class foo {
  public static void main(String[] args) {
    String s;
    system.out.println(s.length());
}
}

Steps to Reproduce:
1. Run the program above 
2. Click in the Console output the location of the error
3.
  
Actual results:
Internal Eclipse error

Expected results:
Position inside the file

Additional info:

Comment 1 Ben Konrath 2006-04-08 04:25:19 UTC
Are you seeing behaviour similar to bug #183212? Or is it something different?

Comment 2 Mladen Adamovic 2006-04-08 06:12:57 UTC
Yes, this bug is duplicate of <a
href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183212" bug
#183212</a>. And there is this bug even better explained. Sorry for bothering you.


Comment 3 Mladen Adamovic 2006-04-08 06:14:28 UTC

*** This bug has been marked as a duplicate of 183212 ***

Comment 4 Ben Konrath 2006-04-08 16:47:11 UTC
It's no bother. Thanks for filing the bug :)


Note You need to log in before you can comment on or make changes to this bug.