Updates:
Owner: tudor.gi...(a)gmail.com
Labels: Milestone-4.6
Comment #1 on issue 721 by tudor.gi...(a)gmail.com: VerveineJ should mark
constructors
http://code.google.com/p/moose-technology/issues/detail?id=721
Actually, this property is an ancient one, but it looks to not be in a
clear state.
FAMIXMethod>>isConstructor is a derived property from FAMIX>>kind which in
its turn is an enumeration of:
- constructor
- getter
- setter
- constant
So, VerveineJ should export something like:
(FAMIX.Method
...
(kind 'constructor')
)
In essence, Moose can also deal with the following export (that is why I
said it is not so clean):
(FAMIX.Method
...
(isConstructor true)
)
In any case, independently from this issue, isConstructor should indeed be
described properly in Fame.