aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup temp files generated by CommandExecutorTest.javaSimon Brandhof2011-07-071-0/+3
* SONAR-2574 API: configure the working directory used by org.sonar.api.utils.c...Simon Brandhof2011-07-052-6/+36
* Fix loading of extensions which extend abstract classesSimon Brandhof2011-06-231-1/+4
* SONAR-2505 support measure variationsSimon Brandhof2011-06-211-0/+5
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-101-1/+7
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-071-3/+2
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-063-19/+36
* Add ProjectDefinition#resetSourceDirs() and resetTestDirs()Simon Brandhof2011-06-031-0/+20
* Allow to manually define source files to analyzeSimon Brandhof2011-06-032-11/+36
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-311-1/+23
* SONAR-2468 add a better sample of ProjectBuildersimonbrandhof2011-05-271-7/+32
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-273-0/+214
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-271-0/+6
* SONAR-2464 Metric.Builder must set best and worst values when type percentEvgeny Mandrikov2011-05-231-0/+16
* Fix CommandExecutorTest.java test on Windowssimonbrandhof2011-05-101-1/+3
* Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxessimonbrandhof2011-05-061-1/+0
* Fix NPEEvgeny Mandrikov2011-04-281-0/+9
* Increase timeout of CommandExecutorTest for slow boxessimonbrandhof2011-04-281-2/+2
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-281-2/+18
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-271-0/+48
* SONAR-2266 ProjectFileSystem should return only existing source and test dire...Evgeny Mandrikov2011-04-271-0/+12
* SONAR-1865 Dollars ($) are not accepted in java class namessimonbrandhof2011-04-151-8/+5
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-121-2/+2
* API: add methods to InputFileUtilssimonbrandhof2011-04-111-13/+32
* API: add the file org.sonar.api.resources.InputFileUtilssimonbrandhof2011-04-101-0/+125
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-1/+3
* SONAR-2280 ProjectFileSystem.resolvePath should return canonical fileEvgeny Mandrikov2011-03-161-5/+23
* API: DateUtils is now thread-safesimonbrandhof2011-03-141-1/+84
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-132-0/+118
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t...simonbrandhof2011-03-081-0/+66
* Metric name must be required in Metric.Builder factorysimonbrandhof2011-03-011-3/+2
* API: add methods MeasureUtils.getVariation(...) and MeasureUtils.getVariation...simonbrandhof2011-02-281-1/+24
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-0/+13
* API: fix CoverageMeasuresBuilder for Coberturasimonbrandhof2011-02-251-17/+23
* Fix unit testsimonbrandhof2011-02-251-8/+4
* Add support of Multisets in KeyValueFormatsimonbrandhof2011-02-251-16/+43
* SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ste...simonbrandhof2011-02-252-0/+187
* Improve KeyValueFormat: support typed parsingsimonbrandhof2011-02-252-62/+191
* SONAR-2193 Pattern matching should work in case if pattern ends on "/**"Evgeny Mandrikov2011-02-191-2/+0
* API: rename BlockUnit to Methodsimonbrandhof2011-02-141-0/+46
* SONAR-2193: Add unit testsEvgeny Mandrikov2011-02-141-2/+16
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-072-5/+5
* SONAR-2172: New extension point - InitializerEvgeny Mandrikov2011-02-071-0/+43
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-52/+0
* Upgrade copyright headerssimonbrandhof2011-02-04101-457/+457
* Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces...simonbrandhof2011-02-021-3/+18
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-314-61/+56
* Add some unit testssimonbrandhof2011-01-281-7/+46
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-282-91/+2
* add helper methods to Qualifiers + do not accept null parameterssimonbrandhof2011-01-281-8/+0