Reports the following problems when retrieving services:
- Attempts to retrieve an unregistered service
- Mismatch when retrieving a service: attempting to get a project-level service as an application-level service, or vice versa.
- Getting service call can be replaced with a call to an existing static
getInstance()
or getInstance(Project)
method.
New in 2023.2