I've noticed that the program when exporting a project gives me cameraInfo.get_VerticalExtent() instead of cameraInfo.VerticalExtent
It seems to be making a method instead of a property of an object.
2 comments
ADMIN
Nick Iliev
Posted on:15 May 2020 07:02
Hello Michael,
Thank you for your interest in JustDecompile and for your feedback. The issue is reproducible so I am marking this one as a bug (to be planned). Possibly related to:
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.
Michael
Posted on:14 May 2020 13:42
Something that is very strange about this is that it looks fine in the preview window, but when exported its different. Here are two different cases of this happening:
Property exported as method
Enum exported as integer value
See attached images. Why would the code change when its exported to a new project?