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:
Are you seeing behaviour similar to bug #183212? Or is it something different?
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.
*** This bug has been marked as a duplicate of 183212 ***
It's no bother. Thanks for filing the bug :)