Jump to content

Recommended Posts

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

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...

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×