On Fri, 2001-10-05 at 09:41, Eugene Zhuravlev wrote: > Hi John, > > The reason is that s.charAt(); s.concat() and s.equalsIgnoreCase() methods > are not overloaded unlike s.startsWith(); s.compareTo(); s.lastIndexOf(); > If you do not specify parameters it is unclear for which concrete method > javadoc should be displayed. > So this is not a bug, but rather a missing feature: when it is not possible > to resolve a method some message should be displayed. > We will address this issue. Does anybody have suggestions of what to do in > this case?
Either beep and show a message in the status bar, or (better) generate a HTML page with links to the different overloaded versions of the method and show that page. (Since the links in an ordinary quick javadoc page can have clickable links leading to other methods, I assume this wouldn't require too many changes to the javadoc popup itself, and you must already have a way to search for the set of overloaded methods since the Ctrl-P parameter popup shows all variations.) _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
