CF2021 Code analyzer false error
Has anyone experienced a false error when running the analzer?
It returned an error for CFOBJECT saying "ColdFusion 2021 has modified the usage of system function CreateObject. The value 'corba' for the parameter 'type' has been removed."
When I look at the file higlighted it doesn't use corba. We don't use this on the whole site.
When I use the CF file containing this code it actually works and doesn't error so that doesn't explain why the analyzer picked it up.
The second error higlighted was with the CFDOCUMENT tag:
"ColdFusion 2021 has modified the usage of CFDocument tag. The usage of the attribute format="Flashpaper" has been retired."
Again, the file it highlighted doesn't use flashpaper, it uses PDF so I'm not sure why the analyzer considers this an error. Any ideas gratefully received. We're looking to upgrade to 2021 and want to be confident we've prepared for any code changes needed.
