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 69960 - [50cat] Endless progress bar for Diff command
Summary: [50cat] Endless progress bar for Diff command
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-12-06 17:38 UTC by misterm
Modified: 2007-05-11 15:15 UTC (History)
1 user (show)

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 misterm 2005-12-06 17:38:47 UTC
[ BUILD # : 20051201 ]
[ JDK VERSION : 1.4.2_xx ]

Sometimes once Diff is completed, its progress bar indicates it is still running and it is not possible to cancel it.
Comment 1 _ pkuzel 2005-12-06 19:13:51 UTC
> it is not possible to cancel it?

I think that you mean that cancel is available but does not work, do you?
Comment 2 misterm 2005-12-06 19:27:03 UTC
Exactly.
Comment 3 _ pkuzel 2005-12-07 17:08:10 UTC
While triing to reproduce I tweaked Search History: Diff view. It kills stale
checkouts more agressivelly:

Checking in ExecutorSupport.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ExecutorSupport.java,v
 <--  ExecutorSupport.java
new revision: 1.43; previous revision: 1.42
done
Checking in ui/history/DiffResultsView.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/history/DiffResultsView.java,v
 <--  DiffResultsView.java
new revision: 1.12; previous revision: 1.11
done
Comment 4 _ pkuzel 2005-12-09 19:06:55 UTC
Just happened to me. Progress:
 - had Preparing... detail
 - was not cancellable i.e. no button


Milos do not you have reported any dangling progresses? Here we have dangling
progress without cancel button, in spite of fact that CVS creates all progress
handles Cancellable.
Comment 5 _ pkuzel 2005-12-09 19:26:38 UTC
Trying to avoid:

Checking in ui/actions/diff/DiffMainPanel.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/diff/DiffMainPanel.java,v
 <--  DiffMainPanel.java
new revision: 1.41; previous revision: 1.40
done
Checking in ui/actions/diff/DiffExecutor.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/diff/DiffExecutor.java,v
 <--  DiffExecutor.java
new revision: 1.15; previous revision: 1.14
done
Checking in ExecutorGroup.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ExecutorGroup.java,v
 <--  ExecutorGroup.java
new revision: 1.25; previous revision: 1.24
done


Please add note whenever it reappears....
Comment 6 Maros Sandor 2007-05-11 15:15:45 UTC
No notes so far, please reopen when it reappears.