Dennis Schenk

The focus of my master thesis is collaborative software analysis. You can find more information about the vision and plan here: Master Thesis Overview.

A preliminary step of my thesis is to port parts of Softwarenaut from VisualWorks to Pharo. In the process I had to implement two components:

  • a Hierarchical Graph data structure, the documentation for which can be found here.
  • a Treemap layout that I implemented on top of Mondrian. The documentation can be found here

Images with nightly builds of the port are available here: http://ci.moosetechnology.org/job/softwarenaut-latest-dev/. To use these images, you can use the Cog VM. Download it from here: http://www.mirandabanda.org/files/Cog/VM/

It is also possible to load the sources from squeaksource:

MCHttpRepository
	location: 'http://www.squeaksource.com/Softwarenaut'
	user: ''
	password: ''
Last changed by schenk on 2 May 2012