Issue 952 in moose-technology: Exporting Famix numberOfLinesOfCode fails when a function is defined

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 952 in moose-technology: Exporting Famix numberOfLinesOfCode fails when a function is defined

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 952 by [hidden email]: Exporting Famix numberOfLinesOfCode  
fails when a function is defined
http://code.google.com/p/moose-technology/issues/detail?id=952

FAMIXNamespace numberOfLinesOfCode
        <MSEProperty: #numberOfLinesOfCode type: #Number>
        <derived>
        <MSEComment: 'The number of lines of code in a namespace'>
       
        ^self
                lookUpPropertyNamed: #numberOfLinesOfCode
                computedAs: [self types , self functions inject: 0 into: [ :Sum :each |  
sum + each numberOfLinesOfCode] ]


self types, self functions fails

Easy to solve by calculating the sum independently and adding together


--
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
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 952 in moose-technology: Exporting Famix numberOfLinesOfCode fails when a function is defined

moose-technology
Updates:
        Status: Fixed
        Labels: Component-Famix Milestone-4.8

Comment #1 on issue 952 by [hidden email]: Exporting Famix  
numberOfLinesOfCode fails when a function is defined
http://code.google.com/p/moose-technology/issues/detail?id=952

Thanks Diego and Stephan.

--
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
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev