This is an automated email from the ASF dual-hosted git repository. dbalek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 5de8e61a014f4f50903e681036d8751361c83460 Merge: 30e2275aee adde5d9277 Author: Dusan Balek <[email protected]> AuthorDate: Wed Feb 21 15:35:25 2024 +0100 Merge pull request #7090 from dbalek/dbalek/micronaut-duplicate-endpoints-warnings Micronaut: Detect and report duplicated endpoint URI paths. .../completion/MicronautDataCompletionTask.java | 13 +++- .../org/netbeans/modules/micronaut/db/Utils.java | 3 +- .../symbol/MicronautStructureProvider.java | 2 +- .../symbol/MicronautSymbolErrorProvider.java | 74 ++++++++++++++++++++++ .../micronaut/symbol/MicronautSymbolFinder.java | 14 +++- .../micronaut/symbol/MicronautSymbolSearcher.java | 67 ++++++++++++++++++-- .../server/protocol/TextDocumentServiceImpl.java | 14 ++-- 7 files changed, 169 insertions(+), 18 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
