Is there a way I can automatically scan my source code for methods that are over (eg) 300 lines long so that they can be flagged for review (with an aim to refactoring to smaller methods)
I expect any such tool may be language independant, but ideally I'd like to run this over c# code.