Menu

#22 Angle brackets appear in method name

open
nobody
None
5
2011-07-08
2011-07-08
Anonymous
No

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.

Discussion


Log in to post a comment.