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

org.sonar.plugins.findbugs.language.scala.Scala Maven / Gradle / Ivy

Go to download

SpotBugs is a program that uses static analysis to look for bugs in Java code. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods.

There is a newer version: 4.3.0
Show newest version
package org.sonar.plugins.findbugs.language.scala;

public class Scala {

    public static final String KEY = "scala";
    
    private Scala() {
      // This class is not meant to be instantiated
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy