ImportOrder import static

jamurph <[email protected]>
Newsgroups gmane.comp.java.audit.checkstyle.user
Message-ID <[email protected]>
I've got a checkstyle rule which works fine for until I try 

import static org.example.Blah;


        <module name="ImportOrder">
            <property name="groups"
value="java,javax,jcsp,jdbm,junit,com,net,org,uk" />
            <property name="ordered" value="true"/>
            <property name="severity" value="info"/>
            <property name="separated" value="true" />
        </module>

I tried to change the ImportOrder group property to 

            <property name="groups" value="static
org,java,javax,jcsp,jdbm,junit,com,net,org,uk" />

but it didn't work, any help much appreciated

-- 
View this message in context: http://www.nabble.com/ImportOrder-import-static-tf3777201.html#a10680678
Sent from the CheckStyle - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
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.