pharo-spec / NewTools

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

Add critics on class option #794

Closed hernanmd closed 1 week ago

hernanmd commented 3 weeks ago

Currently, the Calypso browser in Pharo allows users to run critics on a selected class. However, it lacks the functionality to run critics on a specific chosen class (or multiple selected classes). This feature would enhance the browser's capabilities and provide more flexibility for developers when performing code analysis.

The issue is also described in https://github.com/pharo-project/pharo/issues/16863

This PR adds a menu item option in the Refactoring submenu of selected class(es) in Calypso browser.

MarcusDenker commented 1 week ago

The PR was merged, but the code seems to be not in the image.

I did a PR to remove an Undeclared reference: https://github.com/pharo-spec/NewTools/pull/799, which is a workaround to get the tests green