When I used Eclipse to add unimplemented methods to a Java class to fix an error, methods were auto-generated and include // TODO Auto-generated method stub
Is there an easy way to view all methods which contain this comment? Some sort of menu option?