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

Key: IDEADEV-22754
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Anton Makeev
Votes: 0
Watchers: 0
Operations

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

'Create getter' intention (from unresolved method call) should determine validable type if one already exists

Created: 22 Oct 07 13:55   Updated: 24 Oct 07 23:39
Component/s: Editor. Intention Actions
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
having this:
Foo {
SomType _bar;
}

I write in another class
foo.getBar()
and press ALT+Enter
the result is

public Object getBar() {
 return _bar;
}

And I'm prompted to edit return type. But it seems that it is possible to determine it automatically.



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