Toggle navigation
Home
com.google.common.base.Optional<org.sonar.ce.task.projectanalysis.measure.Measure> to org.sonar.ce.task.projectanalysis.measure.Measure
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
format("Bug in measures of comment lines - density=%s, comment_lines= %d, ncloc=%d, threshold=%s%%",commentDensityMeasure.get().getDoubleValue(),commentLines,nclocMeasure.get().getIntValue(),minCommentDensity)
to
format("Bug in measures of comment lines - density=%s, comment_lines= %d, ncloc=%d, threshold=%s%%",commentDensityMeasure.getDoubleValue(),commentLines,nclocMeasure.getIntValue(),minCommentDensity)
format("Bug in measures of comment lines - density=%s, comment_lines= %d, ncloc=%d, threshold=%s%%",commentDensityMeasure.get().getDoubleValue(),commentLines,nclocMeasure.get().getIntValue(),minCommentDensity)
to
format("Bug in measures of comment lines - density=%s, comment_lines= %d, ncloc=%d, threshold=%s%%",commentDensityMeasure.getDoubleValue(),commentLines,nclocMeasure.getIntValue(),minCommentDensity)