Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 4 | -4/+4 |
| | |||||
* | SONAR-2632 Improved the unit test associated to removal of channel buffer ↵ | Dinesh Bolkensteyn | 2011-10-27 | 1 | -2/+9 |
| | | | | length limit | ||||
* | SONAR-2632 Remove sonar-channel buffer restriction | Evgeny Mandrikov | 2011-10-24 | 1 | -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 Bolkensteyn | 2011-10-20 | 3 | -40/+21 |
| | | | | character pushback feature | ||||
* | Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixes | Simon Brandhof | 2011-06-28 | 2 | -5/+19 |
| | |||||
* | Provide a builder to the ChannelDispatcher class and depreciate all constructors | Freddy Mallet | 2011-05-24 | 1 | -0/+56 |
| | |||||
* | SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵ | Freddy Mallet | 2011-04-26 | 1 | -1/+10 |
| | | | | method and make the HtmlEmphasisChannel handle sentence | ||||
* | SONAR-2384 First implementation : Create a markdown dedicated to Sonar needs | Freddy Mallet | 2011-04-23 | 1 | -0/+58 |
| | |||||
* | Sonar Channel : Slightly improve the readability of the source code in ↵ | Freddy Mallet | 2011-04-22 | 1 | -2/+2 |
| | | | | charge to increment the line number | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 2 | -2/+2 |
| | |||||
* | fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer ↵ | fmallet | 2010-11-25 | 2 | -1/+15 |
| | | | | can't contain all characters. | ||||
* | Add a new push(CharSequence characters) to the CodeBuffer class to be able ↵ | fmallet | 2010-11-11 | 1 | -1/+15 |
| | | | | to push back a character sequence at any time. | ||||
* | [SONAR-1875] Improve CodeReaderFilter with channel capabilities | bellingard | 2010-10-21 | 2 | -15/+52 |
| | | | | http://jira.codehaus.org/browse/SONAR-1875 | ||||
* | [SONAR-1875] Improve CodeReaderFilter with channel capabilities | bellingard | 2010-10-19 | 1 | -3/+3 |
| | | | | http://jira.codehaus.org/browse/SONAR-1875 | ||||
* | [SONAR-1875] Improve CodeReaderFilter with channel capabilities | bellingard | 2010-10-18 | 1 | -5/+52 |
| | | | | http://jira.codehaus.org/browse/SONAR-1875 | ||||
* | [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵ | bellingard | 2010-10-14 | 1 | -5/+96 |
| | | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853 | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 2 | -0/+244 |
value of rule parameters in Q profile console |