Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] source code line number where advice being applied to constructors

Hi :
 
  I used a few java JVMTI type profilers which enable to display source code line numbers  when byte codes' suspicious syndromes occur.

  If an advice ( measure performance of execution time)  applied to multiple constructors of  a class through Load Time Weaving,  how can that advice to  be implemented  for being aware of source code line numbers of those constructors so that advice can print out those source code line numbers .
 


 
 

Ming Qin -  mingqin.wordpress.com


Back to the top