Skip to content

Releases: KengoTODA/findbugs-slf4j

version 1.0.8: fixed ArrayIndexOutOfBoundsException problem

14 Oct 14:22
Compare
Choose a tag to compare

change set

how to use with Maven

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

version 1.0.6: refactored & supports SLF4J 1.7.5

26 Jul 23:21
Compare
Choose a tag to compare

change set

  • Fixed bugs which depends on compiler
    • when use LDC_W to push String from constant pool
    • when use LDC to push class from constant pool
  • Switch version of SLF4J from 1.7.2 to 1.7.5
  • Start depending guava-libraries 14.0.1
  • SLF4J_MANUALLY_PROVIDED_MESSAGE bug pattern

how to use with Maven

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