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 217991

Summary: Renaming and Test Folder
Product: php Reporter: dagguh
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED FIXED    
Severity: normal CC: BullfrogBlues, devzing, literal, obrejla, ppisl, tmysik, tzezula
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description dagguh 2012-09-07 12:10:45 UTC
I'm renaming a static method in a class in Source Folder.
Refactoring does not propose changes in classes from Test Folder

Product Version = NetBeans IDE Dev (Build 201209050001)
Operating System = Linux version 3.2.0-30-generic-pae running on i386
Java; VM; Vendor = 1.7.0_03
Runtime = OpenJDK Client VM 22.0-b10
Comment 1 dagguh 2012-09-07 12:10:54 UTC
Created attachment 124028 [details]
IDE log
Comment 2 Ondrej Brejla 2012-09-07 12:15:23 UTC
Tomasi, this is that known problem of project class paths, am I right?
Comment 3 Tomas Mysik 2012-09-07 12:26:33 UTC
Yes.
Comment 4 Ondrej Brejla 2012-09-10 09:29:12 UTC
Ok, so Project area.
Comment 5 Ondrej Brejla 2012-09-20 07:50:42 UTC
*** Bug 199778 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Brejla 2012-10-18 09:51:23 UTC
*** Bug 220341 has been marked as a duplicate of this bug. ***
Comment 7 BullfrogBlues 2013-01-18 12:38:53 UTC
Got caught by this bug again. This is a really serious bug guys. I re-factored my code only to later find that the test suite is completely broken, because the re-factorings weren't applied to the test folder. This should have been a blocker for 7.3.
Comment 8 imc 2013-02-13 10:06:24 UTC
Hi,
I use 7.3 RC2 (and RC1) and I have same the problem.
If I don't configure project settings -> sources -> "Test folder" works.
I try to windows and Linux.

Thanks!
Comment 9 Tomas Mysik 2013-03-06 14:36:51 UTC
Project part is done. Reassigning to editor.

Thanks.

http://hg.netbeans.org/web-main/rev/12a6d03ac99a
Comment 10 Quality Engineering 2013-03-08 02:02:17 UTC
Integrated into 'main-golden', will be available in build *201303072300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/12a6d03ac99a
User: Tomas Mysik <tmysik@netbeans.org>
Log: Part of #217991 - Renaming and Test Folder

Project part and some editor changes.
Comment 11 Ondrej Brejla 2013-03-19 12:00:26 UTC
Fixed in web-main #979a1cb37ad2
Comment 12 Quality Engineering 2013-03-23 01:56:25 UTC
Integrated into 'main-golden', will be available in build *201303222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/979a1cb37ad2
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #217991 - Renaming and Test Folder