This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a commit to branch jdk-javac
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 44f8c1dfc24a980fec4642a992c380e3d1f27ab6
Author: Jan Lahoda <[email protected]>
AuthorDate: Sun Oct 22 21:23:31 2017 +0200

    Temporary workaround for newly added JavaFileManager.contains.
---
 .../src/org/netbeans/modules/java/source/parsing/ProxyFileManager.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/java.source.base/src/org/netbeans/modules/java/source/parsing/ProxyFileManager.java
 
b/java.source.base/src/org/netbeans/modules/java/source/parsing/ProxyFileManager.java
index b3aef87..aef096d 100644
--- 
a/java.source.base/src/org/netbeans/modules/java/source/parsing/ProxyFileManager.java
+++ 
b/java.source.base/src/org/netbeans/modules/java/source/parsing/ProxyFileManager.java
@@ -1068,4 +1068,7 @@ public final class ProxyFileManager implements 
JavaFileManager {
             }
         }
     }
+    public boolean contains(Location l, FileObject f) {
+        return true;
+    }
 }

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to