Uko,

I have an experiment in that direction. I still have to package it. I could load ring entities from "not-loaded" packages and run some lint rules on them. Besides the problem of how to read the MC definitions as virtual/ring entities, I found in Lint rules: at several points, RB accesses the system dictionary (instead of accessing your "virtual" environment). I fixed some of those tricky points in my image but sometimes in a nasty way, so I didn't commit...

Mart��n


On Fri, Dec 12, 2014 at 11:46 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi everyone!

As you may know I���m working on code quality/smells/critics. And I want to analyze bigger projects like Moose for example. But Moose works on Pharo3 while my system works on Pharo4. Is is possible to somehow obtain Classes and methods from the repository and perform some analysis on them without installing them in the system? Because in my general workflow I just create a collection of classes like: `packages flatCollect: #definedClasses` and then work with them.

So any suggestions are welcome :)

Cheers.
Uko