Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 216 Bytes

UseProperClassLoader.md

File metadata and controls

8 lines (5 loc) · 216 Bytes

UseProperClassLoader

Category: pmd
Rule Key: pmd:UseProperClassLoader


In J2EE getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead.