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

Key: IDEA-12469
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Norris Shelton
Votes: 0
Watchers: 0
Operations

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

Allow Implement and Override with Copy JavaDoc to walk up the class tree

Created: 21 Apr 07 01:02   Updated: 10 May 07 17:30
Component/s: Editor. Code Completion

Build: 6,913


 Description  « Hide
If you CTRL+O or CTRL+I, you are given an option to Copy the JavaDoc. It would be a nice bonus if the method walked up the tree for super methods or interface declarations if the target method did not have javadoc.

I discovered this while trying to override a method in Struts2. I had a class that extended ActionSupport. I hit CTRL+O to override getText(aTextName:String):String. I checked Copy JavaDoc, but nothing happened. It turns out that ActionSupport did not have any javadoc, but the method was the implementation of an interface method. The interface did have javadoc for the method. It would be great if IntelliJ used this javadoc since none was found initially.



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