Spring MVC
- Mismatch in @PathVariable declarations and usages
Reports @PathVariable parameters that are declared in the method signature but are absent in the URL path or vice versa.
- Non-void @InitBinder method
Reports Spring MVC Controller methods annotated with @InitBinder that are not declared as void.
- Unresolved view reference
Reports unresolved Spring MVC View references.
Last modified: 11 September 2024