Bug 1375367 - findbugs missing dependency on dom4j
Summary: findbugs missing dependency on dom4j
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: findbugs
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Richard Fearn
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-12 21:22 UTC by John Vandenberg
Modified: 2016-10-09 06:22 UTC (History)
3 users (show)

Fixed In Version: findbugs-3.0.1-6.fc25 findbugs-3.0.1-6.fc24
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-09 02:53:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description John Vandenberg 2016-09-12 21:22:26 UTC
Description of problem:
findbugs needs to depend on dom4j


Version-Release number of selected component (if applicable):findbugs-3.0.1-5.fc24


How reproducible:
very

Steps to Reproduce:
1. Uninstall dom4j
2. Instal findbugs

Actual results:
$ findbugs
/bin/build-classpath: Could not find dom4j Java extension for this JVM
/bin/build-classpath: error: Some specified jars were not found
Exception in thread "main" java.lang.NoClassDefFoundError: org/dom4j/DocumentException
	at edu.umd.cs.findbugs.DetectorFactoryCollection.getCoreResource(DetectorFactoryCollection.java:392)
	at edu.umd.cs.findbugs.SystemProperties.loadPropertiesFromConfigFile(SystemProperties.java:77)
	at edu.umd.cs.findbugs.SystemProperties.<clinit>(SystemProperties.java:60)
	at edu.umd.cs.findbugs.Project.<clinit>(Project.java:90)
	at edu.umd.cs.findbugs.FindBugsCommandLine.<init>(FindBugsCommandLine.java:59)
	at edu.umd.cs.findbugs.FindBugsCommandLine.<init>(FindBugsCommandLine.java:78)
	at edu.umd.cs.findbugs.gui2.GUI2CommandLine.<init>(GUI2CommandLine.java:49)
	at edu.umd.cs.findbugs.gui2.Driver.<clinit>(Driver.java:47)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at edu.umd.cs.findbugs.LaunchAppropriateUI.launch(LaunchAppropriateUI.java:112)
	at edu.umd.cs.findbugs.LaunchAppropriateUI.main(LaunchAppropriateUI.java:198)
Caused by: java.lang.ClassNotFoundException: org.dom4j.DocumentException
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 12 more


Expected results:
findbugs runs.

Comment 1 Fedora Update System 2016-09-24 00:54:00 UTC
findbugs-3.0.1-6.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-3a5fa75880

Comment 2 Fedora Update System 2016-09-24 01:51:37 UTC
findbugs-3.0.1-6.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-749283c21b

Comment 3 Fedora Update System 2016-10-09 02:53:14 UTC
findbugs-3.0.1-6.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2016-10-09 06:22:09 UTC
findbugs-3.0.1-6.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.