Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 3 | -18/+36 | |
| | ||||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 2 | -1/+9 | |
| | ||||||
* | 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 | 2 | -3/+19 | |
| | ||||||
* | 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 | 4 | -29/+50 | |
| | ||||||
* | SONAR-2038 Marked a critical violation in Sonar as false-positive | Dinesh Bolkensteyn | 2011-10-25 | 1 | -1/+2 | |
| | ||||||
* | 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 | 10 | -204/+140 | |
| | ||||||
* | SONAR-2892 Use special SquidClassLoader which can be closed | Evgeny Mandrikov | 2011-10-17 | 8 | -1/+425 | |
| | ||||||
* | 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 | 1 | -0/+20 | |
| | | | | | | | 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) | |||||
* | SONAR-2714 Reorganize core properties into categories | Simon Brandhof | 2011-08-18 | 1 | -3/+16 | |
| | ||||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 1 | -33/+6 | |
| | ||||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 9 | -36/+30 | |
| | ||||||
* | SONAR-2591 API : translation mechanism of rule descriptions | Fabrice Bellingard | 2011-07-15 | 12 | -120/+42 | |
| | | | | | - Remove rule name & description + rule param description from Squid Java check classes, as they are now in the English Language Pack | |||||
* | SONAR-2591 API : translation mechanism of rule descriptions | Fabrice Bellingard | 2011-07-14 | 1 | -44/+0 | |
| | | | | | | - Added mechanism to look for rule descriptions in HTML files - Put all the rule names and descriptions of Squid Java in the English Pack using this system | |||||
* | Internationalization of SquidJava rules | David Festal | 2011-07-04 | 1 | -0/+44 | |
| | ||||||
* | SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to ↵ | Evgeny Mandrikov | 2011-06-01 | 6 | -34/+126 | |
| | | | | "true" | |||||
* | SONAR-2459 Violations should be generated even when bytecode not available | Evgeny Mandrikov | 2011-05-30 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2164 Add an option to skip package design analysis | Evgeny Mandrikov | 2011-05-30 | 3 | -15/+39 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-05-29 | 2 | -5/+4 | |
| | ||||||
* | SONAR-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 1 | -1/+1 | |
| | ||||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -3/+1 | |
| | ||||||
* | Remove some dead code | simonbrandhof | 2011-05-05 | 1 | -1/+0 | |
| | ||||||
* | SONAR-2301 ClassComplexityCheck NullPointerException | simonbrandhof | 2011-05-04 | 3 | -6/+12 | |
| | ||||||
* | SONAR-2255 the metric 'classes' must not be 0 on unit tests | simonbrandhof | 2011-04-20 | 1 | -5/+2 | |
| | ||||||
* | Slight refactoring of squid | simonbrandhof | 2011-04-12 | 3 | -27/+14 | |
| | ||||||
* | SONAR-2349 New rule to detect empty Java files | simonbrandhof | 2011-04-12 | 3 | -5/+112 | |
| | ||||||
* | SONAR-791 compare package declaration with physical directory | simonbrandhof | 2011-04-11 | 48 | -251/+417 | |
| | ||||||
* | SONAR-2322 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-08 | 2 | -25/+25 | |
| | ||||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -24/+4 | |
| | ||||||
* | SONAR-2303 "Architectural constraint" rule should work for patterns with spaces | Evgeny Mandrikov | 2011-04-04 | 2 | -1/+18 | |
| | ||||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -3/+1 | |
| | ||||||
* | SONAR-2189 Remove the component SquidSearch | simonbrandhof | 2011-02-21 | 7 | -119/+5 | |
| | ||||||
* | SONAR-2193 Pattern matching should work in case if pattern ends on "/**" | Evgeny Mandrikov | 2011-02-19 | 1 | -1/+1 | |
| | ||||||
* | LCOM4 must not be 1 when bytecode is not available | simonbrandhof | 2011-02-11 | 1 | -2/+5 | |
| | ||||||
* | Rename Scopes.TYPE to Scopes.PROGRAM_UNIT | simonbrandhof | 2011-02-07 | 4 | -4/+4 | |
| | ||||||
* | SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available | simonbrandhof | 2011-02-04 | 2 | -1/+30 | |
| | ||||||
* | SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java ↵ | simonbrandhof | 2011-02-04 | 10 | -194/+107 | |
| | | | | projects | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 172 | -232/+232 | |
| | ||||||
* | Move calculation of accessors from squid to sonar | simonbrandhof | 2011-02-01 | 2 | -4/+8 | |
| |