> Works OK on my machine.
Lucky you... :(
> What do the lines above the last line say? If the JIT has compiled
> those methods you get method(Compiled Code) without a line number and I
> believe IDEA doesn't make those lines into hyperlinks to the source
> file.
No, sorry.
The lines are there, the line numbers are too � it shows them in the
trace.
Trust me � ARIADNA has broken this...
Could it be related to the fact that these are old IDEA 2.5 projects? I
just tested this by creating a 100% new project, with one trivial class
file. Still broken (Ariadna 605).
/*
* User: marc
* Date: 01-Mar-02
* Time: 16:20:09
*/
public class AriadnaBug
{
public static void main(String[] args)
{
new Object().notify();
}
}
Run it...
java.lang.IllegalMonitorStateException
at java.lang.Object.notify(Native Method)
at AriadnaBug.main(D:/contracts/test/src/AriadnaBug.java:11)
Exception in thread "main" Process terminated with exit code 1
Nothing in that list is a hyperlink. Before Ariadna, the last line of the
stack trace would have linked to the source for "main".
Also, creating this new project instantly displayed the bug in Ariadna
where the "make" when running the code deletes all the class files, so
you cannot run your code.
I had to turn of "make before running" to even test this example, and
manual compilation is required every time I run my code.
Please can we have these very annoying issues fixed?
I'm seriously considering going back to 2.5 :(
Marc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ W<A> ~~~~~
(o) Wangjammer5 (Marc Palmer)
( ) Wangjammer7
www.wangjammers.org = Java Consultants (Web|Smartcards|Crypto)
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list