Updates:
Status: Started
Comment #7 on issue 728 by tudor.gi...(a)gmail.com: VerveineJ places methods
in the wrong classes
http://code.google.com/p/moose-technology/issues/detail?id=728
Hmm, I just tried. First, I fixed the shell script (verveinej.sh) to
collect the jars automatically from the lib folder. Then I removed the
obsolete jars.
But, still, if I run the following experiment, I get 575 potentially
problematic methods:
- download ArgoUML 0.32 from:
http://argouml-downloads.tigris.org/argouml-0.32/
- parse, load in Moose, and then execute:
(MooseModel root allModels first allMethods select: [:each |
each sourceAnchor isNil and: [
each parentType sourceAnchor notNil and: [
'<Initializer>' ~= each name and: [
each name ~= each parentType name ]]]]) openInMoose
Am I doing something wrong?