Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 765068 Details for
Bug 832935
dev-build/bazel-4.2.2 : error: reference to newFileSystem is ambiguous
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to VanillaJavaBuilder.java
bazel-4.2.2-VanillaJavaBuilder.patch (text/plain), 774 bytes, created by
Helmut Jarausch
on 2022-02-14 11:49:21 UTC
(
hide
)
Description:
patch to VanillaJavaBuilder.java
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2022-02-14 11:49:21 UTC
Size:
774 bytes
patch
obsolete
>--- a/src/java_tools/buildjar/java/com/google/devtools/build/buildjar/VanillaJavaBuilder.java.ORIG 1980-01-01 00:00:00.000000000 +0100 >+++ b/src/java_tools/buildjar/java/com/google/devtools/build/buildjar/VanillaJavaBuilder.java 2022-02-14 12:35:42.699774117 +0100 >@@ -78,7 +78,9 @@ > private FileSystem getJarFileSystem(Path sourceJar) throws IOException { > FileSystem fs = filesystems.get(sourceJar); > if (fs == null) { >- filesystems.put(sourceJar, fs = FileSystems.newFileSystem(sourceJar, null)); >+ // used for disambiguation from newFileSystem(Path path, Map<String,?> env) >+ java.lang.ClassLoader nullClassLoader = null; >+ filesystems.put(sourceJar, fs = FileSystems.newFileSystem(sourceJar, nullClassLoader)); > } > return fs; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 832935
:
764628
|
764629
| 765068 |
765069