I currently use Geany for Java development, but it doesn't quite recognize records. It gets the initial record declaration correctly, but ignores everything else, including additional constructors, etc. Any solutions to this?
The Java parser doesn't recognise records at all. For the example(thanks Oracle website) I used the symbols showed a record as a method, not a class. The Java parser is very old and upstream uctags, where most of the parsers come from, doesn't have a Java parser. It was hacked into a C parser, and I don't think it has been maintained much since, I didn't see any changes relating to the Java parser functionality since 2016 (which is as far back as I went).
It needs someone to own and maintain it.
Cheers Lex
On Tue, 21 Nov 2023 at 17:43, novastarlight100--- via Users users@lists.geany.org wrote:
I currently use Geany for Java development, but it doesn't quite recognize records. It gets the initial record declaration correctly, but ignores everything else, including additional constructors, etc. Any solutions to this? _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org