Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 6 | -57/+191 |
| | | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs. | ||||
* | Add utility class to simplify assertions in tests for checks | Evgeny Mandrikov | 2011-12-13 | 14 | -151/+183 |
| | | | | And update tests to use this new class. | ||||
* | SONAR-3055 API: remove the attribute "classes" of the annotations ↵ | Simon Brandhof | 2011-12-05 | 1 | -5/+5 |
| | | | | @DependsUpon and @DependedUpon | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | New rules in 5.2: * InnerTypeLast Modified rules in 5.2: * DeclarationOrder * ImportOrder New rules in 5.3: * OuterTypeFilename * NestedForDepth * MethodCount * OneStatementPerLine Modified rules in 5.3: * PackageDeclaration * MagicNumber * AbstractClassName * AvoidStarImport Modified rules in 5.4: * UnusedImports * MagicNumber * EqualsAvoidNull * IllegalThrows * RedundantModifier | ||||
* | 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 |
| | |||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Fix violation | Evgeny Mandrikov | 2011-11-07 | 1 | -2/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 1 | -2/+0 |
| | |||||
* | Fix a violation | Dinesh Bolkensteyn | 2011-11-04 | 1 | -1/+4 |
| | |||||
* | SONAR-2584 upgrade to checkstyle 5.1.2 and to pmd 4.2.5.2 | simonbrandhof | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 2 | -0/+3 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | Fixed some violations | Dinesh Bolkensteyn | 2011-11-03 | 2 | -3/+2 |
| | |||||
* | Fixed an if-statement without braces violation | Dinesh Bolkensteyn | 2011-11-02 | 1 | -1/+3 |
| | |||||
* | SONAR-2584 add support for Java7 in Checkstyle and Squid | Simon Brandhof | 2011-10-28 | 2 | -4/+4 |
| | |||||
* | SONAR-2941 Exclude isolated methods from LCOM4 computation | Dinesh Bolkensteyn | 2011-10-26 | 11 | -13/+86 |
| | |||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 5 | -18/+56 |
| | |||||
* | SONAR-2849 Remove declarations of third-party repositories from root pom | Evgeny Mandrikov | 2011-10-26 | 1 | -0/+29 |
| | | | | | | | | Enforce that repositories not declared in pom.xml, except of modules sonar-checkstyle-plugin and sonar-squid-java-plugin due to dependency on Checktyle 5.1, which is not available in Central. This allows to remove side effects in Maven plugins. | ||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 4 | -1/+54 |
| | |||||
* | SONAR-2642 improve unit test of mybatis mappers | Simon Brandhof | 2011-10-25 | 1 | -15/+15 |
| | |||||
* | SONAR-2934 Accessors should be considered transitively | Dinesh Bolkensteyn | 2011-10-25 | 4 | -4/+28 |
| | |||||
* | Moved the place accessors are computed from a bytecode visitor to a property ↵ | Dinesh Bolkensteyn | 2011-10-25 | 6 | -160/+76 |
| | | | | on the bytecode resource AsmMethod | ||||
* | SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm | Dinesh Bolkensteyn | 2011-10-25 | 8 | -29/+86 |
| | |||||
* | SONAR-2038 Marked a critical violation in Sonar as false-positive | Dinesh Bolkensteyn | 2011-10-25 | 1 | -1/+2 |
| | |||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 2 | -0/+19 |
| | | | | field access | ||||
* | mend | Dinesh Bolkensteyn | 2011-10-24 | 2 | -16/+25 |
| | | | | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access | ||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 5 | -33/+52 |
| | | | | field access | ||||
* | SONAR-2715 Provide meaningful exception message, when source file cannot be ↵ | Evgeny Mandrikov | 2011-10-24 | 1 | -2/+1 |
| | | | | imported | ||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 2 | -4/+4 |
| | |||||
* | SONAR-2892 Add more tests and javadocs | Evgeny Mandrikov | 2011-10-19 | 7 | -26/+239 |
| | |||||
* | SONAR-2892 Fix test | Evgeny Mandrikov | 2011-10-17 | 1 | -1/+1 |
| |