Vandrovnik 225 Posted September 29 Hello, I have tried Delphi Project Upgrade Advisor, then their reFind script C:\Users\karel\OneDrive\Documents\Embarcadero\Studio\37.0\CatalogRepository\DelphiProjectsUpgradeAdvisor\1.0\RenameUnits.txt to rename unqualified unit names to qualified. Expected behavior: change uses Windows, Messages, ... to uses Winapi.Windows, Winapi.Messages, ... What I get: uses inapi.Windows, inapi.Messages, ... So annoying. The idea is good, but the implementation is terrible again. As I have asked many times before, I wonder if any testing is being done at all... Share this post Link to post
Matthias 8 Posted September 29 There are several new tickets in Embarcadero's quality portal regarding reFind. Your issue is described here: QP - refind mangles rename units. Let's hope they will fix it asap. BTW - It has not been fixed in D13 September Patch... 1 Share this post Link to post