Status: New
Owner: ----
CC:
[hidden email]
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 729 by
[hidden email]: inFusion should create default
constructors
http://code.google.com/p/moose-technology/issues/detail?id=729If we have:
public class A {
public void m() {...}
}
public class B {
public void x() {
new A() ...
}
}
We should get an invocation between B::x() and A::A(), where A::A() should
be marked as stub.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev