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 160667 - IllegalStateException: Cannot finish not a started task
Summary: IllegalStateException: Cannot finish not a started task
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 16:58 UTC by Jaromir Uhrik
Modified: 2009-04-05 18:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147891


Attachments
stacktrace (6.49 KB, text/plain)
2009-03-19 16:58 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-19 16:58:50 UTC
Build: NetBeans IDE Dev (Build 090319)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: Steps to reproduce:
-log in to kenai
-push "Open project..." in kenai window
-type "brumlat*" to search textfield
-push Search and then Search again immediately
-->> Exception appears.



Stacktrace: 
java.lang.IllegalStateException: Cannot finish not a started task
        at org.netbeans.progress.spi.InternalHandle.finish(InternalHandle.java:232)
        at org.netbeans.api.progress.ProgressHandle.finish(ProgressHandle.java:144)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel$4$1.run(KenaiSearchPanel.java:303)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 Jaromir Uhrik 2009-03-19 16:58:57 UTC
Created attachment 78468 [details]
stacktrace
Comment 2 Milan Kubec 2009-03-24 14:47:43 UTC
Fixed.

http://hg.netbeans.org/cdev/rev/fa46a669a603
Comment 3 Quality Engineering 2009-03-26 14:35:38 UTC
Integrated into 'main-golden', will be available in build *200903260733* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fa46a669a603
User: Milan Kubec <mkubec@netbeans.org>
Log: #160667: better progress handling when searching on kenai