Closed
Description
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.