From 5c74e05048deb9c3e1539c20c20c0bd5628bace2 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Fri, 13 Sep 2024 11:44:30 +0100 Subject: [PATCH] Adds SpotBugs as a fork of FindBugs https://spotbugs.github.io/ --- uc/og-unofficial-definitions.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/uc/og-unofficial-definitions.json b/uc/og-unofficial-definitions.json index cfffd2f..a6c0c7d 100644 --- a/uc/og-unofficial-definitions.json +++ b/uc/og-unofficial-definitions.json @@ -1,5 +1,5 @@ { - "date": "2024/01/12", + "date": "2024/09/13", "migration": [ { "old": "com.jcraft:jsch", @@ -21,6 +21,14 @@ "de.focus-shift:jollyday" ], "context": "The old jollyday project is no longer maintained. This is a modern fork with jakarta dependencies and based on java 11." + }, + + { + "old": "com.google.code.findbugs", + "proposal": [ + "com.github.spotbugs" + ], + "context": "SpotBugs is a fork of FindBugs (which is now an abandoned project), carrying on from the point where it left off with support of its community." } ] }