org.sonar.plugins.findbugs.language.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-findbugs-plugin Show documentation
Show all versions of sonar-findbugs-plugin Show documentation
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.
/**
* This package and subpackage is reusing the lexer from the plugin Sonar-Web plugin.
*
* It is license under the GNU Lesser General Public License, Version 3.0
* https://github.com/SonarSource/sonar-web
* For special uses, contact the original owner. (see sonar-web/pom.xml)
*/
package org.sonar.plugins.findbugs.language;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy