aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-java-api/src
Commit message (Collapse)AuthorAgeFilesLines
* Stop maintain deprecated module sonar-java and use version 5.1Simon Brandhof2015-05-216-626/+0
|
* SONAR-2860 Drop commons-configurationJulien HENRY2014-09-052-10/+10
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-203-3/+3
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-116-6/+6
|
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-271-0/+2
|
* SONAR-926 flag classes org.sonar.java.api.JavaClass and JavaMethod as deprecatedSimon Brandhof2014-02-032-0/+4
|
* Update copyright headersSimon Brandhof2013-04-226-24/+24
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-216-18/+18
|
* Update copyright header for this new yearSimon Brandhof2012-01-106-6/+6
|
* SONAR-2604 Default value for properties "sonar.java.source" and ↵Evgeny Mandrikov2011-07-122-10/+39
| | | | "sonar.java.target" should be "1.5"
* API: rename BlockUnit to Methodsimonbrandhof2011-02-141-15/+1
|
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-071-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-046-6/+6
|
* SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵simonbrandhof2011-01-284-35/+26
| | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas
* SONAR-2148: Fix NPE in JavaUtilsEvgeny Mandrikov2011-01-281-2/+8
|
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-281-3/+25
| | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-251-0/+1
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-243-12/+22
| | | | Sonar should stop the analysis
* SONAR-2130 add some unit testssimonbrandhof2011-01-212-1/+26
|
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-212-0/+244
|
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-212-18/+95
|
* add the classes org.sonar.api.resources.Qualifiers and Scopessimonbrandhof2011-01-191-2/+2
|
* create the module sonar-java-api dedicated to Java supportsimonbrandhof2011-01-194-0/+229