this.fileDataByPath=ImmutableMap.<String,FileData>builder().build(); | this.fileDataByPath=Collections.emptyMap(); | ImmutableMap.<String,FileData>builder().build() | Collections.emptyMap() | sonarqube | d7d92c0f177566e68e5354f8e589f2aaa1ee8302 | org.sonar.scanner.repository.SingleProjectRepository | | _1 | fileDataByPath |
---|
_2 | fileDataByPath |
---|
| xyz | ImmutableMap.<String,FileData>builder().build() |
---|
| - java.util.Collections
- com.google.common.collect.ImmutableMap
| xyz | Collections.emptyMap() |
---|
| AssignedTo | True |