Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
close related issues by TAJO-1397
Browse files Browse the repository at this point in the history
Closes #420, Closes #534
  • Loading branch information
jinossy committed Jul 20, 2015
1 parent a06b5e5 commit 4bfd693
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions dev-support/findbugs-exclude.xml
Expand Up @@ -28,29 +28,6 @@
</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.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
Expand Down

0 comments on commit 4bfd693

Please sign in to comment.