Repository: tajo
Updated Branches:
  refs/heads/master a06b5e564 -> 4bfd693ac


close related issues by TAJO-1397

Closes #420, Closes #534


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/4bfd693a
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/4bfd693a
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/4bfd693a

Branch: refs/heads/master
Commit: 4bfd693acb1a294c6d52fa28e7c61b77f0a2034f
Parents: a06b5e5
Author: Jinho Kim <[email protected]>
Authored: Mon Jul 20 18:06:42 2015 +0900
Committer: Jinho Kim <[email protected]>
Committed: Mon Jul 20 18:06:42 2015 +0900

----------------------------------------------------------------------
 dev-support/findbugs-exclude.xml | 23 -----------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/4bfd693a/dev-support/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml
index 0f967de..8850e5c 100644
--- a/dev-support/findbugs-exclude.xml
+++ b/dev-support/findbugs-exclude.xml
@@ -30,29 +30,6 @@
 
   <Match>
     <!--
-    This method contains a call to java.lang.Object.wait() which is not in a 
loop.  If the monitor is used for
-    multiple conditions, the condition the caller intended to wait for might 
not be the one that actually occurred.
-    -->
-
-    <!-- We will refactor the async storage engine-->
-    <Class name="org.apache.tajo.storage.v2.FileScannerV2"/>
-    <Bug pattern="WA_NOT_IN_LOOP"/>
-  </Match>
-
-  <Match>
-    <!--
-    This method contains a call to java.lang.Object.wait() which is not in a 
loop.  If the monitor is used for
-    multiple conditions, the condition the caller intended to wait for might 
not be the one that actually occurred.
-    -->
-
-    <!-- We will refactor the async storage engine-->
-    <Class name="org.apache.tajo.storage.v2.ScheduledInputStream"/>
-    <Bug pattern="WA_NOT_IN_LOOP"/>
-  </Match>
-
-
-  <Match>
-    <!--
     A mutable static field could be changed by malicious code or by accident. 
The field could be
     made package protected to avoid this vulnerability.
     !-->

Reply via email to