this.exportedBindings=new LinkedHashSet<>(); | this.exportedBindings=new HashSet<>(); | new LinkedHashSet<>() | new HashSet<>() | bazel | 4bbda0b5c89605f3f3a04e115d4a806d7bc1c1ae | com.google.devtools.build.lib.syntax.Module | | _1 | exportedBindings |
---|
_2 | exportedBindings |
---|
| | | | AssignedTo | True |
this.exportedBindings=new LinkedHashSet<>(); | this.exportedBindings=new HashSet<>(); | new LinkedHashSet<>() | new HashSet<>() | bazel | 4bbda0b5c89605f3f3a04e115d4a806d7bc1c1ae | com.google.devtools.build.lib.syntax.Module | | _1 | exportedBindings |
---|
_2 | exportedBindings |
---|
| | | | AssignedTo | True |
dirsToCreate = new LinkedHashSet<>() | knownDirectories = new HashSet<>() | new LinkedHashSet<>() | new HashSet<>() | bazel | fd34b086e281a2196de7bff27bb8543e05358e5d | com.google.devtools.build.lib.sandbox.AbstractContainerizingSandboxedSpawn | | _1 | dirsToCreate |
---|
_2 | knownDirectories |
---|
| | | | AssignedTo | True |
LinkedHashSet<Path> dirsToCreate=new LinkedHashSet<>(); | Set<Path> knownDirectories=new HashSet<>(); | new LinkedHashSet<>() | new HashSet<>() | bazel | fd34b086e281a2196de7bff27bb8543e05358e5d | com.google.devtools.build.lib.sandbox.AbstractContainerizingSandboxedSpawn | | _1 | dirsToCreate |
---|
_2 | knownDirectories |
---|
| | | | AssignedTo | True |