map=ImmutableMap.copyOf(result); | map=Collections.unmodifiableMap(result); | ImmutableMap.copyOf(result) | Collections.unmodifiableMap(result) | bazel | ffa14a6a372b22b16a9ac12f3d78a1b2859043cc | com.google.devtools.build.lib.packages.BuildType.Selector | | | | | | AssignedTo | True |
return ImmutableMap.copyOf(clangComments); | return Collections.unmodifiableMap(clangComments); | ImmutableMap.copyOf(clangComments) | Collections.unmodifiableMap(clangComments) | checkstyle | 98fd9b84ef6fa5f7bb5d1a6299605c3f6e6e458f | com.puppycrawl.tools.checkstyle.api.FileContents | | _1 | getBlockComments |
---|
_2 | getBlockComments |
---|
| | | | Returns | True |
return ImmutableMap.copyOf(cppComments); | return Collections.unmodifiableMap(cppComments); | ImmutableMap.copyOf(cppComments) | Collections.unmodifiableMap(cppComments) | checkstyle | 98fd9b84ef6fa5f7bb5d1a6299605c3f6e6e458f | com.puppycrawl.tools.checkstyle.api.FileContents | | _1 | getSingleLineComments |
---|
_2 | getSingleLineComments |
---|
| | | | Returns | True |