]> source.dussan.org Git - sonarqube.git/commit
SONAR-5529 - Created org.sonar.server.issue.index package with required classes ...
authorStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 13:42:46 +0000 (15:42 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 13:42:46 +0000 (15:42 +0200)
commit78a51a5ed3bbfbab482de84c15c3a40830260314
treedc5521484d38e111dd75c8b05f4bdd888abd0d18
parent98af5dee56f634261390f4aacce48fc5020e41aa
SONAR-5529 - Created org.sonar.server.issue.index package with required classes (Index, Doc and Normalizer)
server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueDoc.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueIndex.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueNormalizer.java [new file with mode: 0644]