This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232215 - After "Implement method" action, the cursor is not in the right place.
Summary: After "Implement method" action, the cursor is not in the right place.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 16:44 UTC by lforet
Modified: 2013-07-03 16:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lforet 2013-07-03 16:44:34 UTC
While editing my java code if I use the "override method" the default template use the super implementation, the written code is selected and the cursor is at the beginning of this code. Great.

But if I use the "implements method" the result of the default "Generated Method Body" which throws an UOE don't set the cursor at the right place and the written code is not selected then it is harder to remove it.

Optional question , How to set the cursor if I edit this template ?

Regards.