I was asked to update a managed package created circa 2012 and last updated circa 2015. Upon logging in to review the app, I received an error message "Bad References Found. Please press Recompile All or edit and resave the following items" with reference to 4 Apex Classes. One of them appears to leverage API 3.7. Where do I find details on the impact of clicking the 'Recompile All' button?
1 answer
Hi @Joe Garetto
As per my understanding, there shouldn't be any impact when you click on recompile all button. Compiling all classes from Setup now produces consistent compilation output as compared with other compilation mechanisms, such as metadata deployment or on-demand compilation.
Thanks!