summaryrefslogtreecommitdiffstats
path: root/sonar-channel/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright header for this new yearSimon Brandhof2012-01-104-4/+4
|
* 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-241-0/+19
| | | | | | * Add test for backward compatibility with a COBOL plugin * Fix violations * Simplify code
* SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and ↵Dinesh Bolkensteyn2011-10-203-40/+21
| | | | character pushback feature
* Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixesSimon Brandhof2011-06-282-5/+19
|
* Provide a builder to the ChannelDispatcher class and depreciate all constructorsFreddy Mallet2011-05-241-0/+56
|
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵Freddy Mallet2011-04-261-1/+10
| | | | method and make the HtmlEmphasisChannel handle sentence
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-231-0/+58
|
* Sonar Channel : Slightly improve the readability of the source code in ↵Freddy Mallet2011-04-221-2/+2
| | | | charge to increment the line number
* Upgrade copyright headerssimonbrandhof2011-02-042-2/+2
|
* fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer ↵fmallet2010-11-252-1/+15
| | | | can't contain all characters.
* Add a new push(CharSequence characters) to the CodeBuffer class to be able ↵fmallet2010-11-111-1/+15
| | | | to push back a character sequence at any time.
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-212-15/+52
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-191-3/+3
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-181-5/+52
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-141-5/+96
| | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-062-0/+244
value of rule parameters in Q profile console