GNU bug report logs -
#24671
java-mode confused by non-trivial generics
Previous Next
Reported by: Daniel Colascione <dancol <at> dancol.org>
Date: Wed, 12 Oct 2016 00:25:02 UTC
Severity: normal
Tags: fixed
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello, Lars
In article <mailman.2400.1564236126.2688.bug-gnu-emacs <at> gnu.org> you wrote:
> Daniel Colascione <dancol <at> dancol.org> writes:
>> For the following code
>>
>> class Foo {
>> public List<Class<? extends Bar<? extends Qux>>> getBars() {
>> return null;
>> }
>> }
>>
>> I expect the `<' and `>' to be assigned paren syntax, but they are not. Emacs
>> is latest master.
> When I try this in Emacs 27, the < and > characters are fontied the same
> way as the parentheses in the example, so I'm guessing that this has
> been fixed and is closing this bug report. If you're still seeing this
> problem, please reopen.
I think the bug should be reopened: it was about the syntax on < and >
rather than the fontification.
If you put point in front of any of the <s, you should be able to
execute C-M-f, moving to the matching >.
This doesn't happen in the current scenario because the closing >s,
written without intervening spaces, get confused with the Java shift
right operator ">>>". If you insert a space into that triplet, the
syntax comes back again.
This will be easy to fix.
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog: http://lars.ingebrigtsen.no
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 5 years and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.