DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23305>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23305
Unused constants in JavaProvider: OPTION_IS_STATIC, OPTION_CLASSPATH
Summary: Unused constants in JavaProvider: OPTION_IS_STATIC,
OPTION_CLASSPATH
Product: Axis
Version: current (nightly)
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: Other
Component: Basic Architecture
AssignedTo: axis-dev@ws.apache.org
ReportedBy: bayer@oio.de
The following two constants for provider options are never used but they confuse
using the providers. They could be deleted.
public static final String OPTION_IS_STATIC = "isStatic";
public static final String OPTION_CLASSPATH = "classPath";
|