If you run javadoc and tell it about the following
Foo.java
Bar.class
via the source- and classpath. If you navigate from the classdoc for Foo to the classdoc for Bar, the
parameter names you get back from javadoc are all arg0.
JAM naively lets these names bubble out to it's users. We need to detect this case and synthesize our
own names.