Currently stubs are automatically created when the class does not implement all interfaces's methods.
However when the interface has properties which are not implemented in the class, the "old behavior" (marking abstract) makes it unusable.
It would be nice to automatically create stubs for getters/setters as well.
Fixed in rev. 3111