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 72855

Summary: Override methods... adds sources not at current cursor position
Product: java Reporter: oleksiys <oleksiys>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description oleksiys 2006-02-20 17:14:23 UTC
When using Override methods feature - method bodies are added not at current
cursor position, but at the end of class.
Probably adding to current cursor position will be more correct.
Comment 1 J Bachorik 2006-02-21 09:40:49 UTC
Actually, it woulb be best to let the user choose where he wants to put the
newly generated methods (as in Eclipse eg.)