Hello,
Why do we have numberOfLinesOfCode metric for a namespace and not for a
package? May be we should define numberOfLinesOfCode at the level of
FAMIXContainer to make it more general. In fact, in all the subclasses of a
container, it is only the package that does not have numberOfLinesOfCode
metric. We are doing a FAMIXDiff browser (to see the changes between two
models) and see what are the metrics that can be interesting for each
entity.
Anne and Usman
Hi!
I know some of you are working on DSM-kind of matrix. Oscar has been working on a similarity matrix for Roassal. I just want to share a self-explanble screenshot with you guys.
On this example, the methods of the subclasses of Set are compared between themselves.
Black dot is a couple (m1, m2) that are very similar
More on https://www.facebook.com/media/set/?set=a.550677725018829.1073741833.340543…
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Do we have support for composite diagrams in GraphET? I am looking to
create a multi-line diagram like the one shown here, created with Eyesee
charts.
tx,
Usman
[image: Inline image 2]
Hi!
Try to define a printOn: method and remove it. I get a roll back. Apparently, something related to GRPackage.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 1017 by tu...(a)tudorgirba.com: RadialTreeLayout does not work
properly
http://code.google.com/p/moose-technology/issues/detail?id=1017
Try this:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view radialTreeLayout.
view open
You will see only one tree. We should see ten.
See here:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view treeLayout.
view open
--
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 guys
when using the Java namespace browser with dependencies, displaying the source code is slow.
We had also a slow down on the list with the static tag and others.
It would be good also to have a way to display a legend because often people do not know what they see.
Stef
Hi,
I am playing with ROClusterLayout. It looks quite nice (see the attached
picture)
I do not quite understand the algorithm, but it seems it works fine for
trees. Perhaps we should call it TreeClusterLayout? Or do you have other
types of graphs it is applicable on?
In any case, please announce these types of goodies when you introduce them
:)
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
[image: Inline image 2]
Hi!
Apparently I cannot recompile methods in the debugger using Cmd-s. Am i the only one to experience this?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
at the moment RoassalIncrementalZoomMove changes bounds buy a constant size. This means that the closer we are the more zoom we get and the farther we are the less we can from out in one step. Can we do this proportionally? It’s not hard to do. I can implement it myself. The only question is about the concept.
Uko