Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 988 by anne.et...(a)gmail.com: Moose-algos build is green
http://code.google.com/p/moose-technology/issues/detail?id=988
Moose-algos package needs some cleaning.
Look at the tests failing in the build on jenkins.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
During our MooseSprint, we wanted to add the missing comments, but we do not see which meta-entities do not have comment. All the classes inheriting from FamixEntity have comments. Nevertheless, some other classes in FamixCore do not have comment. Were you talking about these classes?
Can you please give more information?
Thanks,
Anne
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Finder
New issue 989 by anne.et...(a)gmail.com: MoosePanel search should not throw
error
http://code.google.com/p/moose-technology/issues/detail?id=989
When searching in MoosePanel through queries, there are DNU exceptions that
should be caught.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
what do you thing about replacing ROPluggableAnimation's>>doStep
`block value`
with
`block cull: self elapsedCycles`?
Because this way you can have a block hooked to the number of cycle.
Cheers.
Uko
Hi,
I built a new visualization that has two goals:
1. show how the architecture of a system is fluid rather than rigid.
2. look good and serve as advertisement device for Moose, Roassal and Pharo.
A description of mainly point 1. can be found here:
http://www.humane-assessment.com/blog/system-attraction/
I already used it as a splash screen for a couple of presentations, and it
catches the eye.
The code can be found in Moose, in a separate tiny FAMIXSystemAttraction
class. You can invoke it on any class group (note: it can take a long time
to render for large groups).
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I just committed in RoassalExtra a new example of the tree map builder that shows how to create dynamic tree maps.
There is still some work to do, but in the meantime...
Check it out @ https://dl.dropboxusercontent.com/u/6281855/DynamicTreeMap.mov
Cheers,
Roby
Hi everyone!
You know, some times you have a pile of different rectangles representing some entities. And you want to show them to someone so that he can take a look at them to assess something. But there is always a question how do you arrange this rectangles? Usually it's not practical to place them in a line or in a circle because it takes too much space. I've developed a layout that tries to pack rectangles in a compact space, and here is how it looks like:
You can load it into your image with:
Gofer new
smalltalkhubUser: 'YuriyTymchuk' project: 'RecPack-Layout';
package: 'RecPack-Layout';
load.
and you can see a couple of examples in Roassal easel.
Feedback is appreciated.
Cheers!
Uko
Hi everyone,
one thing that I like to do with windows is to close them with cmd+w shortcut. Sadly Roassal windows does not allow that. Do you know if it's hard to implement?
Cheers.
uko
Hi!
I finally got the time to include of the last layout of Mathieu that was not included: the reverse radial tree layout.
Here what it looks like (the edges are just for aesthetic purpose).
The script was made in Moose, using the following:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
view shape ellipse size: [ :cls | cls numberOfMethods log * 7 ].
view nodes: classGroup.
edges := view edgesFrom: #superclass.
view layout: (ROReversedRadialTreeLayout new userDefinedEdges: edges).
bs := (ROBSplineLine new).
bs alpha: 0.85.
bs setDiscovery: [ :cls | cls superclass ].
bs color: (Color red alpha: 0.5).
view shape: bs.
lastlevel := classGroup select:[ :cls | (cls subclassHierarchy size) == 0 ].
view edges: lastlevel from: #yourself toAll: [ :cls | (cls queryAllOutgoingInvocations atTypeScope) select: [:clsa | (clsa subclassHierarchy size) == 0 ]].
view raw bitmap.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.