+1
I suggest you to have a look at Deep into Pharo and Pharo by example. These free books detail how Monticello works, and this is what you actually need.
Alexandre
On Aug 11, 2016, at 12:12 PM, Ben Coman btc@openInWorld.com wrote:
On Thu, Aug 11, 2016 at 11:48 PM, Meinert Schwartau m.schwartau@gmail.com wrote:
Hi!
Currently I have three questions:
I want to declare my own methods like isJunitTest, isBookingClass, isMasterdataClass, isGeneratedClass and so on to filter and visualize my classes. As far as I read it these new methods should be added to existing classes. So in my case because they belong to a class to FamixClass. But these extensions should be stored in a separate package. How do you do it? Is there an example in the web how to do this in pharo?
If your package is called "MyProject" then in FamixClass create a method protocol "*MyProject" to put your methods in. As an example, check out the protocols of Integer that have a leading asterix.
cheers -ben _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev