adoroszlai opened a new pull request #1513: HDDS-2149. Replace FindBugs with 
SpotBugs
URL: https://github.com/apache/hadoop/pull/1513
 
 
   ## What changes were proposed in this pull request?
   
   Replace FindBugs with [SpotBugs](https://spotbugs.github.io), as FindBugs is 
no longer maintained.
   
   https://issues.apache.org/jira/browse/HDDS-2149
   
   ## How was this patch tested?
   
   ```
   $ mvn -f pom.ozone.xml clean
   $ hadoop-ozone/dev-support/checks/findbugs.sh
   ...
   [INFO] BUILD SUCCESS
   ```
   
   Also verified that it catches violations introduced temporarily:
   
   ```
   ...
   [INFO] Build failures were ignored.
   H C Eq: org.apache.hadoop.hdds.HddsUtils.equals(Object) always returns false 
 At HddsUtils.java:[line 98]
   M D RV: Return value of Object.toString() ignored, but method has no side 
effect  At HddsUtils.java:[line 94]
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to