Hi
I'm trying to do some benchmarks using MSE import and export, and for
that I am using MooseScripts to create test models. But many of them
(I think the bigger ones) I get an error. I am attaching an
screenshot, maybe is useful.
For reproduce it in a new Moose 4.1 "one-click", I do:
MooseScripts createModelForMorphic.
And then, in a MoosePanel I click on Export to MSE, and after some
seconds I get the error.
Should I report a bug in the issue tracker?
Does somebody know the cause of the error?
Thanks in advance,
Martin
Hi,
I am new to Moose. What kind of analysis does the Utilities->Name Cloud
offer to the user?
It seems like sometimes the spellings of results of Name Cloud are weird
(i.e. nonam, talkin, etc.)
Thanks.
Regards,
Zhe-Xi
--
View this message in context: http://forum.world.st/Name-Cloud-Analysis-in-Moose-tp3087373p3087373.html
Sent from the Moose mailing list archive at Nabble.com.
Hi,
How can I load PetitParser into Squeak 4.1 image? I had tried out the
methods suggested by Lukas in his website but it turned out that Squeak find
undefined object: Gofer.
Can show me the steps in loading the PetitParser?
Thanks.
Regards,
Zhe-Xi
--
View this message in context: http://forum.world.st/PetitParser-for-Squeak-4-1-tp3161639p3161639.html
Sent from the Moose mailing list archive at Nabble.com.
Hi!
I am still struggling to make Moose work on a Pharo 1.1.1. When you execute:
((Smalltalk at: #ConfigurationOfMoose) project version: '4.2') load
You end up with an error:
-=-=-=-=-=-=-=-=-=-=-=-=
Warning: This package depends on the following classes:
MalTarjanNode
MalGraphNode
MOCycleTable
MalCyclesCoverage
You must resolve these dependencies before you will be able to load these definitions:
DSMCycleTable
DSMCycleTable>>cellShape
DSMCycleTable>>cellShapeFor:borderColor:view:at:
DSMCycleTable>>dsm
DSMCycleTable>>dsm:
DSMCycleTable>>edgeCellShapeBorder:fill:
DSMCycleTable>>edgeCellShapeColor:
DSMCycleTable>>renderOn:
DSMCyclesCoverage
DSMCyclesCoverage>>nodeClass
DSMCyclesCoverage>>run
DSMCyclesCoverage>>sort
DSMTarjanNode
DSMTarjanNode>>initialize
DSMTarjanNode>>previousNodes
DSMTarjanNode>>previousNodesInCycles
DSMTarjanNode>>to:
FAMIXGraphNode
FAMIXGraphNode>>from:
FAMIXGraphNode>>initialize
FAMIXGraphNode>>isLeaf
FAMIXGraphNode>>isRoot
FAMIXGraphNode>>nextNodes
FAMIXGraphNode>>nextNodes:
FAMIXGraphNode>>previousNodes
FAMIXGraphNode>>previousNodes:
-=-=-=-=-=-=-=-=-=-=-=-=
I put some spec requires: #('Mondrian for Moose' 'MooseAlgos for Moose') ]; a bit everywhere.
What package defines the class DSMTarjanNode, DSMCyclesCoverage, DSMCycleTable? I looked into Moose-DistributionMap but apparently they are defined somewhere else.
We are almost done.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi all,
I am looking at Merlin to build an import wizard for AspectMaps (current solution works but could be improved). Merlin looks cool but I have trouble understanding how everything works, and what is possible, from the examples. Please forgive me if the question below is an obvious thing / FAQ.
The setup is as follows: From a first pane I get a filename, I need to parse that file to extract a list of N items. In the second pane I want the list of N items, each as a checkbox, ie N checkboxes. Then the next panes are 'generated' for each selected checkbox. These panes repeat the item, ask for a filename and a selection from radio button. Then a pane that is optional, depending on the radio button state of all the previous panes (+ internal state of the app). At the end an 'you have successfully imported blah' pane would be cool but is not required (I can use a dialog box for that).
Now I have the first pane up and running, but the second panes and beyond I have no idea on how to do this. I dont find in the examples how to dynamically build a group of radio buttons, nor to dynamically build agroup of panes / select which is the next pane to show. Can anybody help me out here?
Thanks in advance!
--
Johan Fabry
jfabry(a)dcc.uchile.cl - http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Hi,
I am using my PetitJava parser to extract some facts from Java code.
Currently, I limit myself to extract the location of classes (so that I can
see the source code), their name, and information about the package
in which they reside.
By parsing a system with both PetitJava and inFusion
(using VisualWorks 7.7.1 and MSE 2.1),
I found that some classes are not present in the model generated by inFusion.
I attach here the name of the classes found by PetitJava
and by inFusion (using the command allModelClasses on the MooseModel).
(Here I do not consider interfaces).
The analyzed source code can be found here:
www.inf.usi.ch/phd/bacchelli/research/2002-05-10-argoUML_0.10.tar.bz2
For example, you can consider the files (and classes):
Project.java
GoalsDialog.java
SuperclassGen.java
...
I also tried to find them by querying the main MooseModel
(e.g. model detect: [:e | e name = #Project]), but these
classes are not in the model.
Am I doing something wrong?
Cheers,
Alberto