AntiPattern
Resource Lookup Misaddressing
resource-lookup-misaddressing
Resource loading fails because the lookup path or anchor object is wrong (e.g., using getClass().getClass() / classloader instead of the target classloader), so GetResourceAsStream returns null and content like words.txt or fonts renders incorrectly.