diff --git a/base/src/com/google/idea/blaze/base/command/buildresult/ParsedBepOutput.java b/base/src/com/google/idea/blaze/base/command/buildresult/ParsedBepOutput.java index 30f01cb8e81..31b7e012b9f 100644 --- a/base/src/com/google/idea/blaze/base/command/buildresult/ParsedBepOutput.java +++ b/base/src/com/google/idea/blaze/base/command/buildresult/ParsedBepOutput.java @@ -67,7 +67,7 @@ public final class ParsedBepOutput { new ParsedBepOutput( "build-id", null, - Optional.empty(), + ImmutableMap.of(), ImmutableMap.of(), ImmutableSetMultimap.of(), 0, @@ -75,8 +75,6 @@ public final class ParsedBepOutput { 0, ImmutableSet.of()); - private static final String WORKSPACE_ITEM_KEY_SOURCE_URI = "SOURCE_URI"; - /** Parses BEP events into {@link ParsedBepOutput} */ public static ParsedBepOutput parseBepArtifacts(InputStream bepStream) throws BuildEventStreamException { @@ -112,7 +110,7 @@ public static ParsedBepOutput parseBepArtifacts( ImmutableSet.Builder