From 33b655dd241e9659dad75422d914580f0d7a2a34 Mon Sep 17 00:00:00 2001 From: Judit Knoll Date: Tue, 28 Nov 2023 16:19:20 +0100 Subject: [PATCH] Remove exact supported Java versions --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ad70867..44cba21 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@

Find bugs in Java Programs

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. Please check the official manual for details.

-

SpotBugs requires JRE (or JDK) 1.8.0 or later to run. However, it can analyze programs compiled for any version of Java, from 1.0 to 21.

+

SpotBugs requires JRE (or JDK) 1.8.0 or later to run. However, it can analyze programs compiled for any version of Java.

Bug Descriptions