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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-10-12
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3
simonbrandhof
2010-10-12
1
-1
/
+1
*
fix compatibility with Java 1.5
simonbrandhof
2010-10-11
3
-5
/
+7
*
trying to fix a unit test which sometimes fails on windows
simonbrandhof
2010-10-11
1
-1
/
+2
*
in fact Java 1.5 should support enum in annotations if the enum is defined be...
simonbrandhof
2010-10-11
3
-6
/
+5
*
fix build compatibility with Java 1.5
simonbrandhof
2010-10-11
3
-5
/
+7
*
rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rule
simonbrandhof
2010-10-11
4
-9
/
+6
*
API: apply the same pattern between rules and profiles API. The extension poi...
simonbrandhof
2010-10-08
3
-45
/
+27
*
API: improve the pattern to define quality profiles. The extension point is o...
simonbrandhof
2010-10-08
18
-306
/
+234
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-10-05
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3-RC2
simonbrandhof
2010-10-05
1
-1
/
+1
*
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
2
-2
/
+3
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-09-30
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3-RC1
simonbrandhof
2010-09-30
1
-1
/
+1
*
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
*
do not execute unit tests in parallel in sonar-plugin-api
simonbrandhof
2010-09-24
1
-10
/
+0
*
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
4
-66
/
+43
*
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
[next]