aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Remove sonar-squid-java-pluginEvgeny Mandrikov2012-09-14109-8712/+0
| | | | It's not used anymore.
* SONAR-2333 Add new rule to report about cycles between packagesEvgeny Mandrikov2012-07-053-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 packagesEvgeny Mandrikov2012-07-053-0/+76
|
* SONAR-3119 Report only one violation per block of commented out lines of codeEvgeny Mandrikov2012-07-051-4/+22
|
* SONAR-3249 Do not detect commented-out code in headersEvgeny Mandrikov2012-07-031-11/+22
|
* SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar WayDavid Gageot2012-06-184-7/+97
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-278-0/+32
|
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-274-10/+10
|
* Remove warningsDavid Gageot2012-04-271-5/+14
|
* 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-021-4/+13
|
* SONAR-3315 Improve error message when importing duplicate filesFabrice Bellingard2012-04-021-6/+11
|
* SONAR-3289 On java projects compute complexity distribution by fileEvgeny Mandrikov2012-03-202-25/+26
| | | | 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-093-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 fileEvgeny Mandrikov2012-02-091-2/+5
|
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-091-14/+7
| | | | + Use this API to save LoC in Java files
* SONAR-3210 Compute new measure for Java files - LoC in fileEvgeny Mandrikov2012-02-094-0/+127
|
* 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-10103-103/+103
|
* SONAR-2018 Change violation messageEvgeny Mandrikov2011-12-231-1/+1
|
* SONAR-3093 Java: "comments" metric should include "commented out lines of code"Evgeny Mandrikov2011-12-232-6/+12
|
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-141-15/+47
| | | | Proper recognition of JSNI methods (GWT).
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-131-2/+19
| | | | JSNI methods (GWT) should not be considered as commented-out code.
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-134-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 Brandhof2011-12-051-5/+5
| | | | @DependsUpon and @DependedUpon
* SONAR-2018 Add rule to detect commented-out lines of codeEvgeny Mandrikov2011-12-053-2/+42
|
* 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-211-1/+5
|
* 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-2941 Exclude isolated methods from LCOM4 computationDinesh Bolkensteyn2011-10-261-4/+15
|
* SONAR-2934 Transitive accessor computation now excludes recursive methodsDinesh Bolkensteyn2011-10-261-15/+26
|
* SONAR-2934 Transitive accessor computation now supports recursive methodsDinesh Bolkensteyn2011-10-251-1/+1
|
* SONAR-2934 Accessors should be considered transitivelyDinesh Bolkensteyn2011-10-251-3/+15
|
* Moved the place accessors are computed from a bytecode visitor to a property ↵Dinesh Bolkensteyn2011-10-254-79/+36
| | | | on the bytecode resource AsmMethod
* SONAR-2724 SONAR-2723 Improved getter and setter detection algorithmDinesh Bolkensteyn2011-10-252-24/+35
|
* SONAR-2038 Marked a critical violation in Sonar as false-positiveDinesh Bolkensteyn2011-10-251-1/+2
|
* mendDinesh Bolkensteyn2011-10-242-16/+25
| | | | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access