summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-08-24 16:12:35 -0400
committerMike Gilbert <floppym@gentoo.org>2015-08-24 16:30:34 -0400
commit1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch)
treecbce55e6b267e850e3b680ff6806486deda6d0d9 /dev-util/findbugs
parentsys-kernel/hardened-sources: add 4.1.6-r1 (diff)
downloadgentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.gz
gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.bz2
gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.zip
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
Diffstat (limited to 'dev-util/findbugs')
-rw-r--r--dev-util/findbugs/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/findbugs/metadata.xml b/dev-util/findbugs/metadata.xml
index fdc7bc430571..66ae673b690e 100644
--- a/dev-util/findbugs/metadata.xml
+++ b/dev-util/findbugs/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<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>