Adding a support for detecting and reporting duplicated URI paths in HTTP endpoints. Currently, warnings are displayed (1) on the corresponding annotations (for the endpoint methods directly annotated with Get/Delete/Put/Post/... annotations) or (2) on the endpoint method name spans (for the endpoint methods annotated indirectly by implementing annotated methods from interfaces).
Adding a support for detecting and reporting duplicated URI paths in HTTP endpoints. Currently, warnings are displayed (1) on the corresponding annotations (for the endpoint methods directly annotated with Get/Delete/Put/Post/... annotations) or (2) on the endpoint method name spans (for the endpoint methods annotated indirectly by implementing annotated methods from interfaces).