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

pkg.GettingClassFromArray Maven / Gradle / Ivy

The newest version!
package pkg;

/** @see https://github.com/KengoTODA/findbugs-slf4j/issues/19 */
public class GettingClassFromArray {
  void method() {
    new String[] {}.getClass();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy