apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.61k stars 836 forks source link

Micronaut: Detect and report duplicated endpoint URI paths. #7090

Closed dbalek closed 5 months ago

dbalek commented 5 months ago

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). screenshot