this.languageDistribution=ImmutableMap.copyOf(parseStringInt(languageDistributionValue)); | this.languages=ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet()); | ImmutableMap.copyOf(parseStringInt(languageDistributionValue)) | ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet()) | sonarqube | e8975d8452cf916cf907d46124d4e6c600bf122e | org.sonar.db.measure.ProjectMeasuresIndexerIterator.Measures | | _1 | languageDistribution |
---|
_2 | languages |
---|
| v0 | parseStringInt(languageDistributionValue) |
---|
| - com.google.common.collect.ImmutableList
| v0 | parseStringInt(languageDistributionValue) |
---|
| AssignedTo | True |