aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Remove sonar-squid-java-pluginEvgeny Mandrikov2012-09-14193-14638/+0
* Use ArgumentMatcherDavid Gageot2012-07-161-7/+6
* Remove warningDavid Gageot2012-07-161-1/+1
* SONAR-2333 Add new rule to report about cycles between packagesEvgeny Mandrikov2012-07-054-13/+11
* SONAR-2333 Add new rule to report about cycles between packagesEvgeny Mandrikov2012-07-053-0/+76
* SONAR-3119 Report only one violation per block of commented out lines of codeEvgeny Mandrikov2012-07-052-13/+22
* SONAR-3249 Do not detect commented-out code in headersEvgeny Mandrikov2012-07-032-25/+36
* SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar WayDavid Gageot2012-06-186-11/+168
* Remove violationsDavid Gageot2012-06-152-24/+27
* Remove some violations on unit testsDavid Gageot2012-06-141-14/+13
* Suppress warningsDavid Gageot2012-05-252-9/+10
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-279-0/+33
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-275-11/+11
* Remove warningsDavid Gageot2012-04-2710-63/+64
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-1/+1
* Fix compatibility with Java 5 compiler : remove @Override annotations on meth...Simon Brandhof2012-04-031-1/+0
* SONAR-3315 Refactor code to better keep track of original fileFabrice Bellingard2012-04-022-4/+15
* SONAR-3315 Improve error message when importing duplicate filesFabrice Bellingard2012-04-022-16/+60
* SONAR-3289 On java projects compute complexity distribution by fileEvgeny Mandrikov2012-03-205-130/+115
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-6/+4
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-28/+29
* Fix some quality flawsEvgeny Mandrikov2012-02-172-12/+7
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-095-26/+32
* SONAR-3210 Compute new measure for Java files - comments in fileEvgeny Mandrikov2012-02-092-2/+9
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-092-23/+18
* SONAR-3210 Compute new measure for Java files - LoC in fileEvgeny Mandrikov2012-02-095-0/+193
* Reduce number of static fields in CheckstyleSquidBridgeEvgeny Mandrikov2012-02-083-46/+114
* Fix JavaAstScannerEvgeny Mandrikov2012-02-082-37/+50
* SONAR-3228 Some metrics are not persisted if value 0 Fabrice Bellingard2012-01-311-10/+10
* Update copyright header for this new yearSimon Brandhof2012-01-10179-179/+179
* SONAR-2018 Change violation messageEvgeny Mandrikov2011-12-232-2/+2
* SONAR-3093 Java: "comments" metric should include "commented out lines of code"Evgeny Mandrikov2011-12-236-10/+65
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-142-15/+51
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-132-3/+20
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-135-45/+141
* Add utility class to simplify assertions in tests for checksEvgeny Mandrikov2011-12-1314-151/+183
* SONAR-3055 API: remove the attribute "classes" of the annotations @DependsUpo...Simon Brandhof2011-12-051-5/+5
* SONAR-2018 Add rule to detect commented-out lines of codeEvgeny Mandrikov2011-12-054-2/+98
* SONAR-1836 Upgrade to Checkstyle 5.5Evgeny Mandrikov2011-11-301-1/+1
* Add comment to ChidamberKemererBridgeSimon Brandhof2011-11-211-0/+3
* LCOM4 of Java files without any class - like package-info.java - must be 1Simon Brandhof2011-11-212-3/+23
* Fix violationEvgeny Mandrikov2011-11-071-2/+1
* Fix violationsEvgeny Mandrikov2011-11-071-2/+0
* Fix a violationDinesh Bolkensteyn2011-11-041-1/+4
* Fix coding violationsSimon Brandhof2011-11-032-0/+3
* Fix violationsEvgeny Mandrikov2011-11-031-2/+2
* Fixed some violationsDinesh Bolkensteyn2011-11-032-3/+2
* Fixed an if-statement without braces violationDinesh Bolkensteyn2011-11-021-1/+3
* SONAR-2584 add support for Java7 in Checkstyle and SquidSimon Brandhof2011-10-281-1/+1
* SONAR-2941 Exclude isolated methods from LCOM4 computationDinesh Bolkensteyn2011-10-263-7/+22