-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: refactoringtype: enhancement
Milestone
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.
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: refactoringtype: enhancement