These archives contains the code of Azureus, Squeak, JBoss and ArgoUML loaded into the Moose reengineering environment (http://www.moosetechnology.com/). We cannot put the vm due to the license of VisualWorks. The users should obtain a non-commercial license to cincom smalltalk at http://www.cincomsmalltalk.com/scripts/CommunityDownloadPage.ssp. The file visualnc76MooseForFingerprintsAllAndSqueak.zip contains all the systems loaded and generate automatically all the fingerprints (which may take 10 to 15 min) in case of problem. Ctrl-y to stop the display. In interactive mode open moose select a model select the namespace for the java projects, packages for Smalltalk bring up the menu and select the fingerprint you want. To automate the fingerprints drawing: open moose select a model select the namespace for the java projects, packages for Smalltalk bring an inspect (item inspect) bring the code pane in the inspector execute the code | nb aView | nb := 4. nb * 10 + 1 to: nb*10 + 10 do: [:s | aView := Mondrian.ViewRenderer new. ((self select: [:each | '*azureus*' match: each name ] ) at: s) viewFingerprintsInZoom: 0 on: aView. aView open.] to open the fingerprints of packages 40 to 50 of the one of the projects. If you need help contact stephane.ducasse@inria.fr