k4zy / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

should report uniquely identifiable method names in errors #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As reported as internal issue 2894586 by bdc,

Doclava is a bit too terse reporting method names, only printing the name 
without the signature. It would be nice if there are overloaded methods that it 
would print the signature for the user to disambiguate which method is the 
problem. I think people would prefer to keep the shorter output when there the 
method name on its own is non-ambiguous.

even worse, it seems to try to help by eliding the multiple problems with 
different overloaded methods/constructors into on error.

Original issue reported on code.google.com by jessewil...@google.com on 2 Sep 2010 at 9:02