| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some quality flaws | Simon Brandhof | 2012-02-22 | 2 | -5/+21 |
* | Remove the dependency on ArrayUtils from ResourceTypeTree | Simon Brandhof | 2012-02-22 | 1 | -2/+2 |
* | Use List instead of Collection into ResourceTypes and ResourceTypeTree | Simon Brandhof | 2012-02-22 | 2 | -10/+11 |
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 6 | -12/+453 |
* | Add ResourceDefinition#hasSourceCode | Simon Brandhof | 2012-02-21 | 2 | -6/+21 |
* | Fix some quality flaws, particularly on newly inspected code | Simon Brandhof | 2012-02-20 | 1 | -2/+12 |
* | SONAR-3238 Deprecate old format for DUPLICATIONS_DATA | Evgeny Mandrikov | 2012-02-18 | 1 | -1/+1 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 6 | -38/+33 |
* | Fix binary compatibility of ResourceModel#setCopyResourceId(Integer) | Simon Brandhof | 2012-02-16 | 1 | -2/+1 |
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA... | Simon Brandhof | 2012-02-15 | 7 | -32/+33 |
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 1 | -26/+47 |
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 3 | -8/+48 |
* | SONAR-3239 Depreciate the paragraph metrics | Fabrice Bellingard | 2012-02-09 | 1 | -0/+24 |
* | SONAR-3210 Compute new measure for Java files - comments in file | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+23 |
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 2 | -0/+66 |
* | SONAR-3253 Fix possible NPE in org.sonar.api.measures.Measure#setData(String) | Evgeny Mandrikov | 2012-02-09 | 2 | -13/+77 |
* | SONAR-3210 Compute new measure for Java files - LoC in file | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+21 |
* | SONAR-2061 do not keep historical data on the metric new_blocker_violations | Simon Brandhof | 2012-02-08 | 1 | -0/+1 |
* | SONAR-2061 do not keep historical data of metrics prefixed by new_ | Simon Brandhof | 2012-02-07 | 1 | -1/+20 |
* | SONAR-3241 Metric "Lines to cover" should not be hidden | Evgeny Mandrikov | 2012-02-06 | 1 | -1/+0 |
* | Improve documentation about core metrics | Evgeny Mandrikov | 2012-02-05 | 1 | -2/+7 |
* | Improve documentation about core metrics | Evgeny Mandrikov | 2012-02-04 | 1 | -16/+110 |
* | Sonar API - Try to improve documentation of notifications | Fabrice Bellingard | 2012-02-03 | 4 | -12/+88 |
* | Fix some quality flaws | Simon Brandhof | 2012-02-03 | 1 | -1/+2 |
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-03 | 1 | -16/+30 |
* | Improve RuleMeasure | Evgeny Mandrikov | 2012-02-03 | 1 | -6/+18 |
* | Update javadoc of RubyRailsWebservice.java | Simon Brandhof | 2012-02-02 | 1 | -4/+2 |
* | Remove unused private method | Simon Brandhof | 2012-02-02 | 1 | -5/+0 |
* | First shot to improve documentation of Metric API | Fabrice Bellingard | 2012-02-01 | 1 | -34/+102 |
* | SONAR-3228 Set the wieghted_violations metric's best value to 0 | Fabrice Bellingard | 2012-02-01 | 1 | -0/+2 |
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-01 | 3 | -3/+42 |
* | Revert invalid comment | Simon Brandhof | 2012-01-31 | 1 | -2/+0 |
* | Add javadoc to Violation#getCommitter | simonbrandhof | 2012-01-30 | 1 | -0/+2 |
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 2 | -25/+75 |
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 3 | -12/+11 |
* | SONAR-3179 Use naming convention for localization of qualifiers | Evgeny Mandrikov | 2012-01-20 | 2 | -23/+2 |
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 1 | -0/+18 |
* | Fix some minor violations | Simon Brandhof | 2012-01-19 | 1 | -2/+2 |
* | Fix compatibility of FieldUtilsTest with Jacoco | simonbrandhof | 2012-01-18 | 1 | -8/+0 |
* | SONAR-3112 Metrics 'test_errors' and 'skipped_tests' should be qualitative | Evgeny Mandrikov | 2012-01-18 | 1 | -2/+2 |
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 1 | -52/+126 |
* | SONAR-3179 Allow to declare resources which can be used for filters | Evgeny Mandrikov | 2012-01-18 | 1 | -2/+14 |
* | SONAR-3179 Add API to define resources | Evgeny Mandrikov | 2012-01-18 | 2 | -0/+151 |
* | SONAR-3012 Shows the new unreviewed violations count in the widget | Fabrice Bellingard | 2012-01-17 | 1 | -4/+4 |
* | Calling Field.setAccessible(true) is accepted here -> not a quality flaw | Simon Brandhof | 2012-01-17 | 1 | -1/+1 |
* | SONAR-3012 Add new_unreviewed_violations metric | Fabrice Bellingard | 2012-01-17 | 3 | -5/+56 |
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 1 | -1/+2 |
* | SONAR-3164 AnnotationCheckFactory does not detect properties declared in inhe... | Simon Brandhof | 2012-01-13 | 4 | -14/+90 |
* | SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtils | Simon Brandhof | 2012-01-13 | 2 | -0/+202 |
* | SONAR-3012 Improvements on Review Activity | Fabrice Bellingard | 2012-01-13 | 1 | -5/+0 |