A lot of these cases are in the numerical methods and should be refactorable pretty easily since they usually look like a selection of one of several special methods. It would be even easier to simply delete them which is probably the right thing to do in some cases.
On Fri, Sep 10, 2010 at 8:34 AM, Drew Farris <[email protected]> wrote: > > 3. Last one I see a lot is the "really long method" warning. I agree with > it > > but not sure how much it's worth chopping up methods. Good to think of > when > > refactoring though. > > I think keeping these warnings around until such methods can be > refactored makes sense.
