Bug 85 - Comparison browser does not save (1GE715H)
Summary: Comparison browser does not save (1GE715H)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: James Moody CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 247 10959 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 21:36 EDT by Veronika Irvine CLA
Modified: 2002-03-12 17:54 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Veronika Irvine CLA 2001-10-10 21:36:11 EDT
1) Get a java class from the CVS repository
2) Modify the class.
3) Compare with the Stream resource
4) Click on "Copy current change frm left to right" for a few of the changes.
5) Close the "Compare C <a> and <b>" tab.
6) You are prompted to save the changes - say yes.
7) Go back and look at class in packages view - the changes you said to save have not been saved.


NOTES:

AW (05.07.2001 10:15:23)
	Duplicate of 1GF0UT6: ITPVCM:WIN2000 - Compare with each other: saves files?

AW (30.07.2001 15:06:00)
	fixed in 0.127

TC (9/10/2001 4:22:52 PM) - when you copy contents over and then close the compare viewer you are atill
not prompted for change confirmation

STEPS
	1) Create a .java file with the following contents


public class TestClass {

	public static void main(String[] args) {
		System.out.println("Line1");
		System.out.println("Line2");
	}
}

	2) Release it to a Stream
	3) Delete the second line and save it
	4) Synchronize with stream
	5) Copy over the change with the button
	6) Close the browser - no warning and changes are lost

AW (11.09.2001 09:54:01)
	Compare with Stream is VCM functionality.
	I've fixed "Compare With Each Other"

KH (9/13/2001 9:57:39 AM)
	Moving to VCM based on comments from AW.

JEM (9/13/2001 2:56:01 PM)
	Related to
		1GJW3AI: ITPVCM:WIN2000 - Compare with Stream Contents does not prompt for save changes.
Comment 1 DJ Houghton CLA 2001-10-23 23:42:25 EDT
PRODUCT VERSION:

110
Windows 2000

Comment 2 Kevin McGuire CLA 2002-03-06 22:58:38 EST
You don't even get asked to save on close anymore,
and selecting "Save" does nothing.
Comment 3 Kevin McGuire CLA 2002-03-06 22:59:50 EST
*** Bug 247 has been marked as a duplicate of this bug. ***
Comment 4 Kevin McGuire CLA 2002-03-07 11:28:29 EST
*** Bug 10959 has been marked as a duplicate of this bug. ***
Comment 5 James Moody CLA 2002-03-12 17:54:05 EST
Fixed. The browser also now properly handles creation and deletion of files.