aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-channel
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2012-10-231-2/+2
|
* Fix quality flawsSimon Brandhof2012-10-235-19/+19
|
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-09-283-4/+9
|
* SONAR-3708 Improve exception message from CodeReader in case of ↵Evgeny Mandrikov2012-09-273-32/+50
| | | | StackOverflowError
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Reformat POMs according to Maven POM ConventionEvgeny Mandrikov2012-09-101-31/+35
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* Remove warningDavid Gageot2012-07-161-2/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+1
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* 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-171-5/+5
|
* Update copyright header for this new yearSimon Brandhof2012-01-1015-15/+15
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|
* SONAR-2632 Improved the unit test associated to removal of channel buffer ↵Dinesh Bolkensteyn2011-10-271-2/+9
| | | | length limit
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-245-31/+43
| | | | | | * Add test for backward compatibility with a COBOL plugin * Fix violations * Simplify code
* SONAR-2632 for backward compatibility reason with COBOL plugin, we should ↵Freddy Mallet2011-10-211-2/+3
| | | | stop reading a stream of characters as soon as the read(..) method returns -1 or 0
* SONAR-2923, SONAR-2632 Add javadoc and quiet close readerDinesh Bolkensteyn2011-10-212-18/+25
|
* SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)Dinesh Bolkensteyn2011-10-202-1/+27
|
* SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and ↵Dinesh Bolkensteyn2011-10-206-137/+56
| | | | character pushback feature
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-091-5/+0
|
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
|
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
|
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
|
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* Merge branch 'release-2.9'simonbrandhof2011-07-171-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: archetypes/sonar-basic-plugin/pom.xml archetypes/sonar-gwt-plugin/pom.xml plugins/sonar-checkstyle-plugin/pom.xml plugins/sonar-cobertura-plugin/pom.xml plugins/sonar-core-gwt/pom.xml plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-findbugs-plugin/pom.xml plugins/sonar-googleanalytics-plugin/pom.xml plugins/sonar-pmd-plugin/pom.xml plugins/sonar-squid-java-plugin/pom.xml plugins/sonar-surefire-plugin/pom.xml pom.xml samples/pom.xml sonar-application/pom.xml sonar-batch-bootstrapper/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch/pom.xml sonar-channel/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core-maven-plugin/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-gwt-api/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-server/pom.xml sonar-squid/pom.xml sonar-testing-harness/pom.xml sonar-ws-client/pom.xml
| * Release 2.9simonbrandhof2011-07-171-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-07-081-1/+1
| |
| * [maven-release-plugin] prepare release 2.9-RC1Simon Brandhof2011-07-081-3/+2
| |
* | Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
| |
* | temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
| |
* | Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|/