jdk 5 Generics/annotation issue.

Daniel Flesner <[email protected]>
Newsgroups gmane.emacs.jdee.devel
Organization agriroots.com
Message-ID <[email protected]>
an item to put on the bug list:

the annotations/generics indenting seems to be broken. both
(c-indent-line-or-region) and (indent-region) mis-format the following:

currently:

    @XmlElement
        public List<T> getList() {
        return this.list;
    }


correct:

    @XmlElement
    public List<T> getList() {
        return this.list;
    }

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.