Multiple quick fixes offered for @RequestMapping
into GetMapping
etc
#1107
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: refactoring
type: enhancement
Milestone
Currently OR only allows for converting
@RequestMapping
into precise mapping if only one Request Method is inferred from the@RequestMapping
. However, if there are multiple request methods such@RequestMapping
without the method parameter then it'd be useful to show a reconcile problem and offer quick fix for each method type.Might be of some use flag all
@RequestMapping
annotations over methods and offer multiple quick fixes for@RequestMapping
that has explicitly specified multiple request methods.The text was updated successfully, but these errors were encountered: