Hi people!
I was learning about mse file and I noticed that it record a set of metrics.
I would like to know what metrics are aseessed during the pasring to mse
file?
I need to generate some especific metric, but first I want to know what
metrics are avaible to me take a better decision to implement this. have in
some place a list of metrics avaible?
An another question, if were the case, I needed to create my especific
metric. Would be possible implement this?
See ya!
Julio Martins
--
View this message in context: http://forum.world.st/MSE-file-and-Metrics-tp3805689p3805689.html
Sent from the Moose mailing list archive at Nabble.com.
Hi!
I am new on this world called Moose and I need some hints fo yours to
overcome certain obstacles, could you help me?
In case, I need to know how install and use the VerveineJ to create a mse
file from a Jave project.
I had looked that is needed to use an Ant tool but, how I am learning Java
too, are getting a tad bit hard to move forward.
Would be nice a step-to-step to me understand what I need to do.
Thanks in advance!
Júlio Martins
--
View this message in context: http://forum.world.st/VerveineJ-tp3803742p3803742.html
Sent from the Moose mailing list archive at Nabble.com.
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.6
New issue 707 by tudor.gi...(a)gmail.com: Glamour windows should not offer
the default morphic menu
http://code.google.com/p/moose-technology/issues/detail?id=707
The default menu of a window is useless. In the case of Glamour, that menu
is meant to be used for meaningful domain actions. By offering the menu in
all cases, it is difficult to distinguish when the menu has a meaning, and
what it does not.
As a consequence, if there are no actions, there should be no window menu.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
Component-MooseCore
New issue 705 by tudor.gi...(a)gmail.com: Retrieving file source does not
work on Windows
http://code.google.com/p/moose-technology/issues/detail?id=705
The FamixFileAnchor>>completeText does not work on Windows.
Hi
We are looking for a young engineer to work around Moose and Java integration.
- 1 year + 1 year
Keywords: Smalltalk, Java, C#, Software analysis, software metrics, Software evolution, Visualization
Job Description:
The engineer will work on the following task
- scaling verveineJ (a Java extractor) based on JDT/Eclipse
- bridging Java tools (Coverage, Metrics tools) with Moose
- Working on other extractors
- Presenting Moose to other engineers within INRIA
Constraints: you have to get your master at max two years ago.
Location: INRIA Lille Nord Europe
One hour Paris/ 30 from Bruxelles
Team: RMOD :)
http://rmod.lille.inria.fr
Salary:
2 495,16 euros brut / mois (but the state already took 30% of the real salary) so brutto means that you
may have to pay less than a month salary as taxes.
Hi,
In C/C++ you can define something like this:
typedef Type TypeAlias;
To be able to model this in FAMIX, I introduced FAMIXTypeAlias in Famix-C. However, now I think we have to move it to the Core because of the following reason.
Suppose we have something like this:
typedef Type TypeAlias;
SubType: TypeAlias
When enumerating the subclasses of Type, I need to get:
- TypeAlias
- SubType
To do this, when traversing with subclassesDo: I need to take into account the typeAliases associated with each type. This means that the notion of TypeAliases must be in the Core.
I hope I explained the matter. Please let me know if you see other alternatives.
Cheers,
Doru
--
www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
Status: New
Owner: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 702 by tudor.gi...(a)gmail.com: inFusion should include C++
typedefs in inheritance definitions
http://code.google.com/p/moose-technology/issues/detail?id=702
TypeAliases can be inherited from.
For example:
typedef AClass<AConcreteType> ATypeDefinition;
class ASubclass : public ATypeDefinition { }
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 681 by vonbecm...(a)gmail.com: SubclassResponsibility: a
JPEGReadWriter had the subclass responsibility to implement #nextPutImage:
http://code.google.com/p/moose-technology/issues/detail?id=681
SubclassResponsibility: a JPEGReadWriter had the subclass responsibility to
implement #nextPutImage:
Pharo image: Pharo1.3a#13258
Virtual machine used: Croquet Closure Cog VM [CoInterpreter
VMMaker-oscog.51]
Platform Name: unix
Class browser used (if applicable): OBSystemBrowserAdaptor
Steps to reproduce:
#. select a model.
#. select all model namespaces
#. press left button, select visualize>>dependencies(cycles)
you will see the mondrian renderer
#. export to jpeg
#. enter a filename
#. press Ok
Actual Result:
SubclassResponsibility: a JPEGReadWriter had the subclass responsibility to
implement #nextPutImage:
Expected Result:
a filename.jpeg with the graph
* Type-Defect
* Component-Mondrian Renderer
Attachments:
PharoDebug.log 28.6 KB
PharoScreenshot.1.png 69.6 KB
I am not sure I followed all what happened with Mondrian in the past months.
But given that Mondrian has now support for svg/html export, is there some plan to plug the easel into Glamour/Seaside and have it on the web?
--
Simon Denier