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 - Refactoring doesn't work for elements passed as arguments to existing function
Summary: Refactoring doesn't work for elements passed as arguments to existing function
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-01-12 09:40 UTC by qbaze
Modified: 2011-11-16 16:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.