aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove sonar-squid-java-pluginEvgeny Mandrikov2012-09-14193-14638/+0
| | | | It's not used anymore.
* 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
| | | | | * Add rule to the "Sonar way" profile * Compute cost of fix of violation
* 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
| | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
* 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 ↵Simon Brandhof2012-04-031-1/+0
| | | | methods implementing interfaces
* 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
| | | | And do not compute complexity distribution by class.
* 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
| | | | | | | * 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 fileEvgeny Mandrikov2012-02-092-2/+9
|
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-092-23/+18
| | | | + Use this API to save LoC in Java files
* 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
| | | | | It should close original stream instead of newly created ByteArrayInputStream
* SONAR-3228 Some metrics are not persisted if value 0 Fabrice Bellingard2012-01-311-10/+10
| | | => whereas they can be used in Sonar Web UI
* 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
| | | | Proper recognition of JSNI methods (GWT).
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-132-3/+20
| | | | JSNI methods (GWT) should not be considered as commented-out code.
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-135-45/+141
| | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs.
* Add utility class to simplify assertions in tests for checksEvgeny Mandrikov2011-12-1314-151/+183
| | | | And update tests to use this new class.
* SONAR-3055 API: remove the attribute "classes" of the annotations ↵Simon Brandhof2011-12-051-5/+5
| | | | @DependsUpon and @DependedUpon
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
|