I have a method that\'s about ten lines of code. I want to create more methods that do exactly the same thing, except for a small calculation that\'s going to change one li
Sounds like a strategy pattern to me. Check out fluffycat.com Java patterns.