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 172007 - Ctrl-R doesn't force Rename of public static field
Summary: Ctrl-R doesn't force Rename of public static field
Status: CLOSED DUPLICATE of bug 171335
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 09:35 UTC by Marian Mirilovic
Modified: 2009-09-11 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-09-11 09:35:26 UTC
Product Version: NetBeans IDE Dev (Build jet-main-1223-on-090910)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
System: Linux version 2.6.28-15-generic running on amd64; UTF-8; en_US (nb)

Steps to reproduce:
- create J2SE project
- add into source "public static int aaa;"
- use "aaa" in main method
- select "aaa" and press Ctrl+R
-> nothing happened ... it works without any problems in NB 6.7.1
... once you invoke Rename from contextual menu it works without any problems
Comment 1 Jan Pokorsky 2009-09-11 09:42:52 UTC

*** This issue has been marked as a duplicate of 171335 ***
Comment 2 Marian Mirilovic 2009-09-11 09:49:46 UTC
v/c