[slf4j-user] Automated checker for SLF4J

niels opensource21 at gmail.com
Sun Aug 19 10:17:01 CEST 2012


That's sounds great to me, specially
https://github.com/eller86/ruleset-for-SLF4J#number-of-placeholder-should-be-equal-to-number-of-argument.
How ever if I understand the FAQ
http://www.slf4j.org/faq.html#declared_static right there is no
recommendation any more. But I guess it's easy to change the check by
the configuration.

Niels

2012/8/10 Kengo TODA <skypencil at gmail.com>:
> Hello all SLF4J users.
>
> I have created a simple PMD ruleset for SLF4J. It helps to unify coding style
> and fix bug.
>
>     - https://github.com/eller86/ruleset-for-SLF4J
>
> I created it for myself, but I guess it would be helpful for some of you.
> I'm happy if it works well for you.
>
>
> Thanks.
>
>
> On Wed, Feb 1, 2012 at 11:50 PM, Kengo TODA <skypencil at gmail.com> wrote:
>> 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/
>
>
>
> --
> ***
> Kengo TODA (eller86)
> skypencil at gmail.com
> http://skypencil.jp/
> _______________________________________________
> slf4j-user mailing list
> slf4j-user at qos.ch
> http://mailman.qos.ch/mailman/listinfo/slf4j-user


More information about the slf4j-user mailing list