(I am not sure if suggestions for new rules should go here or to fogzbugz; I can move it if needed…)
A new rule that would warn me if I didn't override an abstract method.
An abstract method contains self subclassResponsibility.
The "autofix" option could use RBRealizeClassRefactoring to automatically create stubs for the abstract methods. (This is what is used by right click on class → Refactoring → class refactoring → realize)
(I am not sure if suggestions for new rules should go here or to fogzbugz; I can move it if needed…)
A new rule that would warn me if I didn't override an abstract method.
An abstract method contains
self subclassResponsibility.The "autofix" option could use
RBRealizeClassRefactoringto automatically create stubs for the abstract methods. (This is what is used by right click on class → Refactoring → class refactoring → realize)