Duplicate or copy/pasted code. When you start seeing things that could easily be reused that aren't, something is very wrong.

Refactoring to make reusable assemblies is the only cure.

From the comments to this answer comes another way to fix this:

> Simian, a code similarity detection
> tool works wonders for fixing this.
> http://www.redhillconsulting.com.au/products/simian

Thanks to Paul Shannon