Java
Usage of service not declared in 'module-info'
Warning
New
Last modified: 03 December 2024 Reports situations in which a service is loaded with java.util.ServiceLoader
but it isn't declared with the uses
clause in the module-info.java
file and suggests inserting it.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
Java9UndeclaredServiceUsage
This inspection depends on the Java feature 'Modules', which is available since Java 9.
New in 2018.1
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!
Was this page helpful?