Loades the
BugResolution
s form a xml document. The document specifies the supported
BugResolution
s for the bug-types. An entry has the form:
<bug type="BUG_TYPE">
<resolution classname="bugResolutionClassName">
<attr name="property">value</attr>
</resolution>
</bug>
The attributes specified for a
BugResolution
supports all primitive types and strings. If an error occurs while loading a
BugResolution
, the error will be reported to the error log.
@author
Thierry Wyss
@author
Marco Busarello
@author
Guido Zgraggen
@version 1.0