]> git.eshelyaron.com Git - emacs.git/commit
Fix finding tags by 'etags' in Java source code
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2024 08:59:28 +0000 (11:59 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:11:20 +0000 (16:11 +0200)
commit4f06bfe915cc20a046daa307a1640e6a4d1047c0
tree7c55611d1caeb4ad7c7fb6ceb5003414984f8a99
parent93f5ccf19ef6bff86249c44b2c062ff85eb5882f
Fix finding tags by 'etags' in Java source code

* lib-src/etags.c (C_entries): A comma is not special inside class
parameters <..>.  (Bug#72402)
(hash, in_word_set): Regenerated after adding "@SuppressWarnings"
to wordlist[].  This avoids missing tags preceded by
"@SuppressWarnings".

(cherry picked from commit 754d83d981f7ba28a05b5ce37307ead4596ec95f)
lib-src/etags.c