pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 54 forks source link

Code in debug points commands identical to super class with no reason #860

Closed StevenCostiou closed 3 weeks ago

StevenCostiou commented 4 weeks ago

StDebugPointCommand>>canBeExecuted returns true, just as the default CmCommand method. Should be cleaned.

The release test testNoEquivalentSuperclassMethods should be updated accordingly.

StevenCostiou commented 3 weeks ago

Fixed by https://github.com/pharo-spec/NewTools/pull/854 that still have to be integrated.

Ducasse commented 3 weeks ago

854 has been merged so I close this issue