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 182361 - Package renaming throws IllegalArgumentException in the IDE log file
Summary: Package renaming throws IllegalArgumentException in the IDE log file
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 173077
  Show dependency tree
 
Reported: 2010-03-19 11:20 UTC by Alexandr Scherbatiy
Modified: 2010-03-23 13:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (303.66 KB, application/octet-stream)
2010-03-19 11:21 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-03-19 11:20:38 UTC
Steps to reproduce:

- Open the attached project:
http://netbeans.org/bugzilla/attachment.cgi?id=95034

- Refactor->Rename the mathematics.multidimensional package to 
  mathematics.multidimensional2


There is the IllegalArgumentException in the IDE log file:

INFO [org.netbeans.modules.progress.spi.InternalHandle]: Cannot process more work than scheduled. Progress handle with name "" has requested progress to workunit no.89 but the total number of workunits is 60. That means the progress bar UI will not display real progress and will stay at 100%.
java.lang.IllegalArgumentException
	at org.netbeans.modules.progress.spi.InternalHandle.progress(InternalHandle.java:262)
	at org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:171)
	at org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:153)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$14.run(ParametersPanel.java:699)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:131)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
	at java.awt.Dialog$1.run(Dialog.java:1045)
Comment 1 Alexandr Scherbatiy 2010-03-19 11:21:11 UTC
Created attachment 95420 [details]
IDE log file
Comment 2 Alexandr Scherbatiy 2010-03-19 11:21:42 UTC
NetBeans-JavaFX-Soma:  #190

  Product Version         = NetBeans IDE Dev (Build 201003180200) (#b6d5e694ca8b)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.
Comment 3 J Bachorik 2010-03-22 11:44:59 UTC
fixed in http://hg.netbeans.org/javafx/rev/402b3cafdda0
Comment 4 Alexandr Scherbatiy 2010-03-23 13:29:30 UTC
verified in NetBeans-JavaFX-Soma: #194