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 255837

Summary: Apply all changes of 'Fix Uses' at once
Product: php Reporter: SebastianZ
Component: Formatting & IndentationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description SebastianZ 2015-10-09 12:11:36 UTC
When using Source > Fix Uses... each change is applied individually, i.e. the undo history contains multiple changes.

In contrast to this refactoring changes like Source > Format or Refactor > Rename... make all their changes in one step.
And I believe this is more likely what users expect.

So I suggest to apply all changes 'Fix Uses' in one step.

Sebastian