Bug 12344 - Strange behaviour with "copy current change"
Summary: Strange behaviour with "copy current change"
Status: RESOLVED DUPLICATE of bug 11375
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.0   Edit
Hardware: Other Windows 98
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 09:45 EST by DJ Houghton CLA
Modified: 2002-04-02 08:05 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-03-27 09:45:31 EST
build 2002-03-21 on Win98.

Sorry, I don't have exact reproducable steps for this.

- I made changes to a java file and then popped up the context menu and 
chose "Synchonize with stream".
- the file was in conflict and it was a java file so it automatically brought 
up the structure compare
- the version in the repository had added a bunch of methods, so I did a bunch 
of "copy current change from right to left"
- but it put the methods in weird places

- one method declaration was put before the package declaration
- another method was put in the middle of another method, in the middle of a 
variable name
e.g.
old code:
  root.accept(visitor);
new code:
  ropublic void testMove() {
}ot.accept(visitor);
Comment 1 Andre Weinand CLA 2002-04-02 08:05:02 EST

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