123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- <?xml version="1.0" encoding="UTF-8"?>
- <jalopy>
- <general>
- <compliance>
- <version>14</version>
- </compliance>
- <style>
- <description>Acegi Security System for Spring</description>
- <name>acegisecurity</name>
- </style>
- </general>
- <inspector>
- <enable>true</enable>
- <naming>
- <classes>
- <abstract>[A-Z][a-zA-Z0-9]+</abstract>
- <general>[A-Z][a-zA-Z0-9]+</general>
- </classes>
- <fields>
- <default>[a-z][\w]+</default>
- <defaultStatic>[a-z][\w]+</defaultStatic>
- <defaultStaticFinal>[a-zA-Z][\w]+</defaultStaticFinal>
- <private>[a-z][\w]+</private>
- <privateStatic>[a-z][\w]+</privateStatic>
- <privateStaticFinal>[a-zA-Z][\w]+</privateStaticFinal>
- <protected>[a-z][\w]+</protected>
- <protectedStatic>[a-z][\w]+</protectedStatic>
- <protectedStaticFinal>[a-zA-Z][\w]+</protectedStaticFinal>
- <public>[a-z][\w]+</public>
- <publicStatic>[a-z][\w]+</publicStatic>
- <publicStaticFinal>[a-zA-Z][\w]+</publicStaticFinal>
- </fields>
- <interfaces>[A-Z][a-zA-Z0-9]+</interfaces>
- <labels>\w+</labels>
- <methods>
- <default>[a-z][\w]+</default>
- <defaultStatic>[a-z][\w]+</defaultStatic>
- <defaultStaticFinal>[a-z][\w]+</defaultStaticFinal>
- <private>[a-z][\w]+</private>
- <privateStatic>[a-z][\w]+</privateStatic>
- <privateStaticFinal>[a-z][\w]+</privateStaticFinal>
- <protected>[a-z][\w]+</protected>
- <protectedStatic>[a-z][\w]+</protectedStatic>
- <protectedStaticFinal>[a-z][\w]+</protectedStaticFinal>
- <public>[a-z][\w]+</public>
- <publicStatic>[a-z][\w]+</publicStatic>
- <publicStaticFinal>[a-z][\w]+</publicStaticFinal>
- </methods>
- <packages>[a-z]+(?:\.[a-z]+)*</packages>
- <parameters>
- <default>[a-z][\w]+</default>
- <final>[a-z][\w]+</final>
- </parameters>
- <variables>[a-z][\w]*</variables>
- </naming>
- <tips>
- <adhereToNamingConvention>true</adhereToNamingConvention>
- <alwaysOverrideEquals>true</alwaysOverrideEquals>
- <alwaysOverrideHashCode>true</alwaysOverrideHashCode>
- <avoidThreadGroups>true</avoidThreadGroups>
- <declareCollectionComment>true</declareCollectionComment>
- <dontIgnoreExceptions>true</dontIgnoreExceptions>
- <dontSubstituteObjectEquals>true</dontSubstituteObjectEquals>
- <neverDeclareException>true</neverDeclareException>
- <neverDeclareThrowable>true</neverDeclareThrowable>
- <neverInvokeWaitOutsideLoop>true</neverInvokeWaitOutsideLoop>
- <neverReturnZeroArrays>true</neverReturnZeroArrays>
- <neverUseEmptyFinally>true</neverUseEmptyFinally>
- <obeyContractEquals>true</obeyContractEquals>
- <overrideToString>true</overrideToString>
- <referToObjectsByInterface>true</referToObjectsByInterface>
- <replaceStructureWithClass>true</replaceStructureWithClass>
- <stringLiterallI18n>true</stringLiterallI18n>
- <useInterfaceOnlyForTypes>true</useInterfaceOnlyForTypes>
- <wrongCollectionComment>true</wrongCollectionComment>
- </tips>
- </inspector>
- <internal>
- <version>6</version>
- </internal>
- <messages>
- <priority>
- <general>40000</general>
- <parser>40000</parser>
- <parserJavadoc>40000</parserJavadoc>
- <printer>40000</printer>
- <printerJavadoc>40000</printerJavadoc>
- <transform>40000</transform>
- </priority>
- <showErrorStackTrace>true</showErrorStackTrace>
- </messages>
- <misc>
- <threadCount>1</threadCount>
- </misc>
- <printer>
- <alignment>
- <methodCallChain>true</methodCallChain>
- <parameterMethodDeclaration>false</parameterMethodDeclaration>
- <ternaryOperator>true</ternaryOperator>
- <variableAssignment>false</variableAssignment>
- <variableIdentifier>false</variableIdentifier>
- </alignment>
- <backup>
- <directory>bak</directory>
- <level>0</level>
- </backup>
- <blanklines>
- <after>
- <block>1</block>
- <braceLeft>0</braceLeft>
- <class>1</class>
- <declaration>0</declaration>
- <footer>1</footer>
- <header>1</header>
- <interface>1</interface>
- <lastImport>2</lastImport>
- <method>1</method>
- <package>1</package>
- </after>
- <before>
- <block>1</block>
- <braceRight>0</braceRight>
- <caseBlock>1</caseBlock>
- <comment>
- <javadoc>1</javadoc>
- <multiline>1</multiline>
- <singleline>1</singleline>
- </comment>
- <controlStatement>1</controlStatement>
- <declaration>1</declaration>
- <footer>0</footer>
- <header>0</header>
- </before>
- <keepUpTo>1</keepUpTo>
- </blanklines>
- <braces>
- <empty>
- <cuddle>true</cuddle>
- <insertStatement>false</insertStatement>
- </empty>
- <insert>
- <dowhile>true</dowhile>
- <for>true</for>
- <ifelse>true</ifelse>
- <while>true</while>
- </insert>
- <remove>
- <block>true</block>
- <dowhile>false</dowhile>
- <for>false</for>
- <ifelse>false</ifelse>
- <while>false</while>
- </remove>
- <treatDifferent>
- <methodClass>false</methodClass>
- <methodClassIfWrapped>false</methodClassIfWrapped>
- </treatDifferent>
- </braces>
- <chunks>
- <blanklines>true</blanklines>
- <comments>true</comments>
- </chunks>
- <comments>
- <format>
- <multiline>true</multiline>
- </format>
- <javadoc>
- <check>
- <innerclass>false</innerclass>
- <tags>true</tags>
- <throwsTags>true</throwsTags>
- </check>
- <fieldsShort>true</fieldsShort>
- <generate>
- <class>1</class>
- <constructor>0</constructor>
- <field>0</field>
- <method>0</method>
- </generate>
- <parseComments>true</parseComments>
- <tags>
- <in-line></in-line>
- <standard>@hibernate|@@SecurityConfig</standard>
- </tags>
- <templates>
- <method>
- <bottom> */</bottom>
- <exception> * @throws $exceptionType$ DOCUMENT ME!</exception>
- <param> * @param $paramType$ DOCUMENT ME!</param>
- <return> * @return DOCUMENT ME!</return>
- <top>/**| * DOCUMENT ME!</top>
- </method>
- </templates>
- </javadoc>
- <remove>
- <javadoc>false</javadoc>
- <multiline>false</multiline>
- <singleline>false</singleline>
- </remove>
- <separator>
- <fillCharacter>=</fillCharacter>
- <insert>true</insert>
- <insertRecursive>false</insertRecursive>
- <text>
- <class>Inner Classes</class>
- <constructor>Constructors</constructor>
- <field>Instance fields</field>
- <initializer>Instance initializers</initializer>
- <interface>Inner Interfaces</interface>
- <method>Methods</method>
- <static>Static fields/initializers</static>
- </text>
- </separator>
- </comments>
- <environment></environment>
- <footer>
- <keys></keys>
- <smartMode>0</smartMode>
- <use>false</use>
- </footer>
- <header>
- <keys>Acegi Technology Pty Limited|Created on|To change the template for this generated|Apache Software License</keys>
- <smartMode>0</smartMode>
- <text>/* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited| *| * Licensed under the Apache License, Version 2.0 (the "License");| * you may not use this file except in compliance with the License.| * You may obtain a copy of the License at| *| * http://www.apache.org/licenses/LICENSE-2.0| *| * Unless required by applicable law or agreed to in writing, software| * distributed under the License is distributed on an "AS IS" BASIS,| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.| * See the License for the specific language governing permissions and| * limitations under the License.| */</text>
- <use>true</use>
- </header>
- <history>
- <policy>disabled</policy>
- </history>
- <imports>
- <grouping>
- <defaultDepth>3</defaultDepth>
- <packages>*:0|gnu:2|java:2|javax:2</packages>
- </grouping>
- <policy>disabled</policy>
- <sort>true</sort>
- </imports>
- <indentation>
- <caseFromSwitch>false</caseFromSwitch>
- <continuation>
- <block>false</block>
- <operator>false</operator>
- </continuation>
- <firstColumnComments>false</firstColumnComments>
- <label>false</label>
- <policy>
- <deep>false</deep>
- </policy>
- <sizes>
- <braceCuddled>1</braceCuddled>
- <braceLeft>1</braceLeft>
- <braceRight>0</braceRight>
- <braceRightAfter>1</braceRightAfter>
- <continuation>4</continuation>
- <deep>55</deep>
- <extends>-1</extends>
- <general>4</general>
- <implements>-1</implements>
- <leading>0</leading>
- <tabs>8</tabs>
- <throws>-1</throws>
- <trailingComment>1</trailingComment>
- </sizes>
- <tabs>
- <enable>false</enable>
- <onlyLeading>false</onlyLeading>
- </tabs>
- </indentation>
- <misc>
- <arrayBracketsAfterIdent>false</arrayBracketsAfterIdent>
- <forceFormatting>false</forceFormatting>
- <insertExpressionParentheses>true</insertExpressionParentheses>
- <insertLoggingConditional>true</insertLoggingConditional>
- <insertTrailingNewline>true</insertTrailingNewline>
- <insertUID>false</insertUID>
- </misc>
- <sorting>
- <declaration>
- <class>true</class>
- <constructor>true</constructor>
- <enable>true</enable>
- <interface>true</interface>
- <method>true</method>
- <order>static|field|initializer|constructor|method|interface|class|annotation|enum</order>
- <variable>true</variable>
- </declaration>
- <modifier>
- <enable>false</enable>
- <order>public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp</order>
- </modifier>
- </sorting>
- <whitespace>
- <after>
- <comma>true</comma>
- <semicolon>true</semicolon>
- <typeCast>true</typeCast>
- </after>
- <before>
- <braces>true</braces>
- <brackets>false</brackets>
- <bracketsTypes>false</bracketsTypes>
- <caseColon>false</caseColon>
- <operator>
- <not>false</not>
- </operator>
- <parentheses>
- <methodCall>false</methodCall>
- <methodDeclaration>false</methodDeclaration>
- <statement>true</statement>
- </parentheses>
- </before>
- <padding>
- <braces>false</braces>
- <brackets>false</brackets>
- <operator>
- <assignment>true</assignment>
- <bitwise>true</bitwise>
- <logical>true</logical>
- <mathematical>true</mathematical>
- <relational>true</relational>
- <shift>true</shift>
- </operator>
- <parenthesis>false</parenthesis>
- <typeCast>false</typeCast>
- </padding>
- </whitespace>
- <wrapping>
- <always>
- <after>
- <arrayElement>0</arrayElement>
- <braceRight>false</braceRight>
- <extendsTypes>false</extendsTypes>
- <implementsTypes>false</implementsTypes>
- <label>true</label>
- <methodCallChained>false</methodCallChained>
- <ternaryOperator>
- <first>false</first>
- <second>false</second>
- </ternaryOperator>
- <throwsTypes>false</throwsTypes>
- </after>
- <before>
- <braceLeft>false</braceLeft>
- <extends>false</extends>
- <implements>false</implements>
- <throws>false</throws>
- </before>
- <parameter>
- <methodCall>false</methodCall>
- <methodCallNested>false</methodCallNested>
- <methodDeclaration>false</methodDeclaration>
- </parameter>
- </always>
- <anon>
- <align>
- <after>2147483647</after>
- </align>
- <lcurly>
- <newline>true</newline>
- </lcurly>
- </anon>
- <anondef>
- <align>
- <after>2147483647</after>
- </align>
- <lcurly>
- <nonewline>true</nonewline>
- </lcurly>
- </anondef>
- <enum>
- <align>
- <after>2147483647</after>
- </align>
- <lcurly>
- <nonewline>true</nonewline>
- </lcurly>
- </enum>
- <general>
- <beforeOperator>true</beforeOperator>
- <enable>true</enable>
- <lineLength>120</lineLength>
- </general>
- <ondemand>
- <after>
- <assignment>false</assignment>
- <leftParenthesis>false</leftParenthesis>
- <parameter>false</parameter>
- <types>
- <extends>false</extends>
- <implements>false</implements>
- <throws>false</throws>
- </types>
- </after>
- <before>
- <rightParenthesis>false</rightParenthesis>
- </before>
- <deep>
- <parameter>false</parameter>
- </deep>
- <groupingParentheses>false</groupingParentheses>
- <hard>
- <parameter>false</parameter>
- </hard>
- </ondemand>
- </wrapping>
- </printer>
- </jalopy>
|