MethodPrivacyChange.st
changeset 2261 8d416ea31a19
parent 2118 2f02221e18ca
child 3011 1997ff6e7e55
equal deleted inserted replaced
2260:fc4873beed5b 2261:8d416ea31a19
    80 
    80 
    81     "Modified: / 27-08-1995 / 22:56:58 / claus"
    81     "Modified: / 27-08-1995 / 22:56:58 / claus"
    82     "Modified: / 09-10-2006 / 13:59:35 / cg"
    82     "Modified: / 09-10-2006 / 13:59:35 / cg"
    83 ! !
    83 ! !
    84 
    84 
       
    85 !MethodPrivacyChange methodsFor:'testing'!
       
    86 
       
    87 isMethodCodeChange
       
    88     "true if this is a method's code change (not package, category etc.)"
       
    89 
       
    90     ^ false
       
    91 ! !
       
    92 
    85 !MethodPrivacyChange class methodsFor:'documentation'!
    93 !MethodPrivacyChange class methodsFor:'documentation'!
    86 
    94 
    87 version
    95 version
    88     ^ '$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.10 2009-09-18 12:43:53 cg Exp $'
    96     ^ '$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.11 2010-04-14 13:40:33 cg Exp $'
       
    97 !
       
    98 
       
    99 version_CVS
       
   100     ^ '$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.11 2010-04-14 13:40:33 cg Exp $'
    89 ! !
   101 ! !