Treats URL field type as URL object (instead of string)

Issue #677 resolved
Charlie Jonas created an issue

If you generate symbol table for an object that has a URL field, the field will be typed as URL. However, apex just treats the fields as Strings. This breaks the completion:BuildoutIntegrationDTOs_cls_-_Apto_-_Dev_-____IdeaProjects_Apto_-_Dev_.png

Comments (3)

  1. Scott Wells repo owner

    Thanks, Charlie. I'm surprised this has never been reported before. Let me look into it but it should be a one-liner change that can be included in the next build.

  2. Log in to comment