Skip to content

Commit

Permalink
Update annotated results
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 11, 2024
1 parent 7cf49c7 commit 6896297
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions results/preliminary/annotated/EclipseCDTResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<hr/>

Expand Down Expand Up @@ -213,15 +213,20 @@ 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)
R2 | | [`Rename.cpp`, line 15](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L15) | [R2.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R2.txt)
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)
Expand Down

0 comments on commit 6896297

Please sign in to comment.