Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin | Evgeny Mandrikov | 2011-10-17 | 11 | -209/+140 | |
| | ||||||
* | SONAR-2892 Use special SquidClassLoader which can be closed | Evgeny Mandrikov | 2011-10-17 | 8 | -1/+425 | |
| | ||||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+0 | |
| | ||||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 6 | -39/+8 | |
| | ||||||
* | SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵ | Simon Brandhof | 2011-10-11 | 1 | -1/+1 | |
| | | | | CheckMessage#getCheck() | |||||
* | SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheck | Simon Brandhof | 2011-10-07 | 6 | -65/+26 | |
| | ||||||
* | SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysis | Evgeny Mandrikov | 2011-09-23 | 2 | -1/+21 | |
| | ||||||
* | SONAR-1836 Add tests against bugs in Checkstyle | Evgeny Mandrikov | 2011-09-22 | 3 | -0/+32 | |
| | | | | | | | Those tests will allow us to be notified during update of Checkstyle that bugs were fixed : * escaped unicode (exists in Checkstyle 5.1 - 5.4) * line comment at the end of file (exists in Checkstyle 5.2 - 5.4) | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 | |
| |