All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pkg.Issue37 Maven / Gradle / Ivy

The newest version!
package pkg;

/** @see https://github.com/KengoTODA/findbugs-slf4j/issues/37 */
public class Issue37 {
  String method() {
    String[] strings = {};
    String string = "";
    for (int i = 0; i < strings.length; ++i) {
      string += strings[i];
    }
    return string;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy