Project

General

Profile

Feature #7082

Improve converted call site names

Added by Stanislav Lomany over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/27/2023
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Stanislav Lomany over 1 year ago

I suggest to make call site names more readable. E.g. I have to click each of this sites to understand what this code is about:

RUN_CALL_SITE_500.clone().setInHandle(hpApi).run(fMainFrame.getHWND());
RUN_CALL_SITE_501.clone().run();
RUN_CALL_SITE_502.clone().setInHandle(hpApi).run(new integer(0));

If call site name contains the name of the corresponding function, it looks much more readable:

someproc1_RUN_CALL_SITE_500.clone().setInHandle(hpApi).run(fMainFrame.getHWND());
ADM_openquery_RUN_CALL_SITE_501.clone().run();
someproc2_RUN_CALL_SITE_502.clone().setInHandle(hpApi).run(new integer(0));

#2 Updated by Greg Shah over 1 year ago

I think we can provide this as an option, though if we do we will want to reduce some of the text (maybe remove the _CALL part).

Also available in: Atom PDF