Renaming a method in (*-unclassified, public) puts the method into
(*-unclassified, private) and vica-versa.
I think that in ClassDescription>>compile:categories:package:,
#addMethodSilently: firstly adds it to the correct privacy category, but
then the unclassifiedMethodCategory removes it when it is sent
#addMethodSilently:
I cant reliably reproduce it in a fresh image. It depends on the order the
IdentitySet (answered by BrowserEnvironment>>whichProtocolsInclude:in:) gets
converted to an array (in
DolphinAddMethodChange>>protocols).
For a method that has the problem, this identitySet is: an
IdentitySet(#private #'*-unclassified')
"Steve Waring" <[hidden email]> wrote in message
news:[hidden email]...
> Renaming a method in (*-unclassified, public) puts the method into
> (*-unclassified, private) and vica-versa.