Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 88628 - [code manipulation] Override/Implement Methods adds methods at wrong position in sourcecode
Summary: [code manipulation] Override/Implement Methods adds methods at wrong position...
Status: RESOLVED DUPLICATE of bug 100135
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tobias Widmer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 07:22 EST by Boris Pruessmann CLA
Modified: 2005-07-01 05:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Pruessmann CLA 2005-03-21 07:22:39 EST
Eclipse 3.1M5

My class looks as follows:

public class MyClass implements SomeInterface
{
    // ---- Some Comment

    <cursor-position>
}

When I used "Override/Implement Methods" to create the methods from 
SomeInterface and select "Cursor position" as insert point, the methods are 
create in front of the comment and not below it.
Comment 1 Dirk Baeumer CLA 2005-03-21 09:53:13 EST
Tobias, I think that this is due to the conversion to the AST rewrite. Is there
anything we can do.
Comment 2 Martin Aeschlimann CLA 2005-03-22 03:09:40 EST
this was also not working before
Comment 3 Tobias Widmer CLA 2005-07-01 05:11:54 EDT

*** This bug has been marked as a duplicate of 100135 ***