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=952FAMIXNamespace 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