]> source.dussan.org Git - sonarqube.git/commit
SONAR-5528 Improve performance of persistit serialization for highlighting
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 26 Aug 2014 13:32:06 +0000 (15:32 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Tue, 26 Aug 2014 13:32:44 +0000 (15:32 +0200)
commit20ae7f5d735a0139de612fb46a9e5478e8d264c2
tree13cf236360938e644e53352e3faeb42c0e2cf426
parent803c1903e226f95b8db37ac8e777394d800202b6
SONAR-5528 Improve performance of persistit serialization for highlighting
sonar-batch/src/main/java/org/sonar/batch/duplication/DuplicationCache.java
sonar-batch/src/main/java/org/sonar/batch/highlighting/SyntaxHighlightingDataValueCoder.java [new file with mode: 0644]
sonar-batch/src/main/java/org/sonar/batch/highlighting/SyntaxHighlightingRuleValueCoder.java [new file with mode: 0644]
sonar-batch/src/main/java/org/sonar/batch/index/ComponentDataCache.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/highlighting/HighlightingMediumTest.java