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.
See the Once and Only Once principle, and the Don't Repeat Yourself principle.
Simian, a code similarity detection tool works wonders for fixing this.
duplo is a good open source project that provides a free alternative.
