Branch: refs/heads/spotbugs-fixes
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: 5a33715ad1be96f33b6e0049dc5f2059bd166d3d
      
https://github.com/jenkinsci/gearman-plugin/commit/5a33715ad1be96f33b6e0049dc5f2059bd166d3d
  Author: Antoine Musso <has...@free.fr>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java

  Log Message:
  -----------
  MyGearmanWorkerImpl: fix RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

Spotbugs complains about ExecutorService.submit() return value being
ignored. The returned Future is unneeded, just assign it to a variable
and forget about it.


  Commit: a441abe776fc6aa5c087871bf44d4d4ba6ceb093
      
https://github.com/jenkinsci/gearman-plugin/commit/a441abe776fc6aa5c087871bf44d4d4ba6ceb093
  Author: Antoine Musso <has...@free.fr>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  build: fail again on findbug warnings

Findbugs analyzis was no more enforced since 7e7e3f12d, they should all
now be fixed.


Compare: 
https://github.com/jenkinsci/gearman-plugin/compare/f6676392e346...a441abe776fc

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gearman-plugin/push/refs/heads/spotbugs-fixes/f66763-a441ab%40github.com.

Reply via email to