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 151501 - Wrong message dialog when file changed externally
Summary: Wrong message dialog when file changed externally
Status: RESOLVED DUPLICATE of bug 151787
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 17:11 UTC by mrmorris
Modified: 2009-03-12 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example of UI (8.84 KB, image/png)
2008-10-27 17:12 UTC, mrmorris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrmorris 2008-10-27 17:11:42 UTC
When issuing an update from SVN which causes a conflict and if keeping editing the document, NetBeans asks whether it
should be overwritten when the save button is invoked. This has no effect (file is in conflict state and can not be
saved) but the message dialog setup is just not plain wrong, it should probably be a "Yes/No" dialog rather than just an
"Ok" dialog.
Comment 1 mrmorris 2008-10-27 17:12:43 UTC
Created attachment 72704 [details]
Example of UI
Comment 2 Lukas Hasik 2008-10-29 12:46:38 UTC
the behavior seems to be quite similar to issue 150818
Comment 3 mslama 2008-10-29 12:55:56 UTC
Please give exact steps how to reproduce. Thread dump when dialog is displayed might help too but because these dialogs
are displayed asynchronously I might not be able to find out where does original question originate from. If I
understand correctly you have modified file in editor and then svn up is performed externally. Am I right? I can setup
simple svn file based local repo.
Comment 4 mslama 2008-10-29 12:56:37 UTC
What type of file is it?
Comment 5 mrmorris 2008-12-09 12:10:25 UTC
It's an xhtml file, for Facelets (XML based JSF). I can not provide detailed steps to reproduce it, was hoping the
description and screen-shot was enough to at least assert that the messagebox should be made into a Y/N variation.
Comment 6 mslama 2009-03-12 16:13:32 UTC
It looks like duplicate of issue #151787. Please verify with dev build.

*** This issue has been marked as a duplicate of 151787 ***