Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Why 'FileInputStream fstream = new FileInputStream("test.tmp")' can be traced by using call (*.new(

Eric and Cptnuss:
Thanks a lot. I have tried the way you told me, 'FileInputStream fstream = new FileInputStream("test.tmp")' can be traced 
by 'call (*.new(..))' (so does 'call(FileInputStream.new(String))'),
but not 'excution(*.new(..))'. I used to use 'execution(*.new(..))' to trace constructors. I am wondering that what is the difference between
'call (*.new(..))' and 'excution(*.new(..))', for this situation, why one can work but the other not? Actually, I am still confused with
'call' and 'execution'. Could you guys give me some tips. Thank you again.

Regards,
Zuhoo


Connect to the next generation of MSN Messenger  Get it now!

Back to the top