Inspectopedia
 
2024.3

Unresolved @PathVariable reference

Warning
Reliability
New
Last modified: 03 December 2024

Reports @PathVariable parameters that are declared in a method signature and missing in the URL path or vise versa. The quick-fix adds the missing parameter.

Example:

After the quick-fix is applied the result looks like: