~ubuntu-branches/ubuntu/quantal/cobertura/quantal

« back to all changes in this revision

Viewing changes to etc/jalopy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yulia Novozhilova
  • Date: 2009-06-24 13:56:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090624135629-hgvo8631yye7ofj3
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<jalopy>
 
3
    <general>
 
4
        <compliance>
 
5
            <version>13</version>
 
6
        </compliance>
 
7
        <style>
 
8
            <description>Cobertura source code conventions</description>
 
9
            <name>Cobertura</name>
 
10
        </style>
 
11
    </general>
 
12
    <inspector>
 
13
        <enable>false</enable>
 
14
        <naming>
 
15
            <classes>
 
16
                <abstract>[A-Z][a-zA-Z0-9]+</abstract>
 
17
                <general>[A-Z][a-zA-Z0-9]+</general>
 
18
            </classes>
 
19
            <fields>
 
20
                <default>[a-z][\w]+</default>
 
21
                <defaultStatic>[a-z][\w]+</defaultStatic>
 
22
                <defaultStaticFinal>[a-zA-Z][\w]+</defaultStaticFinal>
 
23
                <private>[a-z][\w]+</private>
 
24
                <privateStatic>[a-z][\w]+</privateStatic>
 
25
                <privateStaticFinal>[a-zA-Z][\w]+</privateStaticFinal>
 
26
                <protected>[a-z][\w]+</protected>
 
27
                <protectedStatic>[a-z][\w]+</protectedStatic>
 
28
                <protectedStaticFinal>[a-zA-Z][\w]+</protectedStaticFinal>
 
29
                <public>[a-z][\w]+</public>
 
30
                <publicStatic>[a-z][\w]+</publicStatic>
 
31
                <publicStaticFinal>[a-zA-Z][\w]+</publicStaticFinal>
 
32
            </fields>
 
33
            <interfaces>[A-Z][a-zA-Z0-9]+</interfaces>
 
34
            <labels>\w+</labels>
 
35
            <methods>
 
36
                <default>[a-z][\w]+</default>
 
37
                <defaultStatic>[a-z][\w]+</defaultStatic>
 
38
                <defaultStaticFinal>[a-z][\w]+</defaultStaticFinal>
 
39
                <private>[a-z][\w]+</private>
 
40
                <privateStatic>[a-z][\w]+</privateStatic>
 
41
                <privateStaticFinal>[a-z][\w]+</privateStaticFinal>
 
42
                <protected>[a-z][\w]+</protected>
 
43
                <protectedStatic>[a-z][\w]+</protectedStatic>
 
44
                <protectedStaticFinal>[a-z][\w]+</protectedStaticFinal>
 
45
                <public>[a-z][\w]+</public>
 
46
                <publicStatic>[a-z][\w]+</publicStatic>
 
47
                <publicStaticFinal>[a-z][\w]+</publicStaticFinal>
 
48
            </methods>
 
49
            <packages>[a-z]+(?:\.[a-z]+)*</packages>
 
50
            <parameters>
 
51
                <default>[a-z][\w]+</default>
 
52
                <final>[a-z][\w]+</final>
 
53
            </parameters>
 
54
            <variables>[a-z][\w]*</variables>
 
55
        </naming>
 
56
        <tips>
 
57
            <adhereToNamingConvention>false</adhereToNamingConvention>
 
58
            <alwaysOverrideHashCode>false</alwaysOverrideHashCode>
 
59
            <avoidThreadGroups>false</avoidThreadGroups>
 
60
            <declareCollectionComment>false</declareCollectionComment>
 
61
            <dontIgnoreExceptions>false</dontIgnoreExceptions>
 
62
            <dontSubstituteObjectEquals>false</dontSubstituteObjectEquals>
 
63
            <neverDeclareException>false</neverDeclareException>
 
64
            <neverDeclareThrowable>false</neverDeclareThrowable>
 
65
            <neverInvokeWaitOutsideLoop>false</neverInvokeWaitOutsideLoop>
 
66
            <neverReturnZeroArrays>false</neverReturnZeroArrays>
 
67
            <neverUseEmptyFinally>false</neverUseEmptyFinally>
 
68
            <obeyContractEquals>false</obeyContractEquals>
 
69
            <overrideToString>false</overrideToString>
 
70
            <referToObjectsByInterface>false</referToObjectsByInterface>
 
71
            <replaceStructureWithClass>false</replaceStructureWithClass>
 
72
            <stringLiterallI18n>false</stringLiterallI18n>
 
73
            <useInterfaceOnlyForTypes>false</useInterfaceOnlyForTypes>
 
74
            <wrongCollectionComment>false</wrongCollectionComment>
 
75
        </tips>
 
76
    </inspector>
 
77
    <internal>
 
78
        <version>6</version>
 
79
    </internal>
 
80
    <messages>
 
81
        <priority>
 
82
            <general>30000</general>
 
83
            <parser>30000</parser>
 
84
            <parserJavadoc>30000</parserJavadoc>
 
85
            <printer>30000</printer>
 
86
            <printerJavadoc>30000</printerJavadoc>
 
87
            <transform>30000</transform>
 
88
        </priority>
 
89
        <showErrorStackTrace>true</showErrorStackTrace>
 
90
    </messages>
 
91
    <misc>
 
92
        <threadCount>1</threadCount>
 
93
    </misc>
 
94
    <printer>
 
95
        <alignment>
 
96
            <methodCallChain>false</methodCallChain>
 
97
            <parameterMethodDeclaration>false</parameterMethodDeclaration>
 
98
            <ternaryOperator>false</ternaryOperator>
 
99
            <variableAssignment>false</variableAssignment>
 
100
            <variableIdentifier>false</variableIdentifier>
 
101
        </alignment>
 
102
        <backup>
 
103
            <directory>bak</directory>
 
104
            <level>0</level>
 
105
        </backup>
 
106
        <blanklines>
 
107
            <after>
 
108
                <block>1</block>
 
109
                <braceLeft>0</braceLeft>
 
110
                <class>1</class>
 
111
                <declaration>0</declaration>
 
112
                <footer>1</footer>
 
113
                <header>0</header>
 
114
                <interface>1</interface>
 
115
                <lastImport>1</lastImport>
 
116
                <method>1</method>
 
117
                <package>1</package>
 
118
            </after>
 
119
            <before>
 
120
                <block>1</block>
 
121
                <braceRight>0</braceRight>
 
122
                <caseBlock>1</caseBlock>
 
123
                <comment>
 
124
                    <javadoc>1</javadoc>
 
125
                    <multiline>1</multiline>
 
126
                    <singleline>1</singleline>
 
127
                </comment>
 
128
                <controlStatement>1</controlStatement>
 
129
                <declaration>1</declaration>
 
130
                <footer>0</footer>
 
131
                <header>0</header>
 
132
            </before>
 
133
            <keepUpTo>3</keepUpTo>
 
134
        </blanklines>
 
135
        <braces>
 
136
            <empty>
 
137
                <cuddle>false</cuddle>
 
138
                <insertStatement>false</insertStatement>
 
139
            </empty>
 
140
            <insert>
 
141
                <dowhile>true</dowhile>
 
142
                <for>true</for>
 
143
                <ifelse>false</ifelse>
 
144
                <while>true</while>
 
145
            </insert>
 
146
            <remove>
 
147
                <block>true</block>
 
148
                <dowhile>false</dowhile>
 
149
                <for>false</for>
 
150
                <ifelse>false</ifelse>
 
151
                <while>false</while>
 
152
            </remove>
 
153
            <treatDifferent>
 
154
                <methodClass>false</methodClass>
 
155
                <methodClassIfWrapped>false</methodClassIfWrapped>
 
156
            </treatDifferent>
 
157
        </braces>
 
158
        <chunks>
 
159
            <blanklines>true</blanklines>
 
160
            <comments>true</comments>
 
161
        </chunks>
 
162
        <comments>
 
163
            <format>
 
164
                <multiline>false</multiline>
 
165
            </format>
 
166
            <javadoc>
 
167
                <check>
 
168
                    <innerclass>false</innerclass>
 
169
                    <tags>true</tags>
 
170
                    <throwsTags>true</throwsTags>
 
171
                </check>
 
172
                <fieldsShort>false</fieldsShort>
 
173
                <generate>
 
174
                    <class>0</class>
 
175
                    <constructor>0</constructor>
 
176
                    <field>0</field>
 
177
                    <method>0</method>
 
178
                </generate>
 
179
                <parseComments>false</parseComments>
 
180
                <tags>
 
181
                    <in-line />
 
182
                    <standard />
 
183
                </tags>
 
184
                <templates>
 
185
                    <method>
 
186
                        <bottom> */</bottom>
 
187
                        <exception> * @throws $exceptionType$ DOCUMENT ME!</exception>
 
188
                        <param> * @param $paramType$ DOCUMENT ME!</param>
 
189
                        <return> * @return DOCUMENT ME!</return>
 
190
                        <top>/**| * DOCUMENT ME!</top>
 
191
                    </method>
 
192
                </templates>
 
193
            </javadoc>
 
194
            <remove>
 
195
                <javadoc>false</javadoc>
 
196
                <multiline>false</multiline>
 
197
                <singleline>false</singleline>
 
198
            </remove>
 
199
            <separator>
 
200
                <fillCharacter>-</fillCharacter>
 
201
                <insert>false</insert>
 
202
                <insertRecursive>false</insertRecursive>
 
203
                <text>
 
204
                    <class>Inner Classes</class>
 
205
                    <constructor>Constructors</constructor>
 
206
                    <field>Instance fields</field>
 
207
                    <initializer>Instance initializers</initializer>
 
208
                    <interface>Inner Interfaces</interface>
 
209
                    <method>Methods</method>
 
210
                    <static>Static fields/initializers</static>
 
211
                </text>
 
212
            </separator>
 
213
        </comments>
 
214
        <environment />
 
215
        <footer>
 
216
            <keys />
 
217
            <smartMode>0</smartMode>
 
218
            <use>false</use>
 
219
        </footer>
 
220
        <header>
 
221
            <keys />
 
222
            <smartMode>0</smartMode>
 
223
            <use>false</use>
 
224
        </header>
 
225
        <history>
 
226
            <policy>disabled</policy>
 
227
        </history>
 
228
        <imports>
 
229
            <grouping>
 
230
                <defaultDepth>2</defaultDepth>
 
231
                <packages>*:0|gnu:2|java:2|javax:2</packages>
 
232
            </grouping>
 
233
            <policy>disabled</policy>
 
234
            <sort>true</sort>
 
235
        </imports>
 
236
        <indentation>
 
237
            <caseFromSwitch>true</caseFromSwitch>
 
238
            <continuation>
 
239
                <block>true</block>
 
240
                <operator>true</operator>
 
241
            </continuation>
 
242
            <firstColumnComments>false</firstColumnComments>
 
243
            <label>false</label>
 
244
            <policy>
 
245
                <deep>false</deep>
 
246
            </policy>
 
247
            <sizes>
 
248
                <braceCuddled>1</braceCuddled>
 
249
                <braceLeft>0</braceLeft>
 
250
                <braceRight>0</braceRight>
 
251
                <braceRightAfter>0</braceRightAfter>
 
252
                <continuation>4</continuation>
 
253
                <deep>55</deep>
 
254
                <extends>-1</extends>
 
255
                <general>4</general>
 
256
                <implements>-1</implements>
 
257
                <leading>0</leading>
 
258
                <tabs>8</tabs>
 
259
                <throws>-1</throws>
 
260
                <trailingComment>1</trailingComment>
 
261
            </sizes>
 
262
            <tabs>
 
263
                <enable>true</enable>
 
264
                <onlyLeading>true</onlyLeading>
 
265
            </tabs>
 
266
        </indentation>
 
267
        <misc>
 
268
            <arrayBracketsAfterIdent>false</arrayBracketsAfterIdent>
 
269
            <forceFormatting>false</forceFormatting>
 
270
            <insertExpressionParentheses>true</insertExpressionParentheses>
 
271
            <insertLoggingConditional>false</insertLoggingConditional>
 
272
            <insertTrailingNewline>true</insertTrailingNewline>
 
273
            <insertUID>false</insertUID>
 
274
        </misc>
 
275
        <sorting>
 
276
            <declaration>
 
277
                <class>true</class>
 
278
                <constructor>true</constructor>
 
279
                <enable>false</enable>
 
280
                <interface>true</interface>
 
281
                <method>true</method>
 
282
                <order>static|field|initializer|constructor|method|interface|class</order>
 
283
                <variable>true</variable>
 
284
            </declaration>
 
285
            <modifier>
 
286
                <enable>false</enable>
 
287
                <order>public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp</order>
 
288
            </modifier>
 
289
        </sorting>
 
290
        <whitespace>
 
291
            <after>
 
292
                <comma>true</comma>
 
293
                <semicolon>true</semicolon>
 
294
                <typeCast>false</typeCast>
 
295
            </after>
 
296
            <before>
 
297
                <braces>true</braces>
 
298
                <brackets>false</brackets>
 
299
                <bracketsTypes>false</bracketsTypes>
 
300
                <caseColon>false</caseColon>
 
301
                <operator>
 
302
                    <not>false</not>
 
303
                </operator>
 
304
                <parentheses>
 
305
                    <methodCall>false</methodCall>
 
306
                    <methodDeclaration>false</methodDeclaration>
 
307
                    <statement>true</statement>
 
308
                </parentheses>
 
309
            </before>
 
310
            <padding>
 
311
                <braces>true</braces>
 
312
                <brackets>false</brackets>
 
313
                <operator>
 
314
                    <assignment>true</assignment>
 
315
                    <bitwise>true</bitwise>
 
316
                    <logical>true</logical>
 
317
                    <mathematical>true</mathematical>
 
318
                    <relational>true</relational>
 
319
                    <shift>true</shift>
 
320
                </operator>
 
321
                <parenthesis>false</parenthesis>
 
322
                <typeCast>false</typeCast>
 
323
            </padding>
 
324
        </whitespace>
 
325
        <wrapping>
 
326
            <always>
 
327
                <after>
 
328
                    <arrayElement>2147483647</arrayElement>
 
329
                    <braceRight>true</braceRight>
 
330
                    <extendsTypes>false</extendsTypes>
 
331
                    <implementsTypes>false</implementsTypes>
 
332
                    <label>true</label>
 
333
                    <methodCallChained>false</methodCallChained>
 
334
                    <ternaryOperator>
 
335
                        <first>false</first>
 
336
                        <second>false</second>
 
337
                    </ternaryOperator>
 
338
                    <throwsTypes>false</throwsTypes>
 
339
                </after>
 
340
                <before>
 
341
                    <braceLeft>true</braceLeft>
 
342
                    <extends>false</extends>
 
343
                    <implements>false</implements>
 
344
                    <throws>false</throws>
 
345
                </before>
 
346
                <parameter>
 
347
                    <methodCall>false</methodCall>
 
348
                    <methodCallNested>false</methodCallNested>
 
349
                    <methodDeclaration>false</methodDeclaration>
 
350
                </parameter>
 
351
            </always>
 
352
            <general>
 
353
                <beforeOperator>false</beforeOperator>
 
354
                <enable>true</enable>
 
355
                <lineLength>78</lineLength>
 
356
            </general>
 
357
            <ondemand>
 
358
                <after>
 
359
                    <assignment>true</assignment>
 
360
                    <leftParenthesis>false</leftParenthesis>
 
361
                    <parameter>false</parameter>
 
362
                    <types>
 
363
                        <extends>false</extends>
 
364
                        <implements>false</implements>
 
365
                        <throws>false</throws>
 
366
                    </types>
 
367
                </after>
 
368
                <before>
 
369
                    <rightParenthesis>false</rightParenthesis>
 
370
                </before>
 
371
                <groupingParentheses>false</groupingParentheses>
 
372
            </ondemand>
 
373
        </wrapping>
 
374
    </printer>
 
375
</jalopy>
 
376