Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun
In directory usw-pr-cvs1:/tmp/cvs-serv24498
Modified Files:
IProf.java
Log Message:
no message
Index: IProf.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/IProf.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IProf.java 2001/11/18 16:31:26 1.2
--- IProf.java 2001/11/20 22:21:40 1.3
***************
*** 1287,1291 ****
}
! /** Returns first Complementary opperation for given type of opperation.
* Complementary operation is another opperation how you can get object
* of the same type, if you would started with another type of object.
--- 1287,1291 ----
}
! /** Returns first complementary opperation for given type of opperation.
* Complementary operation is another opperation how you can get object
* of the same type, if you would started with another type of object.
***************
*** 1297,1301 ****
*
* @return constant of first complementary opperation
! * @see getChanged(), getData(), getAll()
*/
public static int getComplType1( int typeOpp ) {
--- 1297,1301 ----
*
* @return constant of first complementary opperation
! * @see #getChanged(), #getData(), #getAll()
*/
public static int getComplType1( int typeOpp ) {
***************
*** 1303,1307 ****
}
! /** Returns second Complementary opperation for given type of opperation.
* For the most of objects the second complemnetary opperation returns IProf.NO_OPERATION,
* except operation producing AllocThreadObjectMethod or AllocThreadObjectTrace
--- 1303,1307 ----
}
! /** Returns second complementary opperation for given type of opperation.
* For the most of objects the second complemnetary opperation returns IProf.NO_OPERATION,
* except operation producing AllocThreadObjectMethod or AllocThreadObjectTrace
***************
*** 1311,1315 ****
*
* @return constant of second complementary opperation
! ** @see getChanged(), getData(), getAll()
**/
public static int getComplType2( int typeOpp ) {
--- 1311,1315 ----
*
* @return constant of second complementary opperation
! ** @see #getChanged(),#getData(),#getAll()
**/
public static int getComplType2( int typeOpp ) {
***************
*** 1335,1338 ****
--- 1335,1341 ----
/*
* $Log$
+ * Revision 1.3 2001/11/20 22:21:40 vachis
+ * no message
+ *
* Revision 1.2 2001/11/18 16:31:26 vachis
* New auxiliary functions for SnapshotImpl
|