# sonar-analyzer-commons **Repository Path**: mirrors_SonarSource/sonar-analyzer-commons ## Basic Information - **Project Name**: sonar-analyzer-commons - **Description**: Logic useful for a language plugin - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SonarSource Analyzers Commons Libraries [![Build](https://github.com/SonarSource/sonar-analyzer-commons/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/SonarSource/sonar-analyzer-commons/actions/workflows/build.yml) ## Modules * [commons](commons) Logic useful for a language plugin * [recognizers](recognizers) Logic useful for detecting commented out code * [test-commons](test-commons) Logic useful to test a language analyzer * [xml-parsing](xml-parsing) Logic useful to analyze and test checks for XML file * [test-xml-parsing](test-xml-parsing) Logic useful to test XML parsing and XML-related rules * [regex-parsing](regex-parsing) Logic used to parse regular expressions (currently only for Java) ## Build ``` mvn clean install ``` ### License Copyright 2009-2023 SonarSource. Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)