| this.languages=ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet()); | this.nclocByLanguages=ImmutableMap.copyOf(parseStringInt(nclocByLangues)); | ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet()) | ImmutableMap.copyOf(parseStringInt(nclocByLangues)) | sonarqube | c812db25005beba5c6c2d87e256fdc18403c2aa3 | org.sonar.db.measure.ProjectMeasuresIndexerIterator.Measures | | | _1 | languages |
|---|
| _2 | nclocByLanguages |
|---|
| | xyz | ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet()) |
|---|
| - com.google.common.collect.ImmutableMap
| | xyz | ImmutableMap.copyOf(parseStringInt(nclocByLangues)) |
|---|
| AssignedTo | False |