]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused QProfileComparison from Compute Engine
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 14 Sep 2016 08:40:26 +0000 (10:40 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 14 Sep 2016 09:36:50 +0000 (11:36 +0200)
server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java
server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java

index cd45ee8682a28898a6ef83f8f92ac77569293bf7..cce76cd1ddee4021f51c31324ef54d65e1896967 100644 (file)
@@ -112,7 +112,6 @@ import org.sonar.server.plugins.ServerExtensionInstaller;
 import org.sonar.server.plugins.privileged.PrivilegedPluginsBootstraper;
 import org.sonar.server.plugins.privileged.PrivilegedPluginsStopper;
 import org.sonar.server.property.InternalPropertiesImpl;
-import org.sonar.server.qualityprofile.QProfileComparison;
 import org.sonar.server.qualityprofile.QProfileLookup;
 import org.sonar.server.qualityprofile.QProfileProjectLookup;
 import org.sonar.server.qualityprofile.QProfileProjectOperations;
@@ -291,8 +290,7 @@ public class ComputeEngineContainerImpl implements ComputeEngineContainer {
       QProfileLookup.class,
       QProfileProjectOperations.class,
       QProfileProjectLookup.class,
-      QProfileComparison.class,
-      
+
       // rule
       RuleIndexer.class,
       AnnotationRuleParser.class,
index 539cea63231cee744369259d426dec0bce173d59..856cb7958fd23f5ff618df9e5ee58cc416dbadf5 100644 (file)
@@ -88,7 +88,7 @@ public class ComputeEngineContainerImplTest {
     assertThat(picoContainer.getComponentAdapters())
       .hasSize(
         CONTAINER_ITSELF
-          + 76 // level 4
+          + 75 // level 4
           + 4 // content of CeConfigurationModule
           + 3 // content of CeHttpModule
           + 5 // content of CeQueueModule