-
Notifications
You must be signed in to change notification settings - Fork 2
Misuse of "URL" to mean "protocol" #4
Copy link
Copy link
Open
Labels
acceptedAccepted this issue as a valid issue that will be actionedAccepted this issue as a valid issue that will be actionedrefactoringSource code refactoringSource code refactoring
Description
Line 346 in d939695
| procedure TPJHotLabel.CheckURL(const URL: string); |
The above method uses "URL" where it should use "protocol", both in a constant name or in comments. Fix this.
Also check rest of unit for similar misuse.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acceptedAccepted this issue as a valid issue that will be actionedAccepted this issue as a valid issue that will be actionedrefactoringSource code refactoringSource code refactoring