Updates:
Status: Fixed
Owner:
[hidden email]
Labels: Component-MooseCore
Comment #2 on issue 994 by
[hidden email]: Navigating in Moose Finder
is slow
http://code.google.com/p/moose-technology/issues/detail?id=994Name: Moose-Core-TudorGirba.405
Author: TudorGirba
Time: 7 November 2013, 9:46:35.349054 pm
UUID: 9386cadf-127a-4768-83e0-38d84f711670
Ancestors: Moose-Core-TudorGirba.404
put the guard condition first before doing anything in becomeKind:
"protocol: private"
becomeKind: elementStorageClass
self class = elementStorageClass ifTrue: [ ^ self ].
[elementStorageClass includesBehavior: MooseGroupStorage] assert.
self do: [ :each |
each hasUniqueMooseNameInModel ifTrue: [ each privateClearMooseName ] ].
self become: (elementStorageClass withAll: self)
--
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