From the book Bug Patterns In Java by Eric Allen
Bug Patterns (coined by Eric Allen) are technically Anti Patterns, but are specifically those Anti Patterns which commonly lead to behavioral bugs in your code. They are at a lower level than, say, Design Anti Patterns, or Organizational Anti Patterns.
See Pet Bug.
See original on c2.com