| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 9 | -0/+33 |
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 5 | -11/+11 |
* | Remove warnings | David Gageot | 2012-04-27 | 10 | -63/+64 |
* | SONAR-3428 Configure Infinitest | David Gageot | 2012-04-25 | 1 | -0/+1 |
* | Merge branch 'release-3.0' | Eric Hartmann | 2012-04-16 | 1 | -1/+1 |
|\ |
|
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-13 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare release 3.0-RC3 | Eric Hartmann | 2012-04-13 | 1 | -1/+1 |
| * | Rename version 2.15 to 3.0 | Simon Brandhof | 2012-04-11 | 1 | -1/+1 |
| * | Upgrade to 3.0-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare release 2.15-RC2 | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare release 2.15-RC1 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
* | | Upgrade to 3.1-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 |
* | | Upgrade version to 2.16 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
|/ |
|
* | Fix compatibility with Java 5 compiler : remove @Override annotations on meth... | Simon Brandhof | 2012-04-03 | 1 | -1/+0 |
* | SONAR-3315 Refactor code to better keep track of original file | Fabrice Bellingard | 2012-04-02 | 2 | -4/+15 |
* | SONAR-3315 Improve error message when importing duplicate files | Fabrice Bellingard | 2012-04-02 | 2 | -16/+60 |
* | SONAR-3289 On java projects compute complexity distribution by file | Evgeny Mandrikov | 2012-03-20 | 5 | -130/+115 |
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 1 | -6/+4 |
* | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 1 | -28/+29 |
* | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-05 | 1 | -2/+1 |
|\ |
|
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare release 2.14-RC1 | Eric Hartmann | 2012-02-27 | 1 | -3/+2 |
* | | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
* | | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
|/ |
|
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 2 | -12/+7 |
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 5 | -26/+32 |
* | SONAR-3210 Compute new measure for Java files - comments in file | Evgeny Mandrikov | 2012-02-09 | 2 | -2/+9 |
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 2 | -23/+18 |
* | SONAR-3210 Compute new measure for Java files - LoC in file | Evgeny Mandrikov | 2012-02-09 | 5 | -0/+193 |
* | Reduce number of static fields in CheckstyleSquidBridge | Evgeny Mandrikov | 2012-02-08 | 3 | -46/+114 |
* | Fix JavaAstScanner | Evgeny Mandrikov | 2012-02-08 | 2 | -37/+50 |
* | Cleanup build log for sonar-squid-java-plugin by redirecting test output to file | Evgeny Mandrikov | 2012-02-03 | 1 | -0/+4 |
* | SONAR-3228 Some metrics are not persisted if value 0 | Fabrice Bellingard | 2012-01-31 | 1 | -10/+10 |
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 179 | -179/+179 |
* | SONAR-3150 Lock size of other plugins with dependencies | Evgeny Mandrikov | 2012-01-09 | 1 | -0/+24 |
* | Do not embed google-collections in the plugins checkstyle and squid-java | simonbrandhof | 2012-01-06 | 1 | -1/+6 |
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
* | SONAR-2018 Change violation message | Evgeny Mandrikov | 2011-12-23 | 2 | -2/+2 |
* | SONAR-3093 Java: "comments" metric should include "commented out lines of code" | Evgeny Mandrikov | 2011-12-23 | 6 | -10/+65 |
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 3 | -17/+67 |
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 3 | -3/+31 |
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 6 | -57/+191 |
* | Add utility class to simplify assertions in tests for checks | Evgeny Mandrikov | 2011-12-13 | 14 | -151/+183 |
* | SONAR-3055 API: remove the attribute "classes" of the annotations @DependsUpo... | Simon Brandhof | 2011-12-05 | 1 | -5/+5 |
* | SONAR-2018 Add rule to detect commented-out lines of code | Evgeny Mandrikov | 2011-12-05 | 5 | -2/+120 |
* | SONAR-1836 Upgrade to Checkstyle 5.5 | Evgeny Mandrikov | 2011-11-30 | 2 | -33/+9 |
* | Add comment to ChidamberKemererBridge | Simon Brandhof | 2011-11-21 | 1 | -0/+3 |
* | LCOM4 of Java files without any class - like package-info.java - must be 1 | Simon Brandhof | 2011-11-21 | 2 | -3/+23 |