Hi Lei,

AttributeChangeEdit.<init> is the constructor of AttributeChangeEdit. 
Sometimes Java makes implicit calls to the constructor of a class, which 
Probekit captures.  Also note that <clinit> indicates the static 
initializer of a class. 

The "$" sign in AbstractSelectedAction$EventHandler.propertyChange 
indicates an inner class.  This call indicates that the 'propertyChange' 
method of the inner class 'EvenHandler' inside of 'AbstractSelectedAction' 
was invoked.  See 
http://java.sun.com/docs/books/tutorial/java/javaOO/innerclasses.html for 
more details about inner classes.

Regards,

Navid Mehregani

"One half of knowing what you want is knowing what you must give up before 
you get it" - Sidney Howard



"Lei Hu\(Larry\)" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/12/2006 03:53 AM
Please respond to
TPTP Tracing and Profiling Tools Project developer discussions 
<tptp-tracing-profiling-tools-dev@eclipse.org>


To
<tptp-tracing-profiling-tools-dev@eclipse.org>
cc

Subject
[tptp-tracing-profiling-tools-dev] Help.






Hi, all,

When I am using probekit of TPTP to get the execution traces of the 
system, 
I got some strange things, for example, there is an "enter" and "exit" 
pair 
in the trace,

Enter org/jhotdraw/draw/AttributeChangeEdit.<init>
Exit org/jhotdraw/draw/AttributeChangeEdit.<init>

However, I check the source code, there is no such a <init> method in the 
class AttributeChangeEdit. Can anybody tell me the reason?

Another one is,

 Enter 
org/jhotdraw/draw/action/AbstractSelectedAction$EventHandler.propertyChange
 Exit 
org/jhotdraw/draw/action/AbstractSelectedAction$EventHandler.propertyChange

What is the mean of the "$"?

Thanks.


Lei Hu
Dept. of Computing & Software
McMaster University
Tel: 1-905-531-7298





_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

Reply via email to