[slf4j-user] Automated checker for SLF4J

Kengo TODA skypencil at gmail.com
Wed Feb 1 15:50:38 CET 2012


Hello.

I'm finding automated checker for SLF4J like PMD ruleset or Findbugs plugin.
Because I want to pick up bad codes like:
  - giving wrong class to LoggerFactory#getLogger(Class) (maybe
copy-pasted from other class)
  - using static variable instead of instance variable to store Logger
  - calling LoggerFactory#getLogger in method

I've googled but cannot find it.
Is there already developed one? Or, I have to develop it by own?


Thank you for your time.
Kengo TODA

-- 
***
Kengo TODA (eller86)
skypencil at gmail.com
http://skypencil.jp/


More information about the slf4j-user mailing list