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 10764 - Using "Stop" button should just stop the process instead of showing abort exception.
Summary: Using "Stop" button should just stop the process instead of showing abort exc...
Status: CLOSED DUPLICATE of bug 9343
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-28 12:45 UTC by Jiri Kovalsky
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2001-03-28 12:45:58 UTC
NetBeans 3.2 build #14 on Windows 2000 with JDK 1.3

Description:
============
If some operations last longer than usually and user presses "Stop" button the 
command will be stopped but at the same time error message will come up showing 
underlying exception explaining that operation was aborted. It would be better 
to handle this exception other way and not show up this warning because I think 
it could be expected.

Steps to reproduce:
===================
1. Mount CVS filesystem using Built-in Client support.
2. Select say 5 files and invoke "CVS Client | Commit" item from its popup menu.
3. Don't setup anything and just push "Run Command" button.
4. Immediatelly after it starts to commit the files click on "Stop" button and
   you will see that after a while error message comes up reporting exception.
Comment 1 Milos Kleint 2001-03-30 15:08:08 UTC
besides the exception, it also displays the communication log. that's why I 
thought it might be of interest to display the error message. So that you know 
where exactly did the command stop.
Comment 2 Jiri Kovalsky 2001-04-02 07:30:50 UTC
Yes, I agree but display this information in a dialog of more friendly type. Not
underlying exception but some sophisticated window having "Details" button as 
well. I know that it's not serious but that's why it is only P4 :-)
Generally I suppose this bug is about better error/exception handling isn't it ?
Comment 3 Milos Kleint 2001-04-06 11:49:18 UTC
by fixing bug #9935, part of the problems should be resolved.
The rest is probably duplicate with the bug #9343

*** This issue has been marked as a duplicate of 9343 ***
Comment 4 Jiri Kovalsky 2001-06-11 13:46:05 UTC
You are right. If you fix bug #9343 it will in fact resolve this issue too.
Comment 5 Quality Engineering 2003-07-01 12:47:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.