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
_______________________________________________
jdee-devel mailing list
jdee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-devel

Reply via email to