Package ch.hortis.sonar.core.service

Examples of ch.hortis.sonar.core.service.SourcesHighlighterService


    services.add(new CodeCoverageCalculator());
    services.add(new RuleErrorsCountCalculator());
    services.add(new RuleWarningsCountCalculator());
    services.add(new ErrorRciCalculator());
    services.add(new WarningRciCalculator());
    services.add(new SourcesHighlighterService());
    services.add(new TendencyCalculator(Metrics.tendencyableMetrics()));

    for (Service service : services) {
      if (service instanceof AbstractService) {
        ((AbstractService) service).setDatabaseServices(dbServices);
View Full Code Here

TOP

Related Classes of ch.hortis.sonar.core.service.SourcesHighlighterService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.