index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sonar-plugin-api
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
quality model API: simplify difference between property numeric value and tex...
simonbrandhof
2010-10-04
4
-75
/
+39
*
quality model API: removeCharacteristic() must support disabled characteristics
simonbrandhof
2010-10-04
1
-1
/
+8
*
quality models API: add Model.removeCharacteristic(...)
simonbrandhof
2010-10-04
3
-0
/
+35
*
add some methods to quality model API
simonbrandhof
2010-10-02
4
-2
/
+57
*
quality model API: add the method Characteristic.create(), without parameters
simonbrandhof
2010-10-01
1
-2
/
+6
*
quality model API: add the methods Characteristic.hasRule() and getProperties()
simonbrandhof
2010-10-01
1
-0
/
+14
*
revert change on RuleRepository
simonbrandhof
2010-10-01
1
-2
/
+1
*
upgrade trunk to 2.4-SNAPSHOT
simonbrandhof
2010-09-30
1
-1
/
+2
*
rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser
simonbrandhof
2010-09-30
5
-13
/
+13
*
SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea...
simonbrandhof
2010-09-28
1
-0
/
+2
*
SONAR-1814 improve javadoc
simonbrandhof
2010-09-28
1
-2
/
+2
*
SONAR-1814 add the method ExtensionProvider.provide() in order to support obf...
simonbrandhof
2010-09-28
2
-15
/
+23
*
XMLProfileImporter : check that the nodes <name> and <language> are defined
simonbrandhof
2010-09-28
3
-0
/
+38
*
SONAR-1814 add javadoc
simonbrandhof
2010-09-28
1
-0
/
+27
*
SONAR-1814 remove the API to find a plugin from an extension :
simonbrandhof
2010-09-28
5
-150
/
+23
*
fix backward compatibility of the interface GeneratesViolations.
simonbrandhof
2010-09-27
2
-0
/
+6
*
SONAR-1711 Allow to exclude sources from code analysis based on cutoff date
simonbrandhof
2010-09-26
5
-9
/
+69
*
SONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers...
simonbrandhof
2010-09-24
1
-26
/
+0
*
SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre...
simonbrandhof
2010-09-24
2
-0
/
+43
*
replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google g...
simonbrandhof
2010-09-24
2
-5
/
+6
*
add the repository name to the parameters of AnnotationRuleRepository.create()
simonbrandhof
2010-09-24
1
-3
/
+4
*
SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...
simonbrandhof
2010-09-24
7
-20
/
+64
*
add AnnotationRuleRepository to load rules from sonar-check-api annotations
simonbrandhof
2010-09-23
9
-114
/
+130
*
The default value of the RuleParam type parameter is "s" (String)
fmallet
2010-09-23
1
-1
/
+1
*
the rule.setUniqueKey(String repositoryKey, String key) also feed the mandato...
fmallet
2010-09-23
1
-1
/
+1
*
add unit test to AnnotationUtilsTest
simonbrandhof
2010-09-23
1
-1
/
+9
*
fix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotati...
simonbrandhof
2010-09-23
1
-1
/
+2
*
depreciate the methods Plugin.getKey(), getName() and getDescription()
simonbrandhof
2010-09-23
2
-2
/
+7
*
add the package org.sonar.api.checks in order to implement its own rules engine
simonbrandhof
2010-09-23
11
-0
/
+732
*
remove logback-test.xml from sonar-plugin-api: it generates too many warnings...
simonbrandhof
2010-09-22
1
-27
/
+0
*
sonar-plugin-api: use parallel junit tests
simonbrandhof
2010-09-22
3
-66
/
+33
*
SONAR-1798 rename RULE_FAILURES.POINTS to COST
simonbrandhof
2010-09-22
2
-11
/
+21
*
SONAR-1798 Ability to register a number of points to a rule violation
simonbrandhof
2010-09-22
2
-0
/
+22
*
add factory methods to org.sonar.api.qualitymodel.Characteristic
simonbrandhof
2010-09-22
2
-1
/
+13
*
add unit test to CharacteristicProperty
simonbrandhof
2010-09-21
1
-0
/
+72
*
quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder t...
simonbrandhof
2010-09-21
4
-14
/
+95
*
add characteristic properties to quality models
simonbrandhof
2010-09-21
2
-7
/
+146
*
Rules API: parameters with default value are automatically activated when a r...
simonbrandhof
2010-09-20
2
-18
/
+1
*
add unit tests to quality models
simonbrandhof
2010-09-16
2
-4
/
+47
*
add the column CHARACTERISTICS.ENABLED
simonbrandhof
2010-09-16
2
-8
/
+46
*
undo: some unit tests have been wrongly moved to sonar-deprecated
simonbrandhof
2010-09-16
10
-0
/
+494
*
Default XML format to define rules : add the property <defaultValue> to <para...
simonbrandhof
2010-09-16
1
-2
/
+5
*
SONAR-1749 MavenPlugin api, offer way to build nested xml-elements
simonbrandhof
2010-09-14
2
-15
/
+76
*
move deprecated rule API to sonar-deprecated
simonbrandhof
2010-09-14
29
-2055
/
+0
*
move deprecated check api to sonar-deprecated
simonbrandhof
2010-09-14
39
-2944
/
+0
*
improve javadoc of profile API
simonbrandhof
2010-09-14
1
-25
/
+22
*
SONAR-1229 simplify the profiles API
simonbrandhof
2010-09-13
18
-345
/
+220
*
* quality models : rename ModelProvider to ModelFinder
simonbrandhof
2010-09-10
4
-4
/
+17
*
delete unused class
simonbrandhof
2010-09-10
1
-127
/
+0
*
* rename RuleProvider to RuleFinder
simonbrandhof
2010-09-10
17
-35
/
+169
[next]