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 196668 - IllegalStateException: Cannot finish a task that was never started
Summary: IllegalStateException: Cannot finish a task that was never started
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 12:15 UTC by Ondrej Vrabec
Modified: 2011-03-15 09:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177545


Attachments
stacktrace (1.46 KB, text/plain)
2011-03-14 12:15 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2011-03-14 12:15:19 UTC
Build: NetBeans IDE Dev (Build 110308-28458ea4fa64)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
ovrabec: Git->Clone
Enter 'aaa' as the repo URL and click on Next




Stacktrace: 
java.lang.IllegalStateException: Cannot finish a task that was never started
   at org.netbeans.modules.progress.spi.InternalHandle.finish(InternalHandle.java:236)
   at org.netbeans.api.progress.ProgressHandle.finish(ProgressHandle.java:147)
   at org.netbeans.modules.git.client.GitProgressSupport.finishProgress(GitProgressSupport.java:177)
   at org.netbeans.modules.git.utils.WizardStepProgressSupport.access$701(WizardStepProgressSupport.java:64)
   at org.netbeans.modules.git.utils.WizardStepProgressSupport.finishProgress(WizardStepProgressSupport.java:128)
   at org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:105)
Comment 1 Ondrej Vrabec 2011-03-14 12:15:24 UTC
Created attachment 106975 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-03-14 15:58:14 UTC
fix: http://hg.netbeans.org/core-main/rev/12d01b263840
Comment 3 Quality Engineering 2011-03-15 09:47:17 UTC
Integrated into 'main-golden', will be available in build *201103150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/12d01b263840
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #196668 - IllegalStateException: Cannot finish a task that was never started