|
It seems we do call ParameterNameProvider for constructors and methods that have no parameter. We could shortcut that out.
We also call it for Object level methods like finalize() or wait(int,long). It makes sense to call it for Object as we offer metadata for all objects probably.
We can decide not to solve that issue as it is likely a minor problem but at least the reasoning and decision would be documented via this JIRA.
|