Package org.sonar.core.profiling

Examples of org.sonar.core.profiling.StopWatch.stop()


      if (projectId == null) {
        message = "Preview Database created, size is " + size + " bytes";
      } else {
        message = "Preview Database for project " + projectId + " created, size is " + size + " bytes";
      }
      watch.stop(message);

      return dbFile;

    } catch (SQLException e) {
      throw new SonarException("Unable to create database for DryRun", e);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.