Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting metrics to mse #679

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

Exporting metrics to mse #679

seandenigris opened this issue Aug 3, 2015 · 3 comments
Labels

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 679

Just to document the issue.

As most of the metrics are not described at the Fame level we are losing this information
when we export a model to MSE in Moose. We know that most of the metrics can be recalculated
in the model, but in some cases they cannot.
For example, when exporting in Moose a Java (VerveineJ) model we lose the metrics cyclomaticComplexity
(CYCLO) and numberOfStatements (NOS) and we cannot recalculate them.

Reported by andrehoraa on 2011-07-14 11:54:44

@seandenigris
Copy link
Contributor Author

To try you can run the script below and the right-click in a MooseModel and: Import
/ Export -> Export model to MSE with metrics. Use the last version of Merlin.

Gofer new
    squeaksource: 'FameImportExportEx';
    package: 'Fame-ImportExport-Extensions';
    package: 'Fame-ImportExport-Extensions-MSE';
    load.

Reported by andrehoraa on 2011-07-14 11:55:11

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

updating the repository:

Gofer new
    squeaksource: 'HoraExp';
    package: 'FameExportMSE';
    package: 'FameExportProperties';
    package: 'Famix-Extensions';
    load.

Reported by andrehoraa on 2011-07-14 17:55:03

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2012-02-11 08:15:24

  • Labels added: Milestone-4.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants