[Clirr-devel] CVS: clirr/core/src/test/net/sf/clirr/core/internal/checks MethodSetCheckTest.java,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-20 07:54:22
|
Update of /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17968 Modified Files: MethodSetCheckTest.java Log Message: The existence of new message MSG_METHOD_OVERRIDE_REMOVED in MethodSetCheck causes a change in the ApiDifference report. Index: MethodSetCheckTest.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks/MethodSetCheckTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MethodSetCheckTest.java 18 Jul 2004 01:11:23 -0000 1.2 +++ MethodSetCheckTest.java 20 Jul 2004 07:54:14 -0000 1.3 @@ -33,7 +33,7 @@ new ExpectedDiff("Method 'public void moveToSuper()' is now implemented in superclass testlib.ComplexMethodMoveBase", Severity.INFO, "testlib.ComplexMethodMoveSub", "public void moveToSuper()", null), - new ExpectedDiff("Abstract method 'public void method()' is now specified by implemented interface testlib.BaseInterface", + new ExpectedDiff("Method 'public void method()' has been removed, but an inherited definition exists.", Severity.INFO, "testlib.AbstractImpl", "public void method()", null), // Constructor changes |