aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-channel
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixesSimon Brandhof2011-06-284-10/+33
|
* Fix violationsEvgeny Mandrikov2011-05-292-6/+6
|
* Provide a builder to the ChannelDispatcher class and depreciate all constructorsFreddy Mallet2011-05-242-8/+118
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
|
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
|
* Reduce technical debtsimonbrandhof2011-05-051-1/+1
|
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
|
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵Freddy Mallet2011-04-262-4/+13
| | | | method and make the HtmlEmphasisChannel handle sentence
* Sonar Channel : Add license header to package-info.java fileFreddy Mallet2011-04-231-0/+19
|
* Add some javadoc to the Sonar Channel moduleFreddy Mallet2011-04-234-4/+52
|
* SONAR-2384 Support markdown in review commentssimonbrandhof2011-04-232-4/+4
|
* SONAR-2384 Fix CI failure by updating the header of the RegexChannel fileFreddy Mallet2011-04-231-2/+16
|
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-232-0/+100
|
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-232-15/+27
|
* Sonar Channel : Slightly improve the readability of the source code in ↵Freddy Mallet2011-04-222-7/+5
| | | | charge to increment the line number
* fix SONAR-2295 : Line number representation in source code view are wrong ↵Freddy Mallet2011-04-171-0/+1
| | | | for files that use mixed line endings
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
|
* Fix some violationssimonbrandhof2011-02-101-2/+2
|
* Upgrade copyright headerssimonbrandhof2011-02-0411-79/+79
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|