Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data
In directory usw-pr-cvs1:/tmp/cvs-serv8611
Modified Files:
ClassData.java
Log Message:
no message
Index: ClassData.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/ClassData.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** ClassData.java 7 May 2002 21:11:38 -0000 1.12
--- ClassData.java 14 May 2002 21:32:39 -0000 1.13
***************
*** 104,108 ****
void addMethod(MethodData method) {
methods.add( method );
- //pending? exception if method is in list
}
--- 104,107 ----
***************
*** 191,194 ****
--- 190,196 ----
/*
* $Log$
+ * Revision 1.13 2002/05/14 21:32:39 vachis
+ * no message
+ *
* Revision 1.12 2002/05/07 21:11:38 vachis
* fix creation of fields, frames
|