Changes

Summary

  1. subclasses of RubParagraphDecorator might be used reflectively via #classOfDecoratorNamed: (details)
  2. fixes #9183 by adding a deprecated subclass (details)
  3. When opening the code changes browser, two #defaultSpec methods get rewritten due to deprecations. (details)
Commit 0e5065e1e253d985b6c46bcf0d682154cbb31dfb by marcus.denker
subclasses of RubParagraphDecorator might be used reflectively via #classOfDecoratorNamed:

This PR adds a #isUsed method so that the code critique does not show the "class is not used" critique for subclasses
The file was modifiedsrc/Rubric/RubParagraphDecorator.class.st (diff)
Commit c927c27a4f059b63aaff26ab0b5828564658839b by marcus.denker
fixes #9183 by adding a deprecated subclass 
The file was addedsrc/Calypso-Browser/ClyTabActivationStrategy.class.st
Commit 3a5181052b57886e54069f9df183c948c4012290 by marcus.denker
When opening the code changes browser, two #defaultSpec methods get rewritten due to deprecations.

This PR commits the changed methods
The file was modifiedsrc/EpiceaBrowsers/EpLogBrowserPresenter.class.st (diff)
The file was modifiedsrc/EpiceaBrowsers/EpUnifiedBrowserPresenter.class.st (diff)