| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing license headers | Godin | 2010-11-23 | 7 | -0/+139 |
* | SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement fa... | Godin | 2010-11-23 | 2 | -1/+14 |
* | Make SquidVisitor interface instead of class | Godin | 2010-11-23 | 6 | -25/+18 |
* | SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ... | Godin | 2010-11-23 | 2 | -9/+19 |
* | SONAR-1845: Create a new Sonar rule to check method complexity | Godin | 2010-11-23 | 2 | -9/+19 |
* | SONAR-1930: Change message for MaximumInheritanceDepth rule | Godin | 2010-11-23 | 1 | -2/+1 |
* | SONAR-1845, SONAR-1931: Create a new Squid rules to check class and method co... | Godin | 2010-11-23 | 13 | -96/+214 |
* | SONAR-1971: Change description of TodoComment rule | Godin | 2010-11-23 | 1 | -3/+3 |
* | SONAR-1933: Create a SQUID rule : break instruction should not be used outsid... | Godin | 2010-11-23 | 1 | -16/+25 |
* | SONAR-1932: Create a SQUID rule : instruction "continue" should not be used | Godin | 2010-11-23 | 1 | -2/+18 |
* | Minor fix | Godin | 2010-11-23 | 1 | -1/+1 |
* | SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX | Godin | 2010-11-23 | 2 | -10/+19 |
* | move org.sonar.plugins.dbcleaner.util.PurgeUtils to org.sonar.plugins.dbclean... | simonbrandhof | 2010-11-19 | 20 | -18/+19 |
* | SOAR-1663 the purge task by period can be reused by plugins | simonbrandhof | 2010-11-19 | 12 | -96/+225 |
* | SONAR-1663 improve QA | simonbrandhof | 2010-11-18 | 1 | -3/+3 |
* | SONAR-1663 improve QA | simonbrandhof | 2010-11-18 | 18 | -71/+25 |
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 93 | -123/+2258 |
* | SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new squ... | Godin | 2010-11-17 | 3 | -7/+7 |
* | SONAR-1977: Ignore violations from findbugs report, if rule not activated in ... | Godin | 2010-11-15 | 1 | -1/+1 |
* | SONAR-1977: Ignore violations from findbugs report, if rule not activated in ... | Godin | 2010-11-15 | 5 | -15/+76 |
* | SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names for... | Godin | 2010-11-15 | 5 | -5/+5 |
* | fix SONAR-1978 : The Squid "Unused private method" doesn't report a violation... | fmallet | 2010-11-15 | 6 | -1/+52 |
* | SONAR-1845: Create a new Sonar rule to check method complexity | Godin | 2010-11-14 | 7 | -11/+93 |
* | SONAR-971: Cardinality of checkstyle rule TodoComment should be multiple | Godin | 2010-11-13 | 1 | -0/+1 |
* | Add missing license headers | Godin | 2010-11-13 | 12 | -10/+249 |
* | Add test for UndocumentedApiCheck | Godin | 2010-11-13 | 2 | -0/+43 |
* | SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ... | Godin | 2010-11-13 | 4 | -3/+102 |
* | SONAR-1933: Create a SQUID rule : break instruction should not be used outsid... | Godin | 2010-11-13 | 3 | -1/+88 |
* | SONAR-1932: Create a SQUID rule : instruction "continue" should not be used | Godin | 2010-11-13 | 3 | -1/+71 |
* | SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX | Godin | 2010-11-13 | 3 | -7/+83 |
* | SONAR-1953 Minimum period used in purge tasks should be configurable | simonbrandhof | 2010-11-12 | 4 | -10/+25 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-11-09 | 11 | -11/+11 |
* | [maven-release-plugin] prepare release 2.4-RC1 | simonbrandhof | 2010-11-09 | 11 | -11/+11 |
* | fix rendering issue of the rules widget on Google Chrome/Safari | simonbrandhof | 2010-11-09 | 1 | -2/+2 |
* | compress HTML templates in plugins core and design | simonbrandhof | 2010-11-08 | 2 | -0/+38 |
* | upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4 | simonbrandhof | 2010-11-08 | 2 | -2/+0 |
* | VIEWS-56 do not display the Design page on views | simonbrandhof | 2010-11-08 | 1 | -1/+1 |
* | fix layout of core widgets | simonbrandhof | 2010-11-05 | 12 | -80/+84 |
* | custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray... | simonbrandhof | 2010-11-05 | 13 | -26/+6 |
* | Add description to core widgets | gaudol | 2010-11-04 | 12 | -19/+25 |
* | SONAR-1643 improve HTML of widget filtering by categories | simonbrandhof | 2010-11-04 | 4 | -7/+8 |
* | Improve routines for patterns, add unit tests | Godin | 2010-11-03 | 4 | -41/+39 |
* | SONAR-1901: Fix UndocumentedApiCheck | Godin | 2010-11-03 | 2 | -16/+28 |
* | Use ProjectClasspath instead of custom filtering in sonar-squid-java-plugin | Godin | 2010-11-03 | 2 | -86/+16 |
* | SONAR-1915: Deploy core plugins to maven repository | Godin | 2010-11-03 | 11 | -69/+0 |
* | SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ... | Godin | 2010-11-02 | 7 | -152/+39 |
* | SONAR-1772: Use method getURL() from org.sonar.api.platform.Server | Godin | 2010-11-02 | 2 | -12/+11 |
* | add some missing license headers | Godin | 2010-11-02 | 6 | -14/+136 |
* | SONAR-1772: Add unit test for FindbugsDownloader | Godin | 2010-11-02 | 2 | -4/+88 |
* | SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ... | Godin | 2010-11-01 | 5 | -19/+81 |