OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
map=ImmutableMap.copyOf(result);map=Collections.unmodifiableMap(result);ImmutableMap.copyOf(result)Collections.unmodifiableMap(result)bazelffa14a6a372b22b16a9ac12f3d78a1b2859043cccom.google.devtools.build.lib.packages.BuildType.Selector
_1451
_2452
_1map
_2map
v0result
  • java.util.Collections
v0result
AssignedToTrue
return ImmutableMap.copyOf(clangComments);return Collections.unmodifiableMap(clangComments);ImmutableMap.copyOf(clangComments)Collections.unmodifiableMap(clangComments)checkstyle98fd9b84ef6fa5f7bb5d1a6299605c3f6e6e458fcom.puppycrawl.tools.checkstyle.api.FileContents
_1209
_2209
_1getBlockComments
_2getBlockComments
v0clangComments
  • java.util.Collections
v0clangComments
ReturnsTrue
return ImmutableMap.copyOf(cppComments);return Collections.unmodifiableMap(cppComments);ImmutableMap.copyOf(cppComments)Collections.unmodifiableMap(cppComments)checkstyle98fd9b84ef6fa5f7bb5d1a6299605c3f6e6e458fcom.puppycrawl.tools.checkstyle.api.FileContents
_1172
_2172
_1getSingleLineComments
_2getSingleLineComments
v0cppComments
  • java.util.Collections
v0cppComments
ReturnsTrue