aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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-033-25/+42
|
* 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
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* 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
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Merge branch 'release-3.0'Eric Hartmann2012-04-161-1/+1
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-131-1/+1
| |
| * [maven-release-plugin] prepare release 3.0-RC3Eric Hartmann2012-04-131-1/+1
| |
| * Rename version 2.15 to 3.0Simon Brandhof2012-04-111-1/+1
| |
| * Upgrade to 3.0-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC2Eric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-061-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC1Eric Hartmann2012-04-061-1/+1
| |
* | Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
* | Upgrade version to 2.16Eric Hartmann2012-04-061-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
|
* Merge branch 'release-2.14'Eric Hartmann2012-03-051-2/+1
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-02-271-1/+1
| |
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-271-3/+2
| |
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
| |
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|/
* 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
* Cleanup build log for sonar-squid-java-plugin by redirecting test output to fileEvgeny Mandrikov2012-02-031-0/+4
|
* 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-3150 Lock size of other plugins with dependenciesEvgeny Mandrikov2012-01-091-0/+24
| | | | | | | To prevent regressions for following plugins: * jacoco * checkstyle * squid java
* Do not embed google-collections in the plugins checkstyle and squid-javasimonbrandhof2012-01-061-1/+6
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* 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-143-17/+67
| | | | Proper recognition of JSNI methods (GWT).
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-133-3/+31
| | | | JSNI methods (GWT) should not be considered as commented-out code.