Bug Pattern

From the book BugPatternsInJava by EricAllen

BugPatterns (coined by EricAllen) are technically AntiPatterns, but are specifically those AntiPatterns which commonly lead to behavioral bugs in your code. They are at a lower level than, say, DesignAntiPatterns, or OrganizationalAntiPatterns.

See PetBug.