aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-channel/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersSimon Brandhof2013-04-2211-44/+44
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2111-33/+33
|
* Fix some quality flawsSimon Brandhof2012-10-231-2/+2
|
* Fix quality flawsSimon Brandhof2012-10-235-19/+19
|
* Fix some quality flawsEvgeny Mandrikov2012-09-282-3/+8
|
* SONAR-3708 Improve exception message from CodeReader in case of ↵Evgeny Mandrikov2012-09-272-28/+23
| | | | StackOverflowError
* Remove warningDavid Gageot2012-07-161-2/+1
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-02-171-5/+5
|
* Update copyright header for this new yearSimon Brandhof2012-01-1011-11/+11
|
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-244-31/+24
| | | | | | * 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-203-97/+35
| | | | character pushback feature
* Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixesSimon Brandhof2011-06-282-5/+14
|
* Fix violationsEvgeny Mandrikov2011-05-292-6/+6
|
* Provide a builder to the ChannelDispatcher class and depreciate all constructorsFreddy Mallet2011-05-241-8/+62
|
* Reduce technical debtsimonbrandhof2011-05-051-1/+1
|
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵Freddy Mallet2011-04-261-3/+3
| | | | 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-231-0/+42
|
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-231-4/+10
|
* Sonar Channel : Slightly improve the readability of the source code in ↵Freddy Mallet2011-04-221-5/+3
| | | | 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
* Fix some violationssimonbrandhof2011-02-101-2/+2
|
* Upgrade copyright headerssimonbrandhof2011-02-049-77/+77
|
* fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer ↵fmallet2010-11-251-8/+7
| | | | can't contain all characters.
* fix SONAR-2010 : The ChannelReader doesn't allow a regular expression to ↵fmallet2010-11-251-1/+9
| | | | consume more than 8'000 characters
* Add a new push(CharSequence characters) to the CodeBuffer class to be able ↵fmallet2010-11-111-8/+37
| | | | to push back a character sequence at any time.
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-11-011-3/+17
| | | | http://jira.codehaus.org/browse/SONAR-1875
* Typo fixesbellingard2010-10-293-5/+5
|
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-216-30/+154
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-193-14/+50
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-183-4/+134
| | | | http://jira.codehaus.org/browse/SONAR-1875
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-151-2/+15
| | | | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853 Added constructors without CodeReaderFilter ellipsis to be binary-backward compatible
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-141-1/+35
| | | | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853 Javadoc added
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-143-16/+56
| | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-066-0/+580
value of rule parameters in Q profile console