The code I'm analysing includes the following static initializer block:
static {
try {
exportStaticMethods();
} catch (Exception ex) {
Log.error(ex.getMessage(), ex);
}
}
This results in the following line in the XML output:
<method name="<init>" line="46" NLS="1"/>
The angle brackets in the name are not valid XML (according to Firefox), so the file has to be edited before use.