Bug? Missing Custom View not checked at compile time

Alessandro71

Well-Known Member
Licensed User
Longtime User
By error, I removed from my project a Custom View module, that was referenced in a .bal file.
I received no warning in the IDE and the project compiled fine.
I noticed the issue only after publishing to the Play Store and receiving a Pre-launch report with java.lang.RuntimeException: java.lang.ClassNotFoundException:
Is it possible to have a warning at compile time?
 
Top