Inspectopedia Help

Unresolved @PathParam reference

Reports @PathParam parameters that are declared in a method signature and missing in the URL path or visa versa.

Example:

@Get("/path/{myVariable}/") public String handler(@PathParam("name_is_not_equal_to_myVariable") String myVariable) { // Error return "..."; }

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Jakarta EE: RESTful Web Services (JAX-RS), 233.SNAPSHOT

Last modified: 13 July 2023