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 206833 - Cannot call progress on a task that was never started at org.netbeans.modules.websvc.rest.codegen.AbstractGenerator.reportProgress(AbstractGenerator.java:90)
Summary: Cannot call progress on a task that was never started at org.netbeans.modules...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 09:15 UTC by Jiri Skrivanek
Modified: 2012-01-18 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
WADL file. (6.23 KB, text/plain)
2012-01-02 09:15 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-01-02 09:15:49 UTC
Created attachment 114546 [details]
WADL file.

The following warning message is printed to IDE log when executing test case from bug 206566:

     [exec] WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot call progress on a task that was never started at org.netbeans.modules.websvc.rest.codegen.AbstractGenerator.reportProgress(AbstractGenerator.java:90)

Steps to reproduce:

- create Java EE 6 web project with GlassFish server
- open new file wizard
- choose "Web Services|RESTful JavaScrip Client" and click Next
- select "Specify a WADL..."
- browse for testApplication.wadl
- click Finish. The warning message is printed several times to console.

Product Version: NetBeans IDE Dev (Build 201201010601)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Denis Anisimov 2012-01-10 11:36:49 UTC
web-main#40966e678e46
Comment 2 Quality Engineering 2012-01-11 16:15:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/40966e678e46
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#206833 - Cannot call progress on a task that was never started at org.netbeans.modules.websvc.rest.codegen.AbstractGenerator.reportProgress(AbstractGenerator.java:90)