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 47705 - [40cat] Rename does not detect .class syntax
Summary: [40cat] Rename does not detect .class syntax
Status: RESOLVED DUPLICATE of bug 47649
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 13:44 UTC by dynamite
Modified: 2007-04-03 18:02 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 dynamite 2004-08-23 13:44:21 UTC
[ BUILD # : 200408191352 ]
[ JDK VERSION : J2SE 1.5.0 ]

JUnit test cases have lines such as the following in its constructor.

TestSuite suite = new TestSuite(SomeTest.class);

If refactoring SomeTest to SomeOtherTest, the SomeTest.class is not being re-written to SomeOtherTest.class as it should.
Comment 1 Marek Grummich 2004-08-23 14:00:42 UTC
Probably duplicate of #47649, Martine?
Comment 2 Martin Matula 2004-08-23 14:02:30 UTC

*** This issue has been marked as a duplicate of 47649 ***