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 179428

Summary: Refactoring doesn't work for elements passed as arguments to existing function
Product: java Reporter: qbaze
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: normal Keywords: USABILITY
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description qbaze 2010-01-12 09:40:45 UTC
When refactoring subject is passed as a parameter of an existing function call even basic refactoring doesn't work. E.g.

obj.existingFn(nonExistingVar, someObj.nonExistingFn(), nonExistingClass.class) 

Refactoring for non existing elements in the example above doesn't work.
Comment 1 Jan Becicka 2010-10-11 12:10:34 UTC
rather an enhancement.