You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sean O'Callaghan (JIRA)" <ji...@apache.org> on 2007/01/31 15:38:06 UTC

[jira] Resolved: (CXF-237) Problem with checkstyle organisation of imports

     [ https://issues.apache.org/jira/browse/CXF-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan resolved CXF-237.
----------------------------------

    Resolution: Fixed

merged a fix

> Problem with checkstyle organisation of imports
> -----------------------------------------------
>
>                 Key: CXF-237
>                 URL: https://issues.apache.org/jira/browse/CXF-237
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0-RC
>            Reporter: Sean O'Callaghan
>         Assigned To: Sean O'Callaghan
>            Priority: Minor
>             Fix For: 2.0-RC
>
>
> The checkstyle.xml  should read:
> <module name="ImportOrder">
>             <property name="groups" value="java,javax,org.w3c,org.xml,junit,com,org"/>
>             <property name="ordered" value="true"/>
>  </module>
> in order to match
> \etc\eclipse\CXF.importorder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.