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 67562 - Can't finish resolving merge conflicts correctly
Summary: Can't finish resolving merge conflicts correctly
Status: VERIFIED DUPLICATE of bug 65970
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 10:31 UTC by Jiri Kovalsky
Modified: 2005-11-07 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception thrown when "OK" was pushed. (3.29 KB, text/plain)
2005-10-26 10:41 UTC, Jiri Kovalsky
Details
Remote version of the file I was updating to. (46.29 KB, text/plain)
2005-10-26 10:42 UTC, Jiri Kovalsky
Details
Local version of the file I was trying to update. (47.79 KB, text/plain)
2005-10-26 10:43 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2005-10-26 10:31:12 UTC
Development build #200510251800 of NetBeans 5.0
Windows XP, JDK 1.5.0_05 EA build #02

Description:
============
User can't resolve merge conflicts correctly as IDE throws below attached
exception on each press of "OK" button when result should be saved to disk.
Luckily, the file is saved correctly however user has to close the window using
"Cancel" button which is very confusing. I am attaching both conflicting
versions so that you can hopefully reproduce it. When resolving conflicts I
always used remote modifications i.e. pressed "Accept and Next" in the
DayView_remote.java pane. Finally pushed "OK". I was asked to confirm my
decision to save the file but when I pressed "OK" button the exception was thrown.
Comment 1 Jiri Kovalsky 2005-10-26 10:41:47 UTC
Created attachment 26347 [details]
Exception thrown when "OK" was pushed.
Comment 2 Jiri Kovalsky 2005-10-26 10:42:54 UTC
Created attachment 26348 [details]
Remote version of the file I was updating to.
Comment 3 Jiri Kovalsky 2005-10-26 10:43:52 UTC
Created attachment 26349 [details]
Local version of the file I was trying to update.
Comment 4 Jiri Kovalsky 2005-10-26 11:31:25 UTC
Can somebody please take a look at the exception ?
Comment 5 Maros Sandor 2005-11-02 14:39:14 UTC
Do you also have the original file (the one which local and remote are based
on)? Or better, can you attach the conflict file here (with >>>> markers)?
Comment 6 Jiri Kovalsky 2005-11-04 12:22:45 UTC
No, I don't have it, sorry. Can't you produce it yourself from the two revisions ?
Comment 7 Maros Sandor 2005-11-04 12:28:55 UTC
The base file - you should have it in your repository (ideally it is one
revision behind the remote file). I will be able to reproduce the conflict file
then.
Comment 8 Jiri Kovalsky 2005-11-04 12:46:00 UTC
I see. In such case I believe it's this:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/rachota/rachota/src/org/cesilko/rachota/gui/DayView.java?rev=1.9
Comment 9 Maros Sandor 2005-11-04 13:52:08 UTC
I tried to reproduce it but changes in remote and local are not in conflict.
Comment 10 _ pkuzel 2005-11-04 16:10:09 UTC

*** This issue has been marked as a duplicate of 65970 ***
Comment 11 Jiri Kovalsky 2005-11-07 09:50:02 UTC
Verified as duplicate.