From c94179aa530f410f2905a473663d0c1803f58bf2 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 11 Feb 2024 13:01:31 -0700 Subject: [PATCH] Update Eclipse CDT Rename results --- PreliminaryResults.md | 2 +- results/preliminary/EclipseCDTResults.md | 513 +++++++++--------- .../annotated/EclipseCDTResults.md | 513 +++++++++--------- 3 files changed, 513 insertions(+), 515 deletions(-) diff --git a/PreliminaryResults.md b/PreliminaryResults.md index 9831de0..e79ec06 100644 --- a/PreliminaryResults.md +++ b/PreliminaryResults.md @@ -10,4 +10,4 @@ Extract Variable | (n/a) | 100% (1/6) | (n/a) Move Implementation to Source File | (n/a) | 100% (1/26) | (n/a) Move Method | (n/a) | 100% (1/36) | (n/a) Remove Unused Includes | (n/a) | 100% (1/1) | (n/a) -Rename | 100% (1/1576) | 83.33% (12/1576) | 0% (2/1576) +Rename | 100% (1/1576) | 60.42% (240/1576) | 0% (2/1576) diff --git a/results/preliminary/EclipseCDTResults.md b/results/preliminary/EclipseCDTResults.md index 4317ede..9fc8f16 100644 --- a/results/preliminary/EclipseCDTResults.md +++ b/results/preliminary/EclipseCDTResults.md @@ -2,19 +2,16 @@ Home: [Eclipse CDT](https://eclipse.org/cdt/) -Version: 9.4.2 == [Oxygen.3](https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen3rc3) +Version 2023-12 (4.30.0), Build id: 20231201-2043 Notes: * Only very few tests have been done at this time, but the page is created as a template 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 ([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 [532419](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532419) for current status. +* Refactoring seems to interact negatively with Undo and multiple refactorings in a row seem to confuse + the editor and/or refactoring tooling resulting in mismatched views in the editor of a file's contents + and the actual contents on disk.
@@ -27,15 +24,15 @@ Case | Result ---- | ------ CSM1 | CSM2 | -CSM3 | Pass -CSM4 | -CSM5 | -CSM6 | -CSM7 | -CSM8 | -CSM9 | -CSM10 | -CSM11 | +CSM3 | Pass +CSM4 | +CSM5 | +CSM6 | +CSM7 | +CSM8 | +CSM9 | +CSM10 | +CSM11 | CSM12 | CSM13 | CSM14 | @@ -216,250 +213,252 @@ RUI1 | Pass * 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. + Rename effectively unusable, even when such files are filtered out using Resource Filters. +* Rename doesn't pre-select the identifier being renamed, which makes renaming more cumbersome. +* Rename often reports parse errors or conflicts, even when it performs the change correctly. Case | Result ---- | ------ -R1 | -R2 | -R3 | -R4 | -R5 | Pass -R6 | Failure (not available) [319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists -R7 | Failure (not available) [319506](https://bugs.eclipse.org/bugs/show_bug.cgi?id=319506) - patch provided, workaround exists -R8 | Pass -R9 | Pass -R10 | Pass -R11 | Pass -R12 | Pass -R13 | Pass -R14 | Pass -R15 | Pass -R16 | Pass -R17 | -R18 | -R19 | -R20 | -R21 | -R22 | -R23 | -R24 | -R25 | -R26 | -R27 | -R28 | -R29 | -R30 | -R31 | -R32 | -R33 | -R34 | -R35 | -R36 | -R37 | -R38 | -R39 | -R40 | -R41 | -R42 | -R43 | -R44 | -R45 | -R46 | -R47 | -R48 | -R49 | -R50 | -R51 | -R52 | -R53 | -R54 | -R55 | -R56 | -R57 | -R58 | -R59 | -R60 | -R61 | -R62 | -R63 | -R64 | -R65 | -R66 | -R67 | -R68 | -R69 | -R70 | -R71 | -R72 | -R73 | -R74 | -R75 | -R76 | -R77 | -R78 | -R79 | -R80 | -R81 | -R82 | -R83 | -R84 | -R85 | -R86 | -R87 | -R88 | -R89 | -R90 | -R91 | -R92 | -R93 | -R94 | -R95 | -R96 | -R97 | -R98 | -R99 | -R100 | -R101 | -R102 | -R103 | -R104 | -R105 | -R106 | -R107 | -R108 | -R109 | -R110 | -R111 | -R112 | -R113 | -R114 | -R115 | -R116 | -R117 | -R118 | -R119 | -R120 | -R121 | -R122 | -R123 | -R124 | -R125 | -R126 | -R127 | -R128 | -R129 | -R130 | -R131 | -R132 | -R133 | -R134 | -R135 | -R136 | -R137 | -R138 | -R139 | -R140 | -R141 | -R142 | -R143 | -R144 | -R145 | -R146 | -R147 | -R148 | -R149 | -R150 | -R151 | -R152 | -R153 | -R154 | -R155 | -R156 | -R157 | -R158 | -R159 | -R160 | -R161 | -R162 | -R163 | -R164 | -R165 | -R166 | -R167 | -R168 | -R169 | -R170 | -R171 | -R172 | -R173 | -R174 | -R175 | -R176 | -R177 | -R178 | -R179 | -R180 | -R181 | -R182 | -R183 | -R184 | -R185 | -R186 | -R187 | -R188 | -R189 | -R190 | -R191 | -R192 | -R193 | -R194 | -R195 | -R196 | -R197 | -R198 | -R199 | -R200 | -R201 | -R202 | -R203 | -R204 | -R205 | -R206 | -R207 | -R208 | -R209 | -R210 | -R211 | -R212 | -R213 | -R214 | -R215 | -R216 | -R217 | -R218 | -R219 | -R220 | -R221 | -R222 | -R223 | -R224 | -R225 | -R226 | -R227 | -R228 | -R229 | -R230 | -R231 | -R232 | -R233 | -R234 | -R235 | -R236 | -R237 | -R238 | -R239 | -R240 | +R1 | Failure (changes unrelated files) +R2 | Failure (not available) +R3 | Failure (not available) +R4 | Failure (changes unrelated files) +R5 | Failure (changes unrelated files) +R6 | Failure (changes unrelated files) +R7 | Pass +R8 | Pass +R9 | Pass +R10 | Pass +R11 | Failure (creates invalid code) +R12 | Pass +R13 | Pass +R14 | Pass +R15 | Pass +R16 | Pass +R17 | Failure (creates invalid code) +R18 | Pass +R19 | Failure (creates invalid code) +R20 | Failure (changes unrelated files) +R21 | Pass +R22 | Pass +R23 | Failure (creates invalid code; changes unrelated files) +R24 | Pass +R25 | Failure (creates invalid code; changes unrelated files) +R26 | Pass +R27 | Pass +R28 | Failure (changes unrelated files) +R29 | Pass +R30 | Pass +R31 | Failure (creates invalid code) +R32 | Pass +R33 | Failure (doesn't rename all instances) +R34 | Failure (doesn't rename all instances) +R35 | Pass +R36 | Pass +R37 | Failure (doesn't rename all instances; renames unrelated instances) +R38 | Failure (doesn't rename all instances; renames unrelated instances) +R39 | Failure (doesn't rename all instances; renames unrelated instances) +R40 | Failure (doesn't rename all instances; renames unrelated instances) +R41 | Failure (doesn't rename all instances; renames unrelated instances) +R42 | Failure (doesn't rename all instances; renames unrelated instances) +R43 | Failure (doesn't rename all instances; renames unrelated instances) +R44 | Failure (doesn't rename all instances; renames unrelated instances) +R45 | Pass +R46 | Failure (not available; the selected name cannot be renamed) +R47 | Failure (not available; the selected name cannot be renamed) +R48 | Failure (creates invalid code) +R49 | Failure (not available; the selected name cannot be renamed) +R50 | Pass +R51 | Failure (not available; the selected name cannot be renamed) +R52 | Pass +R53 | Pass +R54 | Pass +R55 | Failure (doesn't rename all instances) +R56 | Failure (not available; the selected name cannot be renamed) +R57 | Failure (doesn't rename all instances) +R58 | Failure (not available on first keystroke; on second keystroke doesn't rename all instances) +R59 | Pass +R60 | Pass +R61 | Pass +R62 | Pass +R63 | Pass +R64 | Pass +R65 | Pass +R66 | Pass +R67 | Pass +R68 | Pass +R69 | Pass +R70 | Pass +R71 | Pass +R72 | Pass +R73 | Pass +R74 | Pass +R75 | Pass +R76 | Pass +R77 | Pass +R78 | Pass +R79 | Pass +R80 | Pass +R81 | Pass +R82 | Pass +R83 | Pass +R84 | Pass +R85 | Pass +R86 | Failure (renames unrelated names) +R87 | Failure (renames unrelated names) +R88 | Failure (doesn't rename all instances) +R89 | Failure (doesn't rename all instances) +R90 | Pass +R91 | Failure (not available; the selected name cannot be renamed) +R92 | Pass +R93 | Pass +R94 | Failure (not available; the selected name cannot be renamed) +R95 | Pass +R96 | Failure (not available; the selected name cannot be renamed) +R97 | Pass +R98 | Pass +R99 | Failure (doesn't select all instances) +R100 | Pass +R101 | Failure (renames unrelated instances) +R102 | Pass +R103 | Pass +R104 | Pass +R105 | Pass +R106 | Failure (doesn't select all instances) +R107 | Failure (not available on first keystroke) +R108 | Failure (renames unrelated instances) +R109 | Failure (renames unrelated instances) +R110 | Failure (not available; the selected name cannot be renamed) +R111 | Pass +R112 | Pass +R113 | Failure (doesn't select all instances) +R114 | Failure (doesn't select all instances) +R115 | Pass +R116 | Failure (doesn't select all instances) +R117 | Failure (doesn't select all instances) +R118 | Pass +R119 | Failure (doesn't select all instances) +R120 | Pass +R121 | Failure (doesn't select all instances) +R122 | Pass +R123 | Failure (doesn't select all instances) +R124 | Pass +R125 | Failure (doesn't select all instances) +R126 | Failure (not available; the selected name cannot be renamed) +R127 | Pass +R128 | Failure (doesn't select all instances) +R129 | Failure (not available; the selected name cannot be renamed) +R130 | Failure (not available; the selected name cannot be renamed) +R131 | Failure (doesn't select all instances) +R132 | Failure (not available; the selected name cannot be renamed) +R133 | Pass +R134 | Failure (doesn't select all instances) +R135 | Failure (doesn't select all instances) +R136 | Pass +R137 | Failure (doesn't select all instances; selects unrelated instances) +R138 | Pass +R139 | Failure (selects unrelated instances) +R140 | Pass +R141 | Failure (doesn't select all instances) +R142 | Pass +R143 | Failure (doesn't select all instances) +R144 | Failure (not available; the selected name cannot be renamed) +R145 | Failure (not available; the selected name cannot be renamed) +R146 | Failure (doesn't select all instances) +R147 | Failure (not available; the selected name cannot be renamed) +R148 | Pass +R149 | Failure (not available; the selected name cannot be renamed) +R150 | Pass +R151 | Pass +R152 | Pass +R153 | Pass +R154 | Pass +R155 | Pass +R156 | Failure (not available; the selected name cannot be renamed) +R157 | Failure (not available; the selected name cannot be renamed) +R158 | Failure (doesn't select all instances) +R159 | Failure (not available; the selected name cannot be renamed) +R160 | Failure (not available; the selected name cannot be renamed) +R161 | Failure (not available; the selected name cannot be renamed) +R162 | Pass +R163 | Failure (not available; the selected name cannot be renamed) +R164 | Pass +R165 | Pass +R166 | Pass +R167 | Pass +R168 | Pass +R169 | Failure (doesn't select all instances) +R170 | Failure (not available; the selected name cannot be renamed) +R171 | Pass +R172 | Failure (doesn't select all instances) +R173 | Failure (not available; the selected name cannot be renamed) +R174 | Pass +R175 | Pass +R176 | Failure (selects unrelated instances) +R177 | Pass +R178 | Failure (selects unrelated instances) +R179 | Pass +R180 | Pass +R181 | Pass +R182 | Pass +R183 | Failure (selects unrelated instances) +R184 | Pass +R185 | Pass +R186 | Failure (selects unrelated instances) +R187 | Pass +R188 | Pass +R189 | Pass +R190 | Failure (first try fails on dialog; second try changes unrelated files) +R191 | Failure (first try fails on dialog; second try changes unrelated files) +R192 | Pass +R193 | Pass +R194 | Pass +R195 | Pass +R196 | Pass +R197 | Pass +R198 | Pass +R199 | Pass +R200 | Pass +R201 | Pass +R202 | Pass +R203 | Pass +R204 | Pass +R205 | Pass +R206 | Failure (not available; the selected name cannot be renamed) +R207 | Pass +R208 | Pass +R209 | Pass +R210 | Failure (first try fails on dialog; second try changes unrelated files) +R211 | Pass +R212 | Pass +R213 | Pass +R214 | Pass +R215 | Failure (changes unrelated files) +R216 | Failure (changes unrelated files) +R217 | Pass +R218 | Pass +R219 | Pass +R220 | Pass +R221 | Pass +R222 | Pass +R223 | Pass +R224 | Pass +R225 | Pass +R226 | Pass +R227 | Failure (not available; the selected name cannot be renamed) +R228 | Failure (not available; the selected name cannot be renamed) +R229 | Pass +R230 | Pass +R231 | Pass +R232 | Pass +R233 | Pass +R234 | Pass +R235 | Pass +R236 | Pass +R237 | Pass +R238 | Pass +R239 | Pass +R240 | Pass R241 | R242 | R243 | diff --git a/results/preliminary/annotated/EclipseCDTResults.md b/results/preliminary/annotated/EclipseCDTResults.md index a1097b8..c4553f2 100644 --- a/results/preliminary/annotated/EclipseCDTResults.md +++ b/results/preliminary/annotated/EclipseCDTResults.md @@ -2,19 +2,16 @@ Home: [Eclipse CDT](https://eclipse.org/cdt/) -Version: 9.4.2 == [Oxygen.3](https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen3rc3) +Version 2023-12 (4.30.0), Build id: 20231201-2043 Notes: * Only very few tests have been done at this time, but the page is created as a template 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 ([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 [532419](https://bugs.eclipse.org/bugs/show_bug.cgi?id=532419) for current status. +* Refactoring seems to interact negatively with Undo and multiple refactorings in a row seem to confuse + the editor and/or refactoring tooling resulting in mismatched views in the editor of a file's contents + and the actual contents on disk.
@@ -27,15 +24,15 @@ Case | Result | Location ---- | ------ | -------- CSM1 | | [`CreateSetterMethod.h`, line 16](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L16) CSM2 | | [`CreateSetterMethod.h`, line 19](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L19) -CSM3 | Pass | [`CreateSetterMethod.h`, line 44](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L44) -CSM4 | | [`CreateSetterMethod.h`, line 47](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L47) -CSM5 | | [`CreateSetterMethod.h`, line 50](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L50) -CSM6 | | [`CreateSetterMethod.h`, line 53](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L53) -CSM7 | | [`CreateSetterMethod.h`, line 56](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L56) -CSM8 | | [`CreateSetterMethod.h`, line 59](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L59) -CSM9 | | [`CreateSetterMethod.h`, line 62](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L62) -CSM10 | | [`CreateSetterMethod.h`, line 65](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L65) -CSM11 | | [`CreateSetterMethod.h`, line 68](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L68) +CSM3 | Pass | [`CreateSetterMethod.h`, line 44](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L44) +CSM4 | | [`CreateSetterMethod.h`, line 47](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L47) +CSM5 | | [`CreateSetterMethod.h`, line 50](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L50) +CSM6 | | [`CreateSetterMethod.h`, line 53](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L53) +CSM7 | | [`CreateSetterMethod.h`, line 56](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L56) +CSM8 | | [`CreateSetterMethod.h`, line 59](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L59) +CSM9 | | [`CreateSetterMethod.h`, line 62](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L62) +CSM10 | | [`CreateSetterMethod.h`, line 65](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L65) +CSM11 | | [`CreateSetterMethod.h`, line 68](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L68) CSM12 | | [`CreateSetterMethod.h`, line 71](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L71) CSM13 | | [`CreateSetterMethod.h`, line 101](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L101) CSM14 | | [`CreateSetterMethod.h`, line 104](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/CreateSetterMethod.h#L104) @@ -216,250 +213,252 @@ RUI1 | Pass | [`RemoveUnusedIncludes.cpp`, line 1](https://github.com/LegalizeA * 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. + Rename effectively unusable, even when such files are filtered out using Resource Filters. +* Rename doesn't pre-select the identifier being renamed, which makes renaming more cumbersome. +* Rename often reports parse errors or conflicts, even when it performs the change correctly. 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) [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) -R11 | Pass | [`Rename.cpp`, line 59](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L59) | [R11.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R11.txt) -R12 | Pass | [`Rename.cpp`, line 62](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L62) | [R12.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R12.txt) -R13 | Pass | [`Rename.cpp`, line 64](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L64) | [R13.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R13.txt) -R14 | Pass | [`Rename.cpp`, line 67](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L67) | [R14.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R14.txt) -R15 | Pass | [`Rename.cpp`, line 75](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L75) | [R15.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R15.txt) -R16 | Pass | [`Rename.cpp`, line 85](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L85) | [R16.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R16.txt) -R17 | | [`Rename.cpp`, line 93](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L93) | [R17.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R17.txt) -R18 | | [`Rename.cpp`, line 96](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L96) | [R18.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R18.txt) -R19 | | [`Rename.cpp`, line 127](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L127) | [R19.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R19.txt) -R20 | | [`Rename.cpp`, line 152](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L152) | [R20.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R20.txt) -R21 | | [`Rename.cpp`, line 153](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L153) | [R21.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R21.txt) -R22 | | [`Rename.cpp`, line 154](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L154) | [R22.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R22.txt) -R23 | | [`Rename.cpp`, line 157](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L157) | [R23.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R23.txt) -R24 | | [`Rename.cpp`, line 158](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L158) | [R24.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R24.txt) -R25 | | [`Rename.cpp`, line 159](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L159) | [R25.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R25.txt) -R26 | | [`Rename.cpp`, line 161](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L161) | [R26.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R26.txt) -R27 | | [`Rename.cpp`, line 164](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L164) | [R27.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R27.txt) -R28 | | [`Rename.cpp`, line 165](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L165) | [R28.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R28.txt) -R29 | | [`Rename.cpp`, line 166](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L166) | [R29.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R29.txt) -R30 | | [`Rename.cpp`, line 169](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L169) | [R30.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R30.txt) -R31 | | [`Rename.cpp`, line 173](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L173) | [R31.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R31.txt) -R32 | | [`Rename.cpp`, line 176](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L176) | [R32.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R32.txt) -R33 | | [`Rename.cpp`, line 185](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L185) | [R33.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R33.txt) -R34 | | [`Rename.cpp`, line 195](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L195) | [R34.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R34.txt) -R35 | | [`Rename.cpp`, line 208](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L208) | [R35.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R35.txt) -R36 | | [`Rename.cpp`, line 218](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L218) | [R36.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R36.txt) -R37 | | [`Rename.cpp`, line 224](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L224) | [R37.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R37.txt) -R38 | | [`Rename.cpp`, line 226](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L226) | [R38.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R38.txt) -R39 | | [`Rename.cpp`, line 228](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L228) | [R39.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R39.txt) -R40 | | [`Rename.cpp`, line 233](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L233) | [R40.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R40.txt) -R41 | | [`Rename.cpp`, line 236](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L236) | [R41.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R41.txt) -R42 | | [`Rename.cpp`, line 238](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L238) | [R42.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R42.txt) -R43 | | [`Rename.cpp`, line 240](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L240) | [R43.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R43.txt) -R44 | | [`Rename.cpp`, line 245](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L245) | [R44.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R44.txt) -R45 | | [`Rename.cpp`, line 248](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L248) | [R45.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R45.txt) -R46 | | [`Rename.cpp`, line 253](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L253) | [R46.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R46.txt) -R47 | | [`Rename.cpp`, line 255](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L255) | [R47.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R47.txt) -R48 | | [`Rename.cpp`, line 256](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L256) | [R48.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R48.txt) -R49 | | [`Rename.cpp`, line 257](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L257) | [R49.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R49.txt) -R50 | | [`Rename.cpp`, line 258](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L258) | [R50.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R50.txt) -R51 | | [`Rename.cpp`, line 259](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L259) | [R51.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R51.txt) -R52 | | [`Rename.cpp`, line 260](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L260) | [R52.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R52.txt) -R53 | | [`Rename.cpp`, line 263](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L263) | [R53.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R53.txt) -R54 | | [`Rename.cpp`, line 264](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L264) | [R54.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R54.txt) -R55 | | [`Rename.cpp`, line 270](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L270) | [R55.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R55.txt) -R56 | | [`Rename.cpp`, line 272](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L272) | [R56.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R56.txt) -R57 | | [`Rename.cpp`, line 274](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L274) | [R57.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R57.txt) -R58 | | [`Rename.cpp`, line 276](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L276) | [R58.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R58.txt) -R59 | | [`Rename.cpp`, line 280](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L280) | [R59.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R59.txt) -R60 | | [`Rename.cpp`, line 283](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L283) | [R60.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R60.txt) -R61 | | [`Rename.cpp`, line 286](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L286) | [R61.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R61.txt) -R62 | | [`Rename.cpp`, line 297](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L297) | [R62.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R62.txt) -R63 | | [`Rename.cpp`, line 298](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L298) | [R63.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R63.txt) -R64 | | [`Rename.cpp`, line 299](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L299) | [R64.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R64.txt) -R65 | | [`Rename.cpp`, line 305](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L305) | [R65.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R65.txt) -R66 | | [`Rename.cpp`, line 307](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L307) | [R66.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R66.txt) -R67 | | [`Rename.cpp`, line 308](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L308) | [R67.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R67.txt) -R68 | | [`Rename.cpp`, line 314](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L314) | [R68.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R68.txt) -R69 | | [`Rename.cpp`, line 315](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L315) | [R69.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R69.txt) -R70 | | [`Rename.cpp`, line 317](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L317) | [R70.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R70.txt) -R71 | | [`Rename.cpp`, line 323](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L323) | [R71.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R71.txt) -R72 | | [`Rename.cpp`, line 324](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L324) | [R72.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R72.txt) -R73 | | [`Rename.cpp`, line 326](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L326) | [R73.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R73.txt) -R74 | | [`Rename.cpp`, line 327](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L327) | [R74.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R74.txt) -R75 | | [`Rename.cpp`, line 328](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L328) | [R75.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R75.txt) -R76 | | [`Rename.cpp`, line 334](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L334) | [R76.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R76.txt) -R77 | | [`Rename.cpp`, line 335](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L335) | [R77.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R77.txt) -R78 | | [`Rename.cpp`, line 336](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L336) | [R78.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R78.txt) -R79 | | [`Rename.cpp`, line 338](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L338) | [R79.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R79.txt) -R80 | | [`Rename.cpp`, line 339](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L339) | [R80.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R80.txt) -R81 | | [`Rename.cpp`, line 345](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L345) | [R81.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R81.txt) -R82 | | [`Rename.cpp`, line 346](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L346) | [R82.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R82.txt) -R83 | | [`Rename.cpp`, line 347](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L347) | [R83.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R83.txt) -R84 | | [`Rename.cpp`, line 349](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L349) | [R84.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R84.txt) -R85 | | [`Rename.cpp`, line 351](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L351) | [R85.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R85.txt) -R86 | | [`Rename.cpp`, line 365](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L365) | [R86.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R86.txt) -R87 | | [`Rename.cpp`, line 369](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L369) | [R87.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R87.txt) -R88 | | [`Rename.cpp`, line 370](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L370) | [R88.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R88.txt) -R89 | | [`Rename.cpp`, line 374](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L374) | [R89.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R89.txt) -R90 | | [`Rename.cpp`, line 378](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L378) | [R90.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R90.txt) -R91 | | [`Rename.cpp`, line 381](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L381) | [R91.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R91.txt) -R92 | | [`Rename.cpp`, line 382](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L382) | [R92.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R92.txt) -R93 | | [`Rename.cpp`, line 384](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L384) | [R93.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R93.txt) -R94 | | [`Rename.cpp`, line 385](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L385) | [R94.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R94.txt) -R95 | | [`Rename.cpp`, line 386](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L386) | [R95.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R95.txt) -R96 | | [`Rename.cpp`, line 389](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L389) | [R96.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R96.txt) -R97 | | [`Rename.cpp`, line 390](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L390) | [R97.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R97.txt) -R98 | | [`Rename.cpp`, line 391](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L391) | [R98.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R98.txt) -R99 | | [`Rename.cpp`, line 393](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L393) | [R99.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R99.txt) -R100 | | [`Rename.cpp`, line 395](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L395) | [R100.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R100.txt) -R101 | | [`Rename.cpp`, line 397](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L397) | [R101.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R101.txt) -R102 | | [`Rename.cpp`, line 398](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L398) | [R102.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R102.txt) -R103 | | [`Rename.cpp`, line 399](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L399) | [R103.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R103.txt) -R104 | | [`Rename.cpp`, line 401](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L401) | [R104.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R104.txt) -R105 | | [`Rename.cpp`, line 403](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L403) | [R105.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R105.txt) -R106 | | [`Rename.cpp`, line 404](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L404) | [R106.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R106.txt) -R107 | | [`Rename.cpp`, line 410](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L410) | [R107.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R107.txt) -R108 | | [`Rename.cpp`, line 411](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L411) | [R108.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R108.txt) -R109 | | [`Rename.cpp`, line 412](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L412) | [R109.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R109.txt) -R110 | | [`Rename.cpp`, line 416](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L416) | [R110.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R110.txt) -R111 | | [`Rename.cpp`, line 418](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L418) | [R111.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R111.txt) -R112 | | [`Rename.cpp`, line 422](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L422) | [R112.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R112.txt) -R113 | | [`Rename.cpp`, line 426](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L426) | [R113.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R113.txt) -R114 | | [`Rename.cpp`, line 428](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L428) | [R114.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R114.txt) -R115 | | [`Rename.cpp`, line 433](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L433) | [R115.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R115.txt) -R116 | | [`Rename.cpp`, line 437](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L437) | [R116.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R116.txt) -R117 | | [`Rename.cpp`, line 439](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L439) | [R117.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R117.txt) -R118 | | [`Rename.cpp`, line 445](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L445) | [R118.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R118.txt) -R119 | | [`Rename.cpp`, line 446](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L446) | [R119.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R119.txt) -R120 | | [`Rename.cpp`, line 448](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L448) | [R120.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R120.txt) -R121 | | [`Rename.cpp`, line 449](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L449) | [R121.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R121.txt) -R122 | | [`Rename.cpp`, line 451](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L451) | [R122.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R122.txt) -R123 | | [`Rename.cpp`, line 452](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L452) | [R123.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R123.txt) -R124 | | [`Rename.cpp`, line 454](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L454) | [R124.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R124.txt) -R125 | | [`Rename.cpp`, line 455](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L455) | [R125.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R125.txt) -R126 | | [`Rename.cpp`, line 459](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L459) | [R126.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R126.txt) -R127 | | [`Rename.cpp`, line 461](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L461) | [R127.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R127.txt) -R128 | | [`Rename.cpp`, line 465](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L465) | [R128.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R128.txt) -R129 | | [`Rename.cpp`, line 466](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L466) | [R129.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R129.txt) -R130 | | [`Rename.cpp`, line 468](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L468) | [R130.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R130.txt) -R131 | | [`Rename.cpp`, line 469](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L469) | [R131.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R131.txt) -R132 | | [`Rename.cpp`, line 470](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L470) | [R132.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R132.txt) -R133 | | [`Rename.cpp`, line 475](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L475) | [R133.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R133.txt) -R134 | | [`Rename.cpp`, line 479](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L479) | [R134.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R134.txt) -R135 | | [`Rename.cpp`, line 481](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L481) | [R135.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R135.txt) -R136 | | [`Rename.cpp`, line 487](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L487) | [R136.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R136.txt) -R137 | | [`Rename.cpp`, line 488](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L488) | [R137.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R137.txt) -R138 | | [`Rename.cpp`, line 490](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L490) | [R138.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R138.txt) -R139 | | [`Rename.cpp`, line 491](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L491) | [R139.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R139.txt) -R140 | | [`Rename.cpp`, line 493](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L493) | [R140.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R140.txt) -R141 | | [`Rename.cpp`, line 494](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L494) | [R141.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R141.txt) -R142 | | [`Rename.cpp`, line 496](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L496) | [R142.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R142.txt) -R143 | | [`Rename.cpp`, line 497](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L497) | [R143.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R143.txt) -R144 | | [`Rename.cpp`, line 503](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L503) | [R144.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R144.txt) -R145 | | [`Rename.cpp`, line 504](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L504) | [R145.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R145.txt) -R146 | | [`Rename.cpp`, line 506](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L506) | [R146.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R146.txt) -R147 | | [`Rename.cpp`, line 507](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L507) | [R147.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R147.txt) -R148 | | [`Rename.cpp`, line 508](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L508) | [R148.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R148.txt) -R149 | | [`Rename.cpp`, line 509](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L509) | [R149.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R149.txt) -R150 | | [`Rename.cpp`, line 510](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L510) | [R150.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R150.txt) -R151 | | [`Rename.cpp`, line 511](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L511) | [R151.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R151.txt) -R152 | | [`Rename.cpp`, line 512](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L512) | [R152.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R152.txt) -R153 | | [`Rename.cpp`, line 515](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L515) | [R153.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R153.txt) -R154 | | [`Rename.cpp`, line 517](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L517) | [R154.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R154.txt) -R155 | | [`Rename.cpp`, line 518](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L518) | [R155.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R155.txt) -R156 | | [`Rename.cpp`, line 522](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L522) | [R156.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R156.txt) -R157 | | [`Rename.cpp`, line 523](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L523) | [R157.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R157.txt) -R158 | | [`Rename.cpp`, line 525](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L525) | [R158.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R158.txt) -R159 | | [`Rename.cpp`, line 526](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L526) | [R159.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R159.txt) -R160 | | [`Rename.cpp`, line 527](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L527) | [R160.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R160.txt) -R161 | | [`Rename.cpp`, line 528](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L528) | [R161.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R161.txt) -R162 | | [`Rename.cpp`, line 529](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L529) | [R162.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R162.txt) -R163 | | [`Rename.cpp`, line 530](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L530) | [R163.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R163.txt) -R164 | | [`Rename.cpp`, line 531](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L531) | [R164.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R164.txt) -R165 | | [`Rename.cpp`, line 534](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L534) | [R165.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R165.txt) -R166 | | [`Rename.cpp`, line 536](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L536) | [R166.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R166.txt) -R167 | | [`Rename.cpp`, line 537](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L537) | [R167.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R167.txt) -R168 | | [`Rename.cpp`, line 541](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L541) | [R168.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R168.txt) -R169 | | [`Rename.cpp`, line 548](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L548) | [R169.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R169.txt) -R170 | | [`Rename.cpp`, line 550](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L550) | [R170.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R170.txt) -R171 | | [`Rename.cpp`, line 552](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L552) | [R171.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R171.txt) -R172 | | [`Rename.cpp`, line 555](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L555) | [R172.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R172.txt) -R173 | | [`Rename.cpp`, line 557](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L557) | [R173.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R173.txt) -R174 | | [`Rename.cpp`, line 559](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L559) | [R174.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R174.txt) -R175 | | [`Rename.cpp`, line 563](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L563) | [R175.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R175.txt) -R176 | | [`Rename.cpp`, line 566](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L566) | [R176.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R176.txt) -R177 | | [`Rename.cpp`, line 570](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L570) | [R177.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R177.txt) -R178 | | [`Rename.cpp`, line 571](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L571) | [R178.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R178.txt) -R179 | | [`Rename.cpp`, line 574](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L574) | [R179.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R179.txt) -R180 | | [`Rename.cpp`, line 575](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L575) | [R180.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R180.txt) -R181 | | [`Rename.cpp`, line 582](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L582) | [R181.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R181.txt) -R182 | | [`Rename.cpp`, line 583](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L583) | [R182.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R182.txt) -R183 | | [`Rename.cpp`, line 584](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L584) | [R183.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R183.txt) -R184 | | [`Rename.cpp`, line 586](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L586) | [R184.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R184.txt) -R185 | | [`Rename.cpp`, line 587](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L587) | [R185.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R185.txt) -R186 | | [`Rename.cpp`, line 588](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L588) | [R186.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R186.txt) -R187 | | [`Rename.cpp`, line 590](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L590) | [R187.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R187.txt) -R188 | | [`Rename.cpp`, line 592](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L592) | [R188.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R188.txt) -R189 | | [`Rename.cpp`, line 608](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L608) | [R189.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R189.txt) -R190 | | [`Rename.cpp`, line 616](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L616) | [R190.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R190.txt) -R191 | | [`Rename.cpp`, line 617](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L617) | [R191.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R191.txt) -R192 | | [`Rename.cpp`, line 621](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L621) | [R192.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R192.txt) -R193 | | [`Rename.cpp`, line 623](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L623) | [R193.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R193.txt) -R194 | | [`Rename.cpp`, line 625](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L625) | [R194.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R194.txt) -R195 | | [`Rename.cpp`, line 634](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L634) | [R195.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R195.txt) -R196 | | [`Rename.cpp`, line 635](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L635) | [R196.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R196.txt) -R197 | | [`Rename.cpp`, line 636](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L636) | [R197.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R197.txt) -R198 | | [`Rename.cpp`, line 638](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L638) | [R198.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R198.txt) -R199 | | [`Rename.cpp`, line 639](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L639) | [R199.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R199.txt) -R200 | | [`Rename.cpp`, line 640](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L640) | [R200.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R200.txt) -R201 | | [`Rename.cpp`, line 641](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L641) | [R201.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R201.txt) -R202 | | [`Rename.cpp`, line 642](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L642) | [R202.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R202.txt) -R203 | | [`Rename.cpp`, line 643](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L643) | [R203.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R203.txt) -R204 | | [`Rename.cpp`, line 644](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L644) | [R204.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R204.txt) -R205 | | [`Rename.cpp`, line 651](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L651) | [R205.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R205.txt) -R206 | | [`Rename.cpp`, line 652](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L652) | [R206.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R206.txt) -R207 | | [`Rename.cpp`, line 654](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L654) | [R207.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R207.txt) -R208 | | [`Rename.cpp`, line 661](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L661) | [R208.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R208.txt) -R209 | | [`Rename.cpp`, line 673](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L673) | [R209.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R209.txt) -R210 | | [`Rename.cpp`, line 680](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L680) | [R210.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R210.txt) -R211 | | [`Rename.cpp`, line 681](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L681) | [R211.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R211.txt) -R212 | | [`Rename.cpp`, line 682](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L682) | [R212.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R212.txt) -R213 | | [`Rename.cpp`, line 684](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L684) | [R213.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R213.txt) -R214 | | [`Rename.cpp`, line 685](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L685) | [R214.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R214.txt) -R215 | | [`Rename.cpp`, line 686](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L686) | [R215.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R215.txt) -R216 | | [`Rename.cpp`, line 689](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L689) | [R216.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R216.txt) -R217 | | [`Rename.cpp`, line 690](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L690) | [R217.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R217.txt) -R218 | | [`Rename.cpp`, line 692](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L692) | [R218.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R218.txt) -R219 | | [`Rename.cpp`, line 693](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L693) | [R219.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R219.txt) -R220 | | [`Rename.cpp`, line 696](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L696) | [R220.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R220.txt) -R221 | | [`Rename.cpp`, line 698](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L698) | [R221.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R221.txt) -R222 | | [`Rename.cpp`, line 699](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L699) | [R222.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R222.txt) -R223 | | [`Rename.cpp`, line 701](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L701) | [R223.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R223.txt) -R224 | | [`Rename.cpp`, line 704](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L704) | [R224.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R224.txt) -R225 | | [`Rename.cpp`, line 706](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L706) | [R225.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R225.txt) -R226 | | [`Rename.cpp`, line 707](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L707) | [R226.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R226.txt) -R227 | | [`Rename.cpp`, line 716](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L716) | [R227.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R227.txt) -R228 | | [`Rename.cpp`, line 721](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L721) | [R228.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R228.txt) -R229 | | [`Rename.cpp`, line 727](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L727) | [R229.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R229.txt) -R230 | | [`Rename.cpp`, line 729](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L729) | [R230.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R230.txt) -R231 | | [`Rename.cpp`, line 731](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L731) | [R231.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R231.txt) -R232 | | [`Rename.cpp`, line 733](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L733) | [R232.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R232.txt) -R233 | | [`Rename.cpp`, line 735](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L735) | [R233.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R233.txt) -R234 | | [`Rename.cpp`, line 737](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L737) | [R234.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R234.txt) -R235 | | [`Rename.cpp`, line 739](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L739) | [R235.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R235.txt) -R236 | | [`Rename.cpp`, line 741](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L741) | [R236.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R236.txt) -R237 | | [`Rename.cpp`, line 743](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L743) | [R237.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R237.txt) -R238 | | [`Rename.cpp`, line 745](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L745) | [R238.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R238.txt) -R239 | | [`Rename.cpp`, line 747](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L747) | [R239.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R239.txt) -R240 | | [`Rename.cpp`, line 749](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L749) | [R240.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R240.txt) +R1 | Failure (changes unrelated files) | [`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 | Failure (not available) | [`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 | Failure (not available) | [`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 | Failure (changes unrelated files) | [`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 | Failure (changes unrelated files) | [`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 (changes unrelated files) | [`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 | Pass | [`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) +R11 | Failure (creates invalid code) | [`Rename.cpp`, line 59](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L59) | [R11.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R11.txt) +R12 | Pass | [`Rename.cpp`, line 62](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L62) | [R12.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R12.txt) +R13 | Pass | [`Rename.cpp`, line 64](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L64) | [R13.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R13.txt) +R14 | Pass | [`Rename.cpp`, line 67](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L67) | [R14.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R14.txt) +R15 | Pass | [`Rename.cpp`, line 75](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L75) | [R15.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R15.txt) +R16 | Pass | [`Rename.cpp`, line 85](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L85) | [R16.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R16.txt) +R17 | Failure (creates invalid code) | [`Rename.cpp`, line 93](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L93) | [R17.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R17.txt) +R18 | Pass | [`Rename.cpp`, line 96](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L96) | [R18.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R18.txt) +R19 | Failure (creates invalid code) | [`Rename.cpp`, line 127](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L127) | [R19.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R19.txt) +R20 | Failure (changes unrelated files) | [`Rename.cpp`, line 152](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L152) | [R20.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R20.txt) +R21 | Pass | [`Rename.cpp`, line 153](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L153) | [R21.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R21.txt) +R22 | Pass | [`Rename.cpp`, line 154](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L154) | [R22.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R22.txt) +R23 | Failure (creates invalid code; changes unrelated files) | [`Rename.cpp`, line 157](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L157) | [R23.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R23.txt) +R24 | Pass | [`Rename.cpp`, line 158](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L158) | [R24.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R24.txt) +R25 | Failure (creates invalid code; changes unrelated files) | [`Rename.cpp`, line 159](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L159) | [R25.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R25.txt) +R26 | Pass | [`Rename.cpp`, line 161](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L161) | [R26.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R26.txt) +R27 | Pass | [`Rename.cpp`, line 164](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L164) | [R27.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R27.txt) +R28 | Failure (changes unrelated files) | [`Rename.cpp`, line 165](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L165) | [R28.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R28.txt) +R29 | Pass | [`Rename.cpp`, line 166](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L166) | [R29.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R29.txt) +R30 | Pass | [`Rename.cpp`, line 169](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L169) | [R30.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R30.txt) +R31 | Failure (creates invalid code) | [`Rename.cpp`, line 173](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L173) | [R31.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R31.txt) +R32 | Pass | [`Rename.cpp`, line 176](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L176) | [R32.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R32.txt) +R33 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 185](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L185) | [R33.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R33.txt) +R34 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 195](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L195) | [R34.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R34.txt) +R35 | Pass | [`Rename.cpp`, line 208](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L208) | [R35.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R35.txt) +R36 | Pass | [`Rename.cpp`, line 218](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L218) | [R36.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R36.txt) +R37 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 224](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L224) | [R37.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R37.txt) +R38 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 226](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L226) | [R38.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R38.txt) +R39 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 228](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L228) | [R39.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R39.txt) +R40 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 233](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L233) | [R40.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R40.txt) +R41 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 236](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L236) | [R41.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R41.txt) +R42 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 238](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L238) | [R42.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R42.txt) +R43 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 240](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L240) | [R43.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R43.txt) +R44 | Failure (doesn't rename all instances; renames unrelated instances) | [`Rename.cpp`, line 245](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L245) | [R44.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R44.txt) +R45 | Pass | [`Rename.cpp`, line 248](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L248) | [R45.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R45.txt) +R46 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 253](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L253) | [R46.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R46.txt) +R47 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 255](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L255) | [R47.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R47.txt) +R48 | Failure (creates invalid code) | [`Rename.cpp`, line 256](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L256) | [R48.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R48.txt) +R49 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 257](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L257) | [R49.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R49.txt) +R50 | Pass | [`Rename.cpp`, line 258](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L258) | [R50.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R50.txt) +R51 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 259](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L259) | [R51.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R51.txt) +R52 | Pass | [`Rename.cpp`, line 260](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L260) | [R52.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R52.txt) +R53 | Pass | [`Rename.cpp`, line 263](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L263) | [R53.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R53.txt) +R54 | Pass | [`Rename.cpp`, line 264](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L264) | [R54.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R54.txt) +R55 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 270](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L270) | [R55.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R55.txt) +R56 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 272](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L272) | [R56.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R56.txt) +R57 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 274](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L274) | [R57.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R57.txt) +R58 | Failure (not available on first keystroke; on second keystroke doesn't rename all instances) | [`Rename.cpp`, line 276](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L276) | [R58.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R58.txt) +R59 | Pass | [`Rename.cpp`, line 280](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L280) | [R59.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R59.txt) +R60 | Pass | [`Rename.cpp`, line 283](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L283) | [R60.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R60.txt) +R61 | Pass | [`Rename.cpp`, line 286](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L286) | [R61.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R61.txt) +R62 | Pass | [`Rename.cpp`, line 297](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L297) | [R62.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R62.txt) +R63 | Pass | [`Rename.cpp`, line 298](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L298) | [R63.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R63.txt) +R64 | Pass | [`Rename.cpp`, line 299](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L299) | [R64.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R64.txt) +R65 | Pass | [`Rename.cpp`, line 305](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L305) | [R65.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R65.txt) +R66 | Pass | [`Rename.cpp`, line 307](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L307) | [R66.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R66.txt) +R67 | Pass | [`Rename.cpp`, line 308](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L308) | [R67.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R67.txt) +R68 | Pass | [`Rename.cpp`, line 314](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L314) | [R68.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R68.txt) +R69 | Pass | [`Rename.cpp`, line 315](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L315) | [R69.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R69.txt) +R70 | Pass | [`Rename.cpp`, line 317](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L317) | [R70.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R70.txt) +R71 | Pass | [`Rename.cpp`, line 323](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L323) | [R71.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R71.txt) +R72 | Pass | [`Rename.cpp`, line 324](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L324) | [R72.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R72.txt) +R73 | Pass | [`Rename.cpp`, line 326](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L326) | [R73.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R73.txt) +R74 | Pass | [`Rename.cpp`, line 327](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L327) | [R74.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R74.txt) +R75 | Pass | [`Rename.cpp`, line 328](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L328) | [R75.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R75.txt) +R76 | Pass | [`Rename.cpp`, line 334](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L334) | [R76.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R76.txt) +R77 | Pass | [`Rename.cpp`, line 335](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L335) | [R77.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R77.txt) +R78 | Pass | [`Rename.cpp`, line 336](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L336) | [R78.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R78.txt) +R79 | Pass | [`Rename.cpp`, line 338](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L338) | [R79.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R79.txt) +R80 | Pass | [`Rename.cpp`, line 339](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L339) | [R80.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R80.txt) +R81 | Pass | [`Rename.cpp`, line 345](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L345) | [R81.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R81.txt) +R82 | Pass | [`Rename.cpp`, line 346](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L346) | [R82.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R82.txt) +R83 | Pass | [`Rename.cpp`, line 347](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L347) | [R83.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R83.txt) +R84 | Pass | [`Rename.cpp`, line 349](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L349) | [R84.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R84.txt) +R85 | Pass | [`Rename.cpp`, line 351](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L351) | [R85.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R85.txt) +R86 | Failure (renames unrelated names) | [`Rename.cpp`, line 365](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L365) | [R86.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R86.txt) +R87 | Failure (renames unrelated names) | [`Rename.cpp`, line 369](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L369) | [R87.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R87.txt) +R88 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 370](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L370) | [R88.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R88.txt) +R89 | Failure (doesn't rename all instances) | [`Rename.cpp`, line 374](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L374) | [R89.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R89.txt) +R90 | Pass | [`Rename.cpp`, line 378](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L378) | [R90.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R90.txt) +R91 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 381](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L381) | [R91.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R91.txt) +R92 | Pass | [`Rename.cpp`, line 382](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L382) | [R92.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R92.txt) +R93 | Pass | [`Rename.cpp`, line 384](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L384) | [R93.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R93.txt) +R94 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 385](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L385) | [R94.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R94.txt) +R95 | Pass | [`Rename.cpp`, line 386](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L386) | [R95.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R95.txt) +R96 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 389](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L389) | [R96.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R96.txt) +R97 | Pass | [`Rename.cpp`, line 390](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L390) | [R97.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R97.txt) +R98 | Pass | [`Rename.cpp`, line 391](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L391) | [R98.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R98.txt) +R99 | Failure (doesn't select all instances) | [`Rename.cpp`, line 393](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L393) | [R99.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R99.txt) +R100 | Pass | [`Rename.cpp`, line 395](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L395) | [R100.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R100.txt) +R101 | Failure (renames unrelated instances) | [`Rename.cpp`, line 397](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L397) | [R101.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R101.txt) +R102 | Pass | [`Rename.cpp`, line 398](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L398) | [R102.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R102.txt) +R103 | Pass | [`Rename.cpp`, line 399](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L399) | [R103.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R103.txt) +R104 | Pass | [`Rename.cpp`, line 401](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L401) | [R104.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R104.txt) +R105 | Pass | [`Rename.cpp`, line 403](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L403) | [R105.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R105.txt) +R106 | Failure (doesn't select all instances) | [`Rename.cpp`, line 404](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L404) | [R106.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R106.txt) +R107 | Failure (not available on first keystroke) | [`Rename.cpp`, line 410](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L410) | [R107.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R107.txt) +R108 | Failure (renames unrelated instances) | [`Rename.cpp`, line 411](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L411) | [R108.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R108.txt) +R109 | Failure (renames unrelated instances) | [`Rename.cpp`, line 412](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L412) | [R109.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R109.txt) +R110 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 416](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L416) | [R110.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R110.txt) +R111 | Pass | [`Rename.cpp`, line 418](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L418) | [R111.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R111.txt) +R112 | Pass | [`Rename.cpp`, line 422](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L422) | [R112.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R112.txt) +R113 | Failure (doesn't select all instances) | [`Rename.cpp`, line 426](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L426) | [R113.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R113.txt) +R114 | Failure (doesn't select all instances) | [`Rename.cpp`, line 428](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L428) | [R114.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R114.txt) +R115 | Pass | [`Rename.cpp`, line 433](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L433) | [R115.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R115.txt) +R116 | Failure (doesn't select all instances) | [`Rename.cpp`, line 437](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L437) | [R116.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R116.txt) +R117 | Failure (doesn't select all instances) | [`Rename.cpp`, line 439](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L439) | [R117.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R117.txt) +R118 | Pass | [`Rename.cpp`, line 445](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L445) | [R118.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R118.txt) +R119 | Failure (doesn't select all instances) | [`Rename.cpp`, line 446](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L446) | [R119.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R119.txt) +R120 | Pass | [`Rename.cpp`, line 448](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L448) | [R120.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R120.txt) +R121 | Failure (doesn't select all instances) | [`Rename.cpp`, line 449](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L449) | [R121.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R121.txt) +R122 | Pass | [`Rename.cpp`, line 451](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L451) | [R122.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R122.txt) +R123 | Failure (doesn't select all instances) | [`Rename.cpp`, line 452](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L452) | [R123.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R123.txt) +R124 | Pass | [`Rename.cpp`, line 454](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L454) | [R124.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R124.txt) +R125 | Failure (doesn't select all instances) | [`Rename.cpp`, line 455](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L455) | [R125.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R125.txt) +R126 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 459](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L459) | [R126.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R126.txt) +R127 | Pass | [`Rename.cpp`, line 461](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L461) | [R127.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R127.txt) +R128 | Failure (doesn't select all instances) | [`Rename.cpp`, line 465](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L465) | [R128.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R128.txt) +R129 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 466](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L466) | [R129.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R129.txt) +R130 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 468](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L468) | [R130.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R130.txt) +R131 | Failure (doesn't select all instances) | [`Rename.cpp`, line 469](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L469) | [R131.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R131.txt) +R132 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 470](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L470) | [R132.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R132.txt) +R133 | Pass | [`Rename.cpp`, line 475](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L475) | [R133.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R133.txt) +R134 | Failure (doesn't select all instances) | [`Rename.cpp`, line 479](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L479) | [R134.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R134.txt) +R135 | Failure (doesn't select all instances) | [`Rename.cpp`, line 481](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L481) | [R135.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R135.txt) +R136 | Pass | [`Rename.cpp`, line 487](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L487) | [R136.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R136.txt) +R137 | Failure (doesn't select all instances; selects unrelated instances) | [`Rename.cpp`, line 488](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L488) | [R137.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R137.txt) +R138 | Pass | [`Rename.cpp`, line 490](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L490) | [R138.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R138.txt) +R139 | Failure (selects unrelated instances) | [`Rename.cpp`, line 491](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L491) | [R139.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R139.txt) +R140 | Pass | [`Rename.cpp`, line 493](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L493) | [R140.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R140.txt) +R141 | Failure (doesn't select all instances) | [`Rename.cpp`, line 494](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L494) | [R141.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R141.txt) +R142 | Pass | [`Rename.cpp`, line 496](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L496) | [R142.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R142.txt) +R143 | Failure (doesn't select all instances) | [`Rename.cpp`, line 497](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L497) | [R143.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R143.txt) +R144 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 503](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L503) | [R144.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R144.txt) +R145 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 504](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L504) | [R145.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R145.txt) +R146 | Failure (doesn't select all instances) | [`Rename.cpp`, line 506](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L506) | [R146.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R146.txt) +R147 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 507](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L507) | [R147.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R147.txt) +R148 | Pass | [`Rename.cpp`, line 508](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L508) | [R148.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R148.txt) +R149 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 509](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L509) | [R149.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R149.txt) +R150 | Pass | [`Rename.cpp`, line 510](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L510) | [R150.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R150.txt) +R151 | Pass | [`Rename.cpp`, line 511](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L511) | [R151.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R151.txt) +R152 | Pass | [`Rename.cpp`, line 512](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L512) | [R152.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R152.txt) +R153 | Pass | [`Rename.cpp`, line 515](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L515) | [R153.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R153.txt) +R154 | Pass | [`Rename.cpp`, line 517](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L517) | [R154.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R154.txt) +R155 | Pass | [`Rename.cpp`, line 518](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L518) | [R155.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R155.txt) +R156 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 522](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L522) | [R156.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R156.txt) +R157 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 523](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L523) | [R157.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R157.txt) +R158 | Failure (doesn't select all instances) | [`Rename.cpp`, line 525](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L525) | [R158.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R158.txt) +R159 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 526](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L526) | [R159.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R159.txt) +R160 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 527](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L527) | [R160.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R160.txt) +R161 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 528](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L528) | [R161.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R161.txt) +R162 | Pass | [`Rename.cpp`, line 529](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L529) | [R162.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R162.txt) +R163 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 530](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L530) | [R163.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R163.txt) +R164 | Pass | [`Rename.cpp`, line 531](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L531) | [R164.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R164.txt) +R165 | Pass | [`Rename.cpp`, line 534](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L534) | [R165.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R165.txt) +R166 | Pass | [`Rename.cpp`, line 536](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L536) | [R166.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R166.txt) +R167 | Pass | [`Rename.cpp`, line 537](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L537) | [R167.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R167.txt) +R168 | Pass | [`Rename.cpp`, line 541](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L541) | [R168.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R168.txt) +R169 | Failure (doesn't select all instances) | [`Rename.cpp`, line 548](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L548) | [R169.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R169.txt) +R170 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 550](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L550) | [R170.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R170.txt) +R171 | Pass | [`Rename.cpp`, line 552](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L552) | [R171.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R171.txt) +R172 | Failure (doesn't select all instances) | [`Rename.cpp`, line 555](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L555) | [R172.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R172.txt) +R173 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 557](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L557) | [R173.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R173.txt) +R174 | Pass | [`Rename.cpp`, line 559](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L559) | [R174.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R174.txt) +R175 | Pass | [`Rename.cpp`, line 563](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L563) | [R175.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R175.txt) +R176 | Failure (selects unrelated instances) | [`Rename.cpp`, line 566](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L566) | [R176.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R176.txt) +R177 | Pass | [`Rename.cpp`, line 570](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L570) | [R177.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R177.txt) +R178 | Failure (selects unrelated instances) | [`Rename.cpp`, line 571](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L571) | [R178.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R178.txt) +R179 | Pass | [`Rename.cpp`, line 574](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L574) | [R179.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R179.txt) +R180 | Pass | [`Rename.cpp`, line 575](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L575) | [R180.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R180.txt) +R181 | Pass | [`Rename.cpp`, line 582](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L582) | [R181.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R181.txt) +R182 | Pass | [`Rename.cpp`, line 583](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L583) | [R182.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R182.txt) +R183 | Failure (selects unrelated instances) | [`Rename.cpp`, line 584](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L584) | [R183.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R183.txt) +R184 | Pass | [`Rename.cpp`, line 586](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L586) | [R184.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R184.txt) +R185 | Pass | [`Rename.cpp`, line 587](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L587) | [R185.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R185.txt) +R186 | Failure (selects unrelated instances) | [`Rename.cpp`, line 588](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L588) | [R186.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R186.txt) +R187 | Pass | [`Rename.cpp`, line 590](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L590) | [R187.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R187.txt) +R188 | Pass | [`Rename.cpp`, line 592](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L592) | [R188.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R188.txt) +R189 | Pass | [`Rename.cpp`, line 608](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L608) | [R189.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R189.txt) +R190 | Failure (first try fails on dialog; second try changes unrelated files) | [`Rename.cpp`, line 616](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L616) | [R190.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R190.txt) +R191 | Failure (first try fails on dialog; second try changes unrelated files) | [`Rename.cpp`, line 617](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L617) | [R191.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R191.txt) +R192 | Pass | [`Rename.cpp`, line 621](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L621) | [R192.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R192.txt) +R193 | Pass | [`Rename.cpp`, line 623](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L623) | [R193.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R193.txt) +R194 | Pass | [`Rename.cpp`, line 625](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L625) | [R194.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R194.txt) +R195 | Pass | [`Rename.cpp`, line 634](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L634) | [R195.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R195.txt) +R196 | Pass | [`Rename.cpp`, line 635](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L635) | [R196.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R196.txt) +R197 | Pass | [`Rename.cpp`, line 636](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L636) | [R197.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R197.txt) +R198 | Pass | [`Rename.cpp`, line 638](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L638) | [R198.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R198.txt) +R199 | Pass | [`Rename.cpp`, line 639](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L639) | [R199.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R199.txt) +R200 | Pass | [`Rename.cpp`, line 640](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L640) | [R200.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R200.txt) +R201 | Pass | [`Rename.cpp`, line 641](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L641) | [R201.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R201.txt) +R202 | Pass | [`Rename.cpp`, line 642](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L642) | [R202.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R202.txt) +R203 | Pass | [`Rename.cpp`, line 643](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L643) | [R203.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R203.txt) +R204 | Pass | [`Rename.cpp`, line 644](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L644) | [R204.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R204.txt) +R205 | Pass | [`Rename.cpp`, line 651](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L651) | [R205.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R205.txt) +R206 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 652](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L652) | [R206.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R206.txt) +R207 | Pass | [`Rename.cpp`, line 654](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L654) | [R207.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R207.txt) +R208 | Pass | [`Rename.cpp`, line 661](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L661) | [R208.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R208.txt) +R209 | Pass | [`Rename.cpp`, line 673](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L673) | [R209.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R209.txt) +R210 | Failure (first try fails on dialog; second try changes unrelated files) | [`Rename.cpp`, line 680](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L680) | [R210.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R210.txt) +R211 | Pass | [`Rename.cpp`, line 681](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L681) | [R211.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R211.txt) +R212 | Pass | [`Rename.cpp`, line 682](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L682) | [R212.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R212.txt) +R213 | Pass | [`Rename.cpp`, line 684](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L684) | [R213.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R213.txt) +R214 | Pass | [`Rename.cpp`, line 685](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L685) | [R214.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R214.txt) +R215 | Failure (changes unrelated files) | [`Rename.cpp`, line 686](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L686) | [R215.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R215.txt) +R216 | Failure (changes unrelated files) | [`Rename.cpp`, line 689](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L689) | [R216.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R216.txt) +R217 | Pass | [`Rename.cpp`, line 690](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L690) | [R217.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R217.txt) +R218 | Pass | [`Rename.cpp`, line 692](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L692) | [R218.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R218.txt) +R219 | Pass | [`Rename.cpp`, line 693](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L693) | [R219.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R219.txt) +R220 | Pass | [`Rename.cpp`, line 696](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L696) | [R220.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R220.txt) +R221 | Pass | [`Rename.cpp`, line 698](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L698) | [R221.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R221.txt) +R222 | Pass | [`Rename.cpp`, line 699](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L699) | [R222.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R222.txt) +R223 | Pass | [`Rename.cpp`, line 701](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L701) | [R223.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R223.txt) +R224 | Pass | [`Rename.cpp`, line 704](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L704) | [R224.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R224.txt) +R225 | Pass | [`Rename.cpp`, line 706](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L706) | [R225.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R225.txt) +R226 | Pass | [`Rename.cpp`, line 707](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L707) | [R226.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R226.txt) +R227 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 716](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L716) | [R227.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R227.txt) +R228 | Failure (not available; the selected name cannot be renamed) | [`Rename.cpp`, line 721](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L721) | [R228.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R228.txt) +R229 | Pass | [`Rename.cpp`, line 727](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L727) | [R229.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R229.txt) +R230 | Pass | [`Rename.cpp`, line 729](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L729) | [R230.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R230.txt) +R231 | Pass | [`Rename.cpp`, line 731](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L731) | [R231.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R231.txt) +R232 | Pass | [`Rename.cpp`, line 733](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L733) | [R232.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R232.txt) +R233 | Pass | [`Rename.cpp`, line 735](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L735) | [R233.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R233.txt) +R234 | Pass | [`Rename.cpp`, line 737](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L737) | [R234.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R234.txt) +R235 | Pass | [`Rename.cpp`, line 739](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L739) | [R235.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R235.txt) +R236 | Pass | [`Rename.cpp`, line 741](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L741) | [R236.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R236.txt) +R237 | Pass | [`Rename.cpp`, line 743](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L743) | [R237.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R237.txt) +R238 | Pass | [`Rename.cpp`, line 745](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L745) | [R238.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R238.txt) +R239 | Pass | [`Rename.cpp`, line 747](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L747) | [R239.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R239.txt) +R240 | Pass | [`Rename.cpp`, line 749](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/Rename.cpp#L749) | [R240.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R240.txt) R241 | | [`RenameCpp11.h`, line 7](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/RenameCpp11.h#L7) | [R241.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R241.txt) R242 | | [`RenameCpp11.h`, line 9](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/RenameCpp11.h#L9) | [R242.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R242.txt) R243 | | [`RenameCpp11.h`, line 12](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/RefactorTest/RenameCpp11.h#L12) | [R243.txt](https://github.com/LegalizeAdulthood/refactor-test-suite/blob/master/results/diffs/R243.txt)