Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sonar-squid-java-plugin | Evgeny Mandrikov | 2012-09-14 | 78 | -5894/+0 |
| | | | | It's not used anymore. | ||||
* | Use ArgumentMatcher | David Gageot | 2012-07-16 | 1 | -7/+6 |
| | |||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2333 Add new rule to report about cycles between packages | Evgeny Mandrikov | 2012-07-05 | 1 | -2/+2 |
| | | | | | * Add rule to the "Sonar way" profile * Compute cost of fix of violation | ||||
* | SONAR-3119 Report only one violation per block of commented out lines of code | Evgeny Mandrikov | 2012-07-05 | 1 | -9/+0 |
| | |||||
* | SONAR-3249 Do not detect commented-out code in headers | Evgeny Mandrikov | 2012-07-03 | 1 | -14/+14 |
| | |||||
* | SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way | David Gageot | 2012-06-18 | 2 | -4/+71 |
| | |||||
* | 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 | ||||
* | Suppress warnings | David Gageot | 2012-05-25 | 2 | -9/+10 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 1 | -0/+1 |
| | |||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 9 | -58/+50 |
| | |||||
* | SONAR-3315 Refactor code to better keep track of original file | Fabrice Bellingard | 2012-04-02 | 1 | -0/+2 |
| | |||||
* | SONAR-3315 Improve error message when importing duplicate files | Fabrice Bellingard | 2012-04-02 | 1 | -10/+49 |
| | |||||
* | SONAR-3289 On java projects compute complexity distribution by file | Evgeny Mandrikov | 2012-03-20 | 3 | -105/+89 |
| | | | | And do not compute complexity distribution by class. | ||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 2 | -12/+12 |
| | | | | | | | * 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 | 1 | -0/+4 |
| | |||||
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 1 | -9/+11 |
| | | | | + 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 | 1 | -0/+66 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 76 | -76/+76 |
| | |||||
* | SONAR-2018 Change violation message | Evgeny Mandrikov | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | SONAR-3093 Java: "comments" metric should include "commented out lines of code" | Evgeny Mandrikov | 2011-12-23 | 4 | -4/+53 |
| | |||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 1 | -0/+4 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 1 | -1/+1 |
| | | | | 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 | 1 | -5/+14 |
| | | | | | * 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-2018 Add rule to detect commented-out lines of code | Evgeny Mandrikov | 2011-12-05 | 1 | -0/+56 |
| | |||||
* | LCOM4 of Java files without any class - like package-info.java - must be 1 | Simon Brandhof | 2011-11-21 | 1 | -2/+18 |
| | |||||
* | SONAR-2584 add support for Java7 in Checkstyle and Squid | Simon Brandhof | 2011-10-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2941 Exclude isolated methods from LCOM4 computation | Dinesh Bolkensteyn | 2011-10-26 | 2 | -3/+7 |
| | |||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 2 | -3/+10 |
| | |||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 1 | -0/+8 |
| | |||||
* | SONAR-2934 Accessors should be considered transitively | Dinesh Bolkensteyn | 2011-10-25 | 1 | -0/+4 |
| | |||||
* | Moved the place accessors are computed from a bytecode visitor to a property ↵ | Dinesh Bolkensteyn | 2011-10-25 | 2 | -81/+40 |
| | | | | on the bytecode resource AsmMethod | ||||
* | SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm | Dinesh Bolkensteyn | 2011-10-25 | 2 | -5/+15 |
| | |||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 2 | -1/+17 |
| | | | | field access | ||||
* | SONAR-2892 Add more tests and javadocs | Evgeny Mandrikov | 2011-10-19 | 3 | -18/+177 |
| | |||||
* | 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 | 7 | -108/+66 |
| | |||||
* | SONAR-2892 Use special SquidClassLoader which can be closed | Evgeny Mandrikov | 2011-10-17 | 2 | -0/+105 |
| | |||||
* | SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysis | Evgeny Mandrikov | 2011-09-23 | 1 | -0/+20 |
| | |||||
* | 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) | ||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 1 | -33/+6 |
| | |||||
* | SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to ↵ | Evgeny Mandrikov | 2011-06-01 | 3 | -6/+113 |
| | | | | "true" | ||||
* | SONAR-2164 Add an option to skip package design analysis | Evgeny Mandrikov | 2011-05-30 | 1 | -5/+13 |
| | |||||
* | Slight refactoring of squid | simonbrandhof | 2011-04-12 | 1 | -14/+7 |
| | |||||
* | SONAR-2349 New rule to detect empty Java files | simonbrandhof | 2011-04-12 | 1 | -0/+66 |
| | |||||
* | SONAR-791 compare package declaration with physical directory | simonbrandhof | 2011-04-11 | 42 | -179/+301 |
| | |||||
* | SONAR-2322 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-08 | 1 | -8/+1 |
| |