]> source.dussan.org Git - sonarqube.git/commit
Fix indexing of source lines
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 27 Mar 2015 19:03:55 +0000 (20:03 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 27 Mar 2015 19:04:21 +0000 (20:04 +0100)
commitf17e51ced99a7f97f746305e3a90529a98eab04a
tree598a256651994c8f767bb0ba6a415d69aaa6c1d6
parent357dd13c31860c1e73f6246b538db3448c8e2a91
Fix indexing of source lines

When file is smaller compared to previous analysis, then only maximum 10 lines were removed from index
server/sonar-server/src/main/java/org/sonar/server/es/BulkIndexer.java
server/sonar-server/src/test/java/org/sonar/server/es/BulkIndexerTest.java