Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sonar-squid-java-plugin | Evgeny Mandrikov | 2012-09-14 | 109 | -8712/+0 |
| | | | | It's not used anymore. | ||||
* | SONAR-2333 Add new rule to report about cycles between packages | Evgeny Mandrikov | 2012-07-05 | 3 | -11/+9 |
| | | | | | * Add rule to the "Sonar way" profile * Compute cost of fix of violation | ||||
* | SONAR-2333 Add new rule to report about cycles between packages | Evgeny Mandrikov | 2012-07-05 | 3 | -0/+76 |
| | |||||
* | SONAR-3119 Report only one violation per block of commented out lines of code | Evgeny Mandrikov | 2012-07-05 | 1 | -4/+22 |
| | |||||
* | SONAR-3249 Do not detect commented-out code in headers | Evgeny Mandrikov | 2012-07-03 | 1 | -11/+22 |
| | |||||
* | SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way | David Gageot | 2012-06-18 | 4 | -7/+97 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 8 | -0/+32 |
| | |||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 4 | -10/+10 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 1 | -5/+14 |
| | |||||
* | Rename version 2.15 to 3.0 | Simon Brandhof | 2012-04-11 | 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 | 1 | -4/+13 |
| | |||||
* | SONAR-3315 Improve error message when importing duplicate files | Fabrice Bellingard | 2012-04-02 | 1 | -6/+11 |
| | |||||
* | SONAR-3289 On java projects compute complexity distribution by file | Evgeny Mandrikov | 2012-03-20 | 2 | -25/+26 |
| | | | | 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 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 2 | -12/+7 |
| | |||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 3 | -14/+20 |
| | | | | | | | * 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 | -2/+5 |
| | |||||
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 1 | -14/+7 |
| | | | | + 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 | 4 | -0/+127 |
| | |||||
* | 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 | ||||
* | 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 | 103 | -103/+103 |
| | |||||
* | 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 | 2 | -6/+12 |
| | |||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 1 | -15/+47 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 1 | -2/+19 |
| | | | | 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 | 4 | -40/+127 |
| | | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs. | ||||
* | 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 | 3 | -2/+42 |
| | |||||
* | SONAR-1836 Upgrade to Checkstyle 5.5 | Evgeny Mandrikov | 2011-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | 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-2941 Exclude isolated methods from LCOM4 computation | Dinesh Bolkensteyn | 2011-10-26 | 1 | -4/+15 |
| | |||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 1 | -15/+26 |
| | |||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | SONAR-2934 Accessors should be considered transitively | Dinesh Bolkensteyn | 2011-10-25 | 1 | -3/+15 |
| | |||||
* | Moved the place accessors are computed from a bytecode visitor to a property ↵ | Dinesh Bolkensteyn | 2011-10-25 | 4 | -79/+36 |
| | | | | on the bytecode resource AsmMethod | ||||
* | SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm | Dinesh Bolkensteyn | 2011-10-25 | 2 | -24/+35 |
| | |||||
* | 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 |