GNU bug report logs - #24671
java-mode confused by non-trivial generics

Previous Next

Package: emacs;

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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Colascione <dancol <at> dancol.org>
To: bug-gnu-emacs <at> gnu.org
Subject: java-mode confused by non-trivial generics
Date: Tue, 11 Oct 2016 17:23:56 -0700
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.




This bug report was last modified 5 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.