Skip to main content

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

Did you try this... ?

call(FileInputStream.new(String))

Eric

On 11/05/07, Hongfei Zhu <zuhoo@xxxxxxxxxxx> wrote:

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!
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev




--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top