Comment #2 on issue 637 by anquetil...(a)gmail.com: VerveineJ should show an
invocation to the default constructor
http://code.google.com/p/moose-technology/issues/detail?id=637
Not sure I got it.
You mean that any "new XXX(...)" instruction should produce:
- a reference to the class XXX
- an invocation of the constructor XXX.XXX(...)
?