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 169958

Summary: [Change Parameters] Performance of Change Method Parameters
Product: java Reporter: stefan79 <stefan79>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED WONTFIX    
Severity: blocker CC: dstrupl, vv159170
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 199085, 183606    
Bug Blocks:    
Attachments: The Snapshot while refactoring.

Description stefan79 2009-08-06 08:16:59 UTC
The performance while "Change Method Parameters" isn´t good.
To add one Parameter to a Method, i need some minutes.
The strangest thing is, that after pressing the add-Button in the Dialog, I have to wait 3 Seconds before a new row in
the table is inserted.

I´ll attach a Snapshot.

-----
Product Version: NetBeans IDE Dev (Build 200908022240)
Java: 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02
System: Windows XP version 5.1 running on x86; Cp1252; de_AT (nb)
Userdir: G:\.netbeans\6.8m1
Comment 1 stefan79 2009-08-06 08:30:44 UTC
Created attachment 85887 [details]
The Snapshot while refactoring.
Comment 2 Jan Becicka 2010-10-04 14:41:39 UTC
it is caused by slow network drive, isn't it?
Comment 3 Vladimir Voskresensky 2010-10-04 15:15:16 UTC
not completely true.
I had slow access to my "home" dir, but all refactored sources are on local machine.
Probably is connected with #183606 (see my comment #5)
Comment 4 stefan79 2010-10-04 15:39:33 UTC
Every sources class-Files are on a local drive.
Comment 5 Jan Becicka 2010-11-12 11:02:25 UTC
Hm. But source cache and index files are in your home dir, which is expected to be fast. Please put your netbeans home dir on disk with fast access.
wontfix or duplicate of 183606