BTW until someone can figure out an easy way to get IDEA to format code according to the checkstyle settings - I think we should disable it by default.
Has anyone figured out how to get IDEA to play nice? I tried following the instructions, using the checkstyle plugin for IDEA - but checking the style is totally different from configuring the code style that the IDE uses when reformatting files. 2008/11/22 Claus Ibsen <[EMAIL PROTECTED]>: > Hi > > Checkstyle has been enabled when doing maven install and now I have a > catch-22 situation. > > It want's that a field in HttpOperationFailedException should be > declared final but it can not, as it's optional and there is a setter > for it. > > [INFO] Starting audit... > D:\project\camel\components\camel-http\src\main\java\org\apache\camel\component\http\HttpOperationFailedException.java:29:5: > The field 'responseBody' must be declared final. > Audit done. > > /Claus Ibsen > Apache Camel Committer > Blog: http://davsclaus.blogspot.com/ > -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
