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 270456 - IllegalArgumentException: number of workunits cannot be negative
Summary: IllegalArgumentException: number of workunits cannot be negative
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-21 11:19 UTC by erlangga95
Modified: 2017-04-21 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228894


Attachments
stacktrace (6.47 KB, text/plain)
2017-04-21 11:19 UTC, erlangga95
Details

Note You need to log in before you can comment on or make changes to this bug.
Description erlangga95 2017-04-21 11:19:30 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
erlangga95: Can't Update




Stacktrace: 
java.lang.IllegalArgumentException: number of workunits cannot be negative
   at org.netbeans.modules.progress.spi.InternalHandle.start(InternalHandle.java:272)
   at org.netbeans.api.progress.ProgressHandle.start(ProgressHandle.java:141)
   at org.netbeans.modules.autoupdate.ui.wizards.PanelBodyContainer.addProgressLine(PanelBodyContainer.java:224)
   at org.netbeans.modules.autoupdate.ui.wizards.PanelBodyContainer.access$200(PanelBodyContainer.java:64)
   at org.netbeans.modules.autoupdate.ui.wizards.PanelBodyContainer$3.run(PanelBodyContainer.java:149)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 erlangga95 2017-04-21 11:19:32 UTC
Created attachment 164154 [details]
stacktrace