https://bugs.documentfoundation.org/show_bug.cgi?id=148251
--- Comment #13 from Devansh Varshney <[email protected]> --- Maybe this is now completed as I am unable to find any occurrence of the swap with the temp variable with the regex running in the vscode - (\w+)[\n\r\s]+(\w+)[\n\r\s]+=[\n\r\s]+(\w+);[\n\r\s]+(\3)[\n\r\s]+=[\n\r\s]+(\w+);[\n\r\s]+(\5)[\n\r\s]+=[\n\r\s]+(\2) With the above regex there were only 17 results in the single file -libreoffice/cli_ure/qa/climaker/testobjects.cs moreover I also tried this in my terminal - git grep -E "(\w+)[[:space:]]*=[[:space:]]*(\w+)[[:space:]]*;[[:space:]]*(\w+)[[:space:]]*=[[:space:]]*(\3)[[:space:]]*;[[:space:]]*(\w+)[[:space:]]*=[[:space:]]*(\2)[[:space:]]*;" -- *.cxx There were no result of this. -- You are receiving this mail because: You are the assignee for the bug.
