Skip to content

findbugs-slf4j-1.2.0

Compare
Choose a tag to compare
@KengoTODA KengoTODA released this 18 Jul 17:26
· 398 commits to master since this release

Change set

  • Disabled SLF4J_MANUALLY_PROVIDED_MESSAGE if method parameter has no Throwable instance (issue #31)
  • Stop printing many WARNING in ThrowableHandler (issue #30)

How to use with Maven

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>3.0.1</version>
        <configuration>
          <plugins>
            <plugin>
              <groupId>jp.skypencil.findbugs.slf4j</groupId>
              <artifactId>bug-pattern</artifactId>
              <version>1.2.0</version>
            </plugin>
          </plugins>
        </configuration>
      </plugin>