hey, I almost got it running :) - I got an error on ConfigurationOfRefactoringBrowser in the latest 2.0 image. However if I manually load all the packages from the squeaksource repos it works :) - Running all the Critics with all the classes in the Image raises an DNU on nil aContext protocols contains a nil entry cami
I presume that's 1.4 only? since I cannot load it in 2.0...
On 2012-09-10, at 23:53, Simon Allier <simon.allier@inria.fr> wrote:
Hi,
I have published a new version of the Critics Browser (menuWorld > Tool > CriticBrowser). The new version is - refactoring friendly. Yes we listened to you :). - the browser has been improved. It works with the latest Spec.
With the Critics browser you can inspect violations of the SmallLint rules and mark them as false positive or true positive (ToDo) and see previous warnings flagged as false positives or toDo. In addition all the logic of the browser has been developed so that the manifest can be saved within the package without adding dependencies.
In this new version the format of the manifest has changed to be compatible with tools refactoting, the rules are organized in a tree and itâs possible to adds comment when we mark a false positive or todo.
We are writing a nice chapter on SmallLint, critics and other for the new book. Soon we will release it for reviews.
Gofer new url: 'http://www.squeaksource.com/PharoTaskForces'; package: 'ConfigurationOfManifest'; load. ((Smalltalk at: #ConfigurationOfManifest) project version: #stable) load
Simon