Java
Incorrect @Path URI template
Warning
Code Style
New
Last modified: 03 December 2024Reports syntax errors and unused URI templates inside @Path
annotations.
Example:
@GET
@Path("/{unused}") // Template 'unused' is never used
public String get() {
return "";
}
- 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.
PathAnnotation
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Jakarta EE: RESTful Web Services (JAX-RS), 243.23126 |
Thanks for your feedback!
Was this page helpful?