Skip to content

Bugfix: SLF4J_SIGN_ONLY_FORMAT should work even if format is given as method parameter, Fix `Can't get stack offset 0 from []` bug

Compare
Choose a tag to compare
@KengoTODA KengoTODA released this 18 Sep 23:36
· 364 commits to master since this release

Change set

  • SLF4J_SIGN_ONLY_FORMAT should work even if format is given as method parameter (issue #36)
  • Fix Can't get stack offset 0 from [] bug (issue #37)

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.2</version>
            </plugin>
          </plugins>
        </configuration>
      </plugin>