History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12595
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: dennis haupt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Method cannot be applied to "....." tooltip is unreadable for long signatures

Created: 03 May 07 16:02   Updated: 07 May 07 21:06
Component/s: Editor. Editing Text

Environment: win xp sp2

Build: 6,913
Severity: High


 Description  « Hide
write any method with a large number or arguments, then call it and use wrong parameter types, e.g.:
public void write(String a, String b,String c,String d,String e......)

call it like this:

write(new Object(), "", "","",.....);

if the parameter count is high enough or the parameter names are long enough (when the text does not fit in one line), the tooltip's height is too low to show the full text



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.