[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Not a valid line number?

What version of Eclipse are you using? There was a bug with source lookup 
from stack traces in 3.2 (and was fixed in 3.2.2 - 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=166113).


Darin Wright

"Patrick Godeau" <pgodeau_nosp@xxxxxxxxxxxxxxxx> wrote in message 
news:f86sbb$u1q$1@xxxxxxxxxxxxxxxxxxxx
> Hello,
>
> My program crashes with an exception, and when I click on the source
> name in the stack trace, I get a class file editor with "source not
> found", and a message "123 is not a valid line number". However the
> sources are attached in the build path, and are available for example if
> I Ctrl-click on the class name, and the line number exists in the source
> and matches with the exception thrown.
>
> Can you please tell what I missed?
>
> -- 
> Patrick