aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-151/+0
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7727 Remove SquidUtils and deprecated methods on old SensorContextJulien HENRY2016-07-051-50/+0
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-121-0/+2
* Fix javadoc errorsJulien HENRY2016-04-111-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6368 Remove deprecated violation APIJulien HENRY2015-07-241-32/+3
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-191-17/+2
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-271-0/+27
* Remove all deprecated Violation APIsJulien HENRY2015-03-271-27/+0
* SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop abi...Julien HENRY2015-03-171-28/+0
* SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor APIJulien HENRY2015-03-121-14/+0
* Fix some quality flawsJulien HENRY2015-02-201-0/+7
* SONAR-5931 Update documentationJulien HENRY2015-02-201-7/+4
* SONAR-5931 Cleanup dependency APIJulien HENRY2015-02-171-1/+10
* SONAR-6163 - timezones - events migrationTeryk Bellahsene2015-02-171-1/+2
* SONAR-5931 Publish new measure APIJulien HENRY2015-01-151-1/+1
* SONAR-5864 API cleanupJulien HENRY2014-12-011-5/+9
* Fix some javadocSimon Brandhof2014-10-031-4/+11
* Add medium test for InputDirJulien HENRY2014-07-221-0/+1
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-211-0/+1
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-2/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5006 Deprecate some methods of SensorContextJulien HENRY2014-02-211-2/+13
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-201-19/+13
* Add additional tests for line counter.Julien HENRY2014-01-301-4/+5
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-271-1/+2
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-141-0/+13
* SONAR-4783 Restore indexing methods to allow indexing of methods/paragraphsJulien HENRY2014-01-091-4/+2
* SONAR-4783 API - drop the extension point SourceImporterJulien HENRY2014-01-091-2/+6
* Fix javadocSimon Brandhof2013-06-061-1/+0
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-091-8/+0
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-091-0/+8
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Fix violationsEvgeny Mandrikov2011-04-051-1/+0
* Fix coding violationssimonbrandhof2011-03-271-1/+1
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-251-5/+4
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-14/+70
* Fix violations reported on Nemo, fix JavaDocsGodin2010-11-301-20/+19
* SONAR-1405: The API must optionally allow plugins to add rule violations on l...Godin2010-11-261-1/+9
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-241-1/+1
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-061-0/+175