The Java Web Start technology was removed from JDK 11. Applications using Web Start can use OpenWebStart, or they can transition to other deployment technologies such as jlink for desktop applications.
This rule detects any usage of .jnlp files in an application and flags this rule once per application.
For more information on the removal of Web Start, see the Java 11 Migration Guide:Removal of the Deployment Stack.