diff --git a/results/preliminary/annotated/EclipseCDTResults.md b/results/preliminary/annotated/EclipseCDTResults.md index b5c5f66..a1097b8 100644 --- a/results/preliminary/annotated/EclipseCDTResults.md +++ b/results/preliminary/annotated/EclipseCDTResults.md @@ -10,11 +10,11 @@ Notes: for others to move on and contribute test results * See this [Mailing list posting](https://dev.eclipse.org/mhonarc/lists/cdt-dev/msg32773.html) for available refactorings * **Do not** import the project generated by the cmake -G'Eclipse CDT4' generator on a sibling directory, as it - generates duplicate resources which breaks some refactorings (Bug: [Eclipse:532417](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532417)). + generates duplicate resources which breaks some refactorings ([532417](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532417)). **Instead, use** File > New > Makefile Project with Existing Code** in Eclipse CDT. **Or** use the new experimental CMake Preview (has to be installed separately from the CDT Repository) with File > New > C/C++ Project and "CMake Empty" type. - See [Eclipse:532419](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532419) for current status. + See [532419](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532419) for current status.
@@ -213,6 +213,11 @@ Case | Result | Location | Expected Diff RUI1 | Pass | [`RemoveUnusedIncludes.cpp`, line 1](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/RemoveUnusedIncludes.cpp#L1) | [RUI1.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/RUI1.txt) ## Rename + +* Renames every occurrence of an identifier, including those not part of any build target. + For instance the integration test input files are affected by Rename operations. This makes + Rename effectively unusable. + Case | Result | Location | Expected Diff ---- | ------ | -------- | ------------- R1 | | [`Rename.cpp`, line 12](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L12) | [R1.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R1.txt) @@ -220,8 +225,8 @@ R2 | | [`Rename.cpp`, line 15](https://github.com/LegalizeAdulthood/refactor-t R3 | | [`Rename.cpp`, line 16](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L16) | [R3.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R3.txt) R4 | | [`Rename.cpp`, line 17](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L17) | [R4.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R4.txt) R5 | Pass | [`Rename.cpp`, line 33](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L33) | [R5.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R5.txt) -R6 | Failure (not available) [Eclipse:319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists | [`Rename.cpp`, line 37](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L37) | [R6.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R6.txt) -R7 | Failure (not available) [Eclipse:319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists | [`Rename.cpp`, line 42](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L42) | [R7.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R7.txt) +R6 | Failure (not available) [319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists | [`Rename.cpp`, line 37](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L37) | [R6.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R6.txt) +R7 | Failure (not available) [319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists | [`Rename.cpp`, line 42](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L42) | [R7.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R7.txt) R8 | Pass | [`Rename.cpp`, line 47](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L47) | [R8.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R8.txt) R9 | Pass | [`Rename.cpp`, line 48](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L48) | [R9.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R9.txt) R10 | Pass | [`Rename.cpp`, line 51](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L51) | [R10.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R10.txt)