Add checks for deprecated / removed extensions
Sometimes extensions are removed from the core (sysext). We can check all the Class usages, whether they use the extension. Also we can check some method calls checking for extensions to be loaded / existing.
We should throw an error for classes and a warning for methods checking for existence.