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
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 release 2.6
2.6
simonbrandhof
2011-02-18
1
-1
/
+1
*
API: rename BlockUnit to Method
simonbrandhof
2011-02-14
2
-12
/
+58
*
SONAR-2193: Add unit tests
Evgeny Mandrikov
2011-02-14
1
-2
/
+16
*
Improve code: fix some violations
simonbrandhof
2011-02-10
1
-1
/
+3
*
Do not deprecate Project.getFileSystem()
simonbrandhof
2011-02-10
1
-2
/
+1
*
Fix some violations
simonbrandhof
2011-02-10
3
-9
/
+11
*
Add a javadoc to ResourceFilter
simonbrandhof
2011-02-08
1
-1
/
+2
*
Rename Scopes.TYPE to Scopes.PROGRAM_UNIT
simonbrandhof
2011-02-07
3
-13
/
+20
*
SONAR-2172: New extension point - Initializer
Evgeny Mandrikov
2011-02-07
4
-29
/
+85
*
SONAR-2172: New extension point - AbstractInitializer
Evgeny Mandrikov
2011-02-05
3
-3
/
+52
*
Replace enum Environment by class EnvironmentInformation
Evgeny Mandrikov
2011-02-04
2
-102
/
+0
*
SONAR-2169: Add CoverageExtension to API
Evgeny Mandrikov
2011-02-04
2
-2
/
+38
*
Fix bug on deprecated profiles
simonbrandhof
2011-02-04
1
-1
/
+1
*
Upgrade copyright headers
simonbrandhof
2011-02-04
332
-2239
/
+2239
*
SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled
simonbrandhof
2011-02-03
2
-26
/
+72
*
SONAR-2094 Support backups without the field <enabled>
simonbrandhof
2011-02-02
1
-3
/
+7
*
Merge branch 'SONAR-2094'
simonbrandhof
2011-02-02
1
-2
/
+13
|
\
|
*
SONAR-2094 Add the column RULES_PROFILES.ENABLED
simonbrandhof
2011-02-01
1
-2
/
+13
*
|
Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces...
simonbrandhof
2011-02-02
2
-12
/
+34
*
|
SONAR-2137: Fix updating of past violations
Evgeny Mandrikov
2011-02-02
1
-1
/
+1
|
/
*
Add missing deprecated annotations
Evgeny Mandrikov
2011-02-01
4
-12
/
+17
*
Add profile to check copyright headers + fix some badly formatted headers
simonbrandhof
2011-01-31
5
-61
/
+75
*
Add properties "sonar.projectName" and "sonar.projectDescription"
Evgeny Mandrikov
2011-01-31
1
-0
/
+10
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2011-01-28
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.6-M1
simonbrandhof
2011-01-28
1
-1
/
+1
*
Add some unit tests
simonbrandhof
2011-01-28
1
-7
/
+46
*
SONAR-2149 Resource filters are ignored in complexity distributions of Java p...
simonbrandhof
2011-01-28
6
-219
/
+134
*
Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resourc...
simonbrandhof
2011-01-28
1
-0
/
+6
*
add helper methods to Qualifiers + do not accept null parameters
simonbrandhof
2011-01-28
2
-22
/
+63
*
add methods Scopes#isHigherThan() and isHigherThanOrEquals()
simonbrandhof
2011-01-28
2
-5
/
+48
*
SONAR-2151: Add new property to manage source encoding
Evgeny Mandrikov
2011-01-28
4
-11
/
+34
*
SONAR-2148: Add new properties to manage level of Java language
Evgeny Mandrikov
2011-01-28
1
-10
/
+10
*
SONAR-2126: Change API to work with file system of a project
Evgeny Mandrikov
2011-01-27
6
-87
/
+87
*
Add the method ResourceUtils#isPersistable(Resource)
simonbrandhof
2011-01-26
2
-1
/
+35
*
Add javadoc to InputFile + improve JavaFile#toString()
simonbrandhof
2011-01-26
2
-9
/
+7
*
Improve backward-compatibility when adding data to a non-indexed resource
simonbrandhof
2011-01-25
7
-30
/
+70
*
SONAR-791 When the source directory is not exactly the java package root, Son...
simonbrandhof
2011-01-24
3
-8
/
+19
*
SONAR-2130 deprecate the component SquidSearch
simonbrandhof
2011-01-24
1
-49
/
+0
*
Improve org.sonar.api.resources.Scopes and Qualifiers
simonbrandhof
2011-01-24
7
-48
/
+408
*
Remove deprecated constants of org.sonar.api.resources.Resource (deprecated s...
simonbrandhof
2011-01-24
1
-30
/
+0
*
Use CoreProperties for in-memory POM construction
Evgeny Mandrikov
2011-01-24
1
-0
/
+5
*
Rename method in InputFile from getBaseDir() to getFileBaseDir()
Evgeny Mandrikov
2011-01-24
2
-2
/
+2
*
SONAR-2126: Partially revert previous changes
Evgeny Mandrikov
2011-01-24
2
-11
/
+10
*
SONAR-2106: New Java library to bootstrap project analysis
Evgeny Mandrikov
2011-01-24
3
-197
/
+0
*
SONAR-2126: Change api to work with project file system
Evgeny Mandrikov
2011-01-23
1
-1
/
+3
*
SONAR-2126: Change api to work with project file system
Evgeny Mandrikov
2011-01-23
1
-0
/
+2
*
SONAR-2126: Change api to work with project file system
Evgeny Mandrikov
2011-01-23
8
-130
/
+276
*
Merge branch 'master' of github.com:SonarSource/sonar
simonbrandhof
2011-01-21
6
-90
/
+129
|
\
|
*
SONAR-2126: Rename ProjectDirectory to FileSystemDirectory
Evgeny Mandrikov
2011-01-20
2
-7
/
+7
|
*
SONAR-2126: Change API to work with project
Evgeny Mandrikov
2011-01-20
6
-89
/
+128
[next]