On Fri, 2002-03-01 at 15:31, Wangjammer5 wrote: > > > We cannot reproduce this behaviour. Is it stable reproducable for you? > Are > > the stack lines highlighted as hyperlinks? > > No, they are shown in red. It is 100% reproducible. > > Only the last line of the stacktrace in my example case is a hyperlink: > > java.lang.Thread.run(Thread.java:434) > > All the other lines above it are not.
Works OK on my machine. 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. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
