Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3119 Report only one violation per block of commented out lines of code | Evgeny Mandrikov | 2012-07-05 | 2 | -13/+22 |
| | |||||
* | SONAR-3249 Do not detect commented-out code in headers | Evgeny Mandrikov | 2012-07-03 | 3 | -25/+42 |
| | |||||
* | SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way | David Gageot | 2012-06-18 | 6 | -11/+168 |
| | |||||
* | Remove violations | David Gageot | 2012-06-15 | 2 | -24/+27 |
| | |||||
* | Remove some violations on unit tests | David Gageot | 2012-06-14 | 1 | -14/+13 |
| | | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication | ||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | Suppress warnings | David Gageot | 2012-05-25 | 2 | -9/+10 |
| | |||||
* | 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 ↵ | Simon Brandhof | 2012-04-03 | 1 | -1/+0 |
| | | | | methods implementing interfaces | ||||
* | 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 |
| | | | | And do not compute complexity distribution by class. | ||||
* | 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 |
| | | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator. | ||||
* | 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 |
| | | | | + Use this API to save LoC in Java files | ||||
* | 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 |
| | | | | | It should close original stream instead of newly created ByteArrayInputStream | ||||
* | 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 |
| | | | => whereas they can be used in Sonar Web UI | ||||
* | 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 |
| | | | | | | | To prevent regressions for following plugins: * jacoco * checkstyle * squid java | ||||
* | 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 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 3 | -3/+31 |
| | | | | JSNI methods (GWT) should not be considered as commented-out code. |