On 26/02/2016 23:01, Alain Rastoul wrote:
I also recompiled the CriticBrowser with an invariant to see where something was wrong with right-click/ban from selected package (DNU). nb : the invariant was :rulesModelChildrenUnderstandLeaves <contract: invariant> ^ rulesModel selectedItem ifNil: [ true ] ifNotNil: [ :rule | rule respondsTo: #leaves ] because the DNU was on 'leaves' not understood. :)
forgot to say that I had several stack traces recorded in the black box ...
I was too short on TreeModel knowledge to go forward but this didn't break CodeCritic.
-- Alain
