diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-17 12:44:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 21:09:27 +0000 |
commit | 804ba761019912c10c3608ba06edfab19b5dfaf2 (patch) | |
tree | 50994668cc8019a77bdfcc250ca24e3392e39630 /dev-util/findbugs/metadata.xml | |
parent | dev-java/ical4j: Remove last-rited pkg (diff) | |
download | gentoo-804ba761019912c10c3608ba06edfab19b5dfaf2.tar.gz gentoo-804ba761019912c10c3608ba06edfab19b5dfaf2.tar.bz2 gentoo-804ba761019912c10c3608ba06edfab19b5dfaf2.zip |
dev-util/findbugs: Remove last-rited pkg
Closes: https://bugs.gentoo.org/738940
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/findbugs/metadata.xml')
-rw-r--r-- | dev-util/findbugs/metadata.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/findbugs/metadata.xml b/dev-util/findbugs/metadata.xml deleted file mode 100644 index 7f5d054caa9f..000000000000 --- a/dev-util/findbugs/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription>FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. Static analysis means that FindBugs can find bugs by simply inspecting a program's code: executing the program is not necessary. This makes FindBugs very easy to use: in general, you should be able to use it to look for bugs in your code within a few minutes of downloading it. FindBugs works by analyzing Java bytecode (compiled class files), so you don't even need the program's source code to use it. Because its analysis is sometimes imprecise, FindBugs can report false warnings, which are warnings that do not indicate real errors. In practice, the rate of false warnings reported by FindBugs is less than 50%.</longdescription> - <upstream> - <remote-id type="sourceforge">findbugs</remote-id> - </upstream> -</pkgmetadata> |