I have a doclet that detects methods in a .java file. However what seeems to be happening is that if for example the file has three overloaded methods, the doclet sees just the first and not the second two. Is this expected behavior? Is there anyway to get the doclet to see all three overloaded methods?
Thanks.
Thanks.