Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Use AspectJ to trace 'FileInputStream fstream = new FileInputStream("test.tmp")'

Hi,

How can I trace this sentence ' FileInputStream fstream = new FileInputStream("test.tmp") ' in the program, I have tried call(* *(..))  and  execution(* *(..)), but they can not catch that join point. Please help me and thank you very much!

zuhoo


Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!

Back to the top