adoroszlai commented on code in PR #7969:
URL: https://github.com/apache/ozone/pull/7969#discussion_r1970087764
##########
hadoop-hdds/framework/dev-support/findbugsExcludeFile.xml:
##########
@@ -21,12 +21,4 @@
</Match>
<!-- Test -->
Review Comment:
```suggestion
```
##########
hadoop-hdds/client/dev-support/findbugsExcludeFile.xml:
##########
@@ -15,21 +15,10 @@
limitations under the License.
-->
<FindBugsFilter>
- <!-- Test -->
<Match>
<Class name="org.apache.hadoop.hdds.scm.storage.ByteArrayReader"></Class>
<Bug pattern="EI_EXPOSE_REP2" /> <!-- "Deep copy byte[] has bad impact on
performance" -->
</Match>
- <Match>
- <Class name="org.apache.hadoop.hdds.scm.storage.TestBufferPool"></Class>
- <Bug pattern="DLS_DEAD_LOCAL_STORE" />
- </Match>
- <Match>
- <Class
name="org.apache.hadoop.hdds.scm.storage.TestChunkInputStream"></Class>
- <Bug pattern="RR_NOT_CHECKED" />
- </Match>
- <Match>
- <Class
name="org.apache.hadoop.hdds.scm.storage.TestBlockInputStream"></Class>
- <Bug pattern="RR_NOT_CHECKED" />
- </Match>
+
+ <!-- Test -->
Review Comment:
```suggestion
```
##########
hadoop-hdds/server-scm/dev-support/findbugsExcludeFile.xml:
##########
@@ -18,42 +18,6 @@
<Match>
<Package name="org.apache.hadoop.hdds.protocol.proto"/>
</Match>
+
<!-- Test -->
Review Comment:
```suggestion
```
##########
hadoop-ozone/httpfsgateway/dev-support/findbugsExcludeFile.xml:
##########
@@ -35,7 +35,6 @@
<Method name="closeFileSystem" />
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
</Match>
- <Match>
- <Source name="~.*Test.*\.java" />
- </Match>
+
+ <!-- Test -->
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]