Default DaemonController implementation has empty fail() method bodies
----------------------------------------------------------------------
Key: DAEMON-128
URL: https://issues.apache.org/jira/browse/DAEMON-128
Project: Commons Daemon
Issue Type: Bug
Affects Versions: 1.0.1
Environment: Fedora Core 10
Reporter: David North
As per
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/support/DaemonLoader.java?revision=560660,
the fail() methods on the default (and only provided) implementation of the
DaemonController interface have empty bodies. This means that calling them does
nothing and returns normally, which is the complete opposite of the desired
behaviour.
Please either make these throw UnsupportedOpperationException and document them
appropriately, or better yet, actually implement them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.