pharo-ide/Calypso

Better API to support class and variables removal

dionisiydk opened this issue · 0 comments

It is related to pharo-ide/SystemCommands#56.
It should provide better API to check that refactored classes and variables are not used by anybody else:

  • confirmUnusedClasses:
  • confirmUnusedVariables:
  • confirmUnusedVariablesInDefiningClass: