Commit Graph

47 Commits

Author SHA1 Message Date
Freddy Mallet
cb7d0ffc0a SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() method and make the HtmlEmphasisChannel handle sentence 2011-04-26 16:21:59 +02:00
Freddy Mallet
785ab17def Sonar Channel : Add license header to package-info.java file 2011-04-23 23:17:57 +02:00
Freddy Mallet
4b2cfe4500 Add some javadoc to the Sonar Channel module 2011-04-23 23:11:25 +02:00
simonbrandhof
6b730677bc SONAR-2384 Support markdown in review comments 2011-04-23 18:35:26 +02:00
Freddy Mallet
af9f6dfcd3 SONAR-2384 Fix CI failure by updating the header of the RegexChannel file 2011-04-23 00:59:38 +02:00
Freddy Mallet
591efdc554 SONAR-2384 First implementation : Create a markdown dedicated to Sonar needs 2011-04-23 00:47:42 +02:00
Freddy Mallet
84159b5d85 SONAR-2384 First implementation : Create a markdown dedicated to Sonar needs 2011-04-23 00:46:05 +02:00
Freddy Mallet
b6f08e746d Sonar Channel : Slightly improve the readability of the source code in charge to increment the line number 2011-04-22 22:56:10 +02:00
Freddy Mallet
1d7e1e3140 fix SONAR-2295 : Line number representation in source code view are wrong for files that use mixed line endings 2011-04-17 00:27:30 +02:00
simonbrandhof
4eecf910ac Upgrade master to version 2.8-SNAPSHOT 2011-03-29 17:03:48 +02:00
simonbrandhof
349b260a5e [maven-release-plugin] prepare for next development iteration 2011-03-28 17:50:26 +02:00
simonbrandhof
75bfca1251 [maven-release-plugin] prepare release 2.7-RC3 2011-03-28 17:50:24 +02:00
simonbrandhof
22d26707d7 [maven-release-plugin] prepare for next development iteration 2011-03-22 09:59:51 +01:00
simonbrandhof
22d7301ef4 [maven-release-plugin] prepare release 2.7-RC1 2011-03-22 09:59:50 +01:00
simonbrandhof
ab2346e6bb [maven-release-plugin] prepare for next development iteration 2011-03-18 15:04:18 +01:00
simonbrandhof
bf5b998ad9 [maven-release-plugin] prepare release 2.7-RC2 2011-03-18 15:04:17 +01:00
simonbrandhof
09349ffce7 [maven-release-plugin] prepare for next development iteration 2011-02-18 10:38:10 +01:00
simonbrandhof
46f1aa681e [maven-release-plugin] prepare release 2.6 2011-02-18 10:38:08 +01:00
simonbrandhof
70e645356d Fix some violations 2011-02-10 00:08:27 +01:00
simonbrandhof
a14a0644c2 Upgrade copyright headers 2011-02-04 10:42:21 +01:00
simonbrandhof
b69ae6b7c4 [maven-release-plugin] prepare for next development iteration 2011-01-28 15:02:59 +01:00
simonbrandhof
ec0d6d92ad [maven-release-plugin] prepare release 2.6-M1 2011-01-28 15:02:57 +01:00
simonbrandhof
724f39d4e3 [maven-release-plugin] prepare for next development iteration 2011-01-05 13:36:51 +00:00
simonbrandhof
1f5228db18 [maven-release-plugin] prepare release 2.5-RC1 2011-01-05 13:36:27 +00:00
simonbrandhof
089ec1f5bf revert trunk version to 2.5-SNAPSHOT 2010-12-27 00:18:51 +00:00
simonbrandhof
e1240d0537 [maven-release-plugin] prepare release 2.5 2010-12-24 16:00:51 +00:00
fmallet
9e6291e748 fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer can't contain all characters. 2010-11-25 20:23:16 +00:00
fmallet
f60082353d fix SONAR-2010 : The ChannelReader doesn't allow a regular expression to consume more than 8'000 characters 2010-11-25 09:24:10 +00:00
fmallet
92e61d65dc Add a new push(CharSequence characters) to the CodeBuffer class to be able to push back a character sequence at any time. 2010-11-11 16:48:10 +00:00
simonbrandhof
39f78c6dc0 [maven-release-plugin] prepare for next development iteration 2010-11-09 16:19:27 +00:00
simonbrandhof
8602aa58e3 [maven-release-plugin] prepare release 2.4-RC1 2010-11-09 16:18:52 +00:00
bellingard
da5b28d212 [SONAR-1875] Improve CodeReaderFilter with channel capabilities
http://jira.codehaus.org/browse/SONAR-1875
2010-11-01 12:07:38 +00:00
bellingard
24ec0d7713 Typo fixes 2010-10-29 07:25:01 +00:00
bellingard
a16fe9d144 [SONAR-1875] Improve CodeReaderFilter with channel capabilities
http://jira.codehaus.org/browse/SONAR-1875
2010-10-21 14:09:13 +00:00
bellingard
a7c59030be [SONAR-1875] Improve CodeReaderFilter with channel capabilities
http://jira.codehaus.org/browse/SONAR-1875
2010-10-19 13:32:35 +00:00
bellingard
7877c79af7 [SONAR-1875] Improve CodeReaderFilter with channel capabilities
http://jira.codehaus.org/browse/SONAR-1875
2010-10-18 15:25:51 +00:00
bellingard
e52bf36451 [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853

Added constructors without CodeReaderFilter ellipsis to be binary-backward compatible
2010-10-15 08:31:59 +00:00
bellingard
0a09bb843c [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853

Javadoc added
2010-10-14 15:07:12 +00:00
bellingard
7b0cb741b1 [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853
2010-10-14 13:45:29 +00:00
simonbrandhof
2d3b588b4a [maven-release-plugin] prepare for next development iteration 2010-10-12 10:47:11 +00:00
simonbrandhof
b791b9aac2 [maven-release-plugin] prepare release 2.3 2010-10-12 10:46:47 +00:00
simonbrandhof
7361c326e5 [maven-release-plugin] prepare for next development iteration 2010-10-05 19:00:30 +00:00
simonbrandhof
6c36be2a02 [maven-release-plugin] prepare release 2.3-RC2 2010-10-05 19:00:02 +00:00
simonbrandhof
a512de3bbd upgrade trunk to 2.4-SNAPSHOT 2010-09-30 17:35:41 +00:00
simonbrandhof
49130adac6 [maven-release-plugin] prepare for next development iteration 2010-09-30 16:09:53 +00:00
simonbrandhof
293e51c2af [maven-release-plugin] prepare release 2.3-RC1 2010-09-30 16:09:27 +00:00
simonbrandhof
aeadc1f912 SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console 2010-09-06 14:08:06 +00:00