I have the same problem (I am not sure if it happens all the time, but at
least most of the time).

here is an example: i run a unittest with text UI and get this stacktrace in
the console with nothing highlighted:

.E
Time: 0.297
There was 1 error:
1) testReadAllAttributeValues(com.barra.cp.bdo.attribute.test.AttributeTest)
java.lang.NullPointerException
        at
com.barra.cp.bdo.attribute.test.AttributeTest.printAttributes(C:/araneae/bdo
/com/barra/cp/bdo/attribute/test/AttributeTest.java:109)
        at
com.barra.cp.bdo.attribute.test.AttributeTest.printAttributes(C:/araneae/bdo
/com/barra/cp/bdo/attribute/test/AttributeTest.java:119)
        at
com.barra.cp.bdo.attribute.test.AttributeTest.printAttributes(C:/araneae/bdo
/com/barra/cp/bdo/attribute/test/AttributeTest.java:119)
        at
com.barra.cp.bdo.attribute.test.AttributeTest.printAttributes(C:/araneae/bdo
/com/barra/cp/bdo/attribute/test/AttributeTest.java:119)
        at
com.barra.cp.bdo.attribute.test.AttributeTest.testReadAllAttributeValues(C:/
araneae/bdo/com/barra/cp/bdo/attribute/test/AttributeTest.java:100)

in fact it does sometimes work. I tried some other code and got this
stacktrace:

java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:385)
        at
com.barra.cp.bdo.attribute.test.AttributeTest.main(C:/araneae/bdo/com/barra/
cp/bdo/attribute/test/AttributeTest.java:150)

and the first reference (to Hashtable:385) is highlighted and works fine.
However the second still does not work. Is that because of FQ path? How do I
get rid of it? the code was compiled by IDEA using Javac and I did not have
any special options set.



--
fedor.

> -----Original Message-----
> From: Valentin Kipiatkov [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 01, 2002 5:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Eap-list] Ariadna - clicking stacktrace in 
> console doesn't
> go to source
> 
> 
> We cannot reproduce this behaviour. Is it stable reproducable 
> for you? Are
> the stack lines highlighted as hyperlinks?
> 
> Best regards,
> Valentin Kipiatkov
> -----------------------------------------------------------
>  IntelliJ Software, http://www.intellij.com/
>  "Develop with pleasure"
> -----------------------------------------------------------
> 
> ----- Original Message -----
> From: "Marc Palmer" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 01, 2002 1:56 PM
> Subject: [Eap-list] Ariadna - clicking stacktrace in console 
> doesn't go to
> source
> 
> 
> >
> > Hi,
> >
> > Is it me, or has every version of Ariadna stopped 
> supporting the "click
> > on line of stacktrace in application console output to go 
> to source line"
> > feature?
> >
> > I'm sure IDEA used to do it, but every since Ariadna it's stopped
> > working.
> >
> > 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
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to