Uh oh!
There was an error while loading. Please reload this page.
forked from physikerwelt/MathMLQueryGenerator
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcheckstyle.xml
More file actions
Latest commit
184 lines (183 loc) · 8.76 KB
/
Copy pathcheckstyle.xml
File metadata and controls
184 lines (183 loc) · 8.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013-2016 University of Konstanz. All Rights Reserved.
This software is the proprietary information of University of Konstanz.
Use is subject to license terms.
-->
<!--
Checkstyle-Configuration: MathML Query Generator Configuration (local)
-->
<!DOCTYPEmodule PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<modulename="Checker">
<propertyname="severity"value="error" />
<modulename="RegexpHeader">
<metadataname="com.atlassw.tools.eclipse.checkstyle.comment"
value="Missing or incorrect header" />
<propertyname="severity"value="warning" />
<propertyname="header"value="^/\*$\n^ \* @\(#\)([A-Z][A-Za-z0-9_]*|package-info)\.java[ ]{3}[0-9]+\.[0-9]+[ ]{3}[A-Z][a-z]{2}[ ][0-9]{1,2},[ ][0-9]{4,}$\n^ \*$\n^ \* Copyright \(c\) ([0-9]{4,}-)?1997 University of Wisconsin\.$\n^ \* Copyright \(c\) ([0-9]{4,}-)?2006 Purdue University\.$\n^ \* Copyright \(c\) ([0-9]{4,}-)?2013-2016 University of Konstanz\.$\n^ \*$\n^ \* This software is the proprietary information of the above-mentioned institutions\.$\n^ \* Use is subject to license terms\. Please refer to the included copyright notice\.$\n^ \*/$\n" />
</module>
<modulename="RegexpMultiline">
<propertyname="format"value="^.*@\(#\)[ ]?([A-Z][A-Za-z0-9_]*)\.java.*$(.*\r?\n)*^.*(class|interface|enum)[ ]\1.*$" />
<propertyname="message"value="Header comment does not match file name" />
<propertyname="severity"value="warning" />
<propertyname="minimum"value="1" />
<propertyname="maximum"value="1" />
</module>
<modulename="RegexpMultiline">
<propertyname="format"value="\r?\n[ \t]*\r?\n[ \t]*\}"/>
<propertyname="message"value="Newline before closing brace"/>
<propertyname="severity"value="error" />
</module>
<modulename="FileLength" />
<modulename="FileTabCharacter" />
<modulename="TreeWalker">
<modulename="Regexp">
<propertyname="format"value="(^|[^*])[ \t]+$"/>
<propertyname="message"value="Trailing whitespace"/>
<propertyname="illegalPattern"value="true"/>
</module>
<modulename="Regexp">
<propertyname="format"value="\r\n"/>
<propertyname="message"value="Windows newline"/>
<propertyname="illegalPattern"value="true"/>
</module>
<modulename="ArrayTypeStyle" />
<modulename="ModifierOrder" />
<modulename="RedundantModifier" />
<modulename="UpperEll" />
<modulename="AvoidNestedBlocks" />
<modulename="EmptyBlock">
<propertyname="option"value="text" />
</module>
<modulename="LeftCurly" />
<modulename="NeedBraces" />
<modulename="RightCurly" />
<modulename="EqualsHashCode" />
<modulename="IllegalInstantiation" />
<modulename="InnerAssignment" />
<modulename="MissingSwitchDefault" />
<modulename="SimplifyBooleanExpression" />
<modulename="SimplifyBooleanReturn" />
<modulename="StringLiteralEquality" />
<modulename="AvoidStarImport" />
<modulename="AvoidStaticImport">
<propertyname="excludes"value="org.junit.Assert.*"/>
</module>
<modulename="IllegalImport" />
<modulename="RedundantImport" />
<modulename="UnusedImports" />
<modulename="JavadocType">
<propertyname="severity"value="warning" />
<propertyname="scope"value="private" />
<propertyname="authorFormat"value=".* .*" />
</module>
<modulename="JavadocMethod">
<propertyname="severity"value="warning" />
<propertyname="scope"value="private" />
<propertyname="allowUndeclaredRTE"value="true" />
<propertyname="allowThrowsTagsForSubclasses"value="true" />
<propertyname="allowMissingPropertyJavadoc"value="false" />
</module>
<modulename="JavadocVariable">
<propertyname="severity"value="warning" />
<propertyname="scope"value="private" />
</module>
<modulename="JavadocStyle">
<propertyname="severity"value="warning" />
<propertyname="scope"value="private" />
</module>
<modulename="ConstantName" />
<modulename="LocalFinalVariableName">
<propertyname="severity"value="warning" />
</module>
<modulename="LocalVariableName" />
<modulename="MemberName" />
<modulename="MethodName" />
<modulename="PackageName" />
<modulename="ParameterName" />
<modulename="StaticVariableName" />
<modulename="TypeName" />
<modulename="LineLength">
<propertyname="severity"value="warning" />
<propertyname="ignorePattern"value="^.*(@see|@\([#]\) \$Id:).*$" />
<propertyname="max"value="120" />
<propertyname="tabWidth"value="3" />
</module>
<modulename="MethodLength">
<propertyname="max"value="250" />
<propertyname="countEmpty"value="false" />
</module>
<modulename="ParameterNumber">
<propertyname="severity"value="warning" />
<propertyname="tokens"value="METHOD_DEF"/>
</module>
<modulename="EmptyForIteratorPad" />
<modulename="NoWhitespaceAfter">
<propertyname="tokens"
value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS" />
</module>
<modulename="NoWhitespaceBefore" />
<modulename="OperatorWrap" />
<modulename="ParenPad" />
<modulename="TypecastParenPad">
<propertyname="tokens"value="RPAREN, TYPECAST" />
</module>
<modulename="WhitespaceAfter" />
<modulename="WhitespaceAround">
<propertyname="tokens"
value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND" />
</module>
<modulename="NestedIfDepth">
<propertyname="max"value="3" />
</module>
<modulename="DefaultComesLast" />
<!--<module name="IllegalTokenText">
<metadata name="com.atlassw.tools.eclipse.checkstyle.comment"
value="Labels are discouraged" />
<property name="tokens" value="LABELED_STAT" />
<property name="format" value=".*" />
<property name="message" value="labels are discouraged" />
</module>-->
<modulename="AnonInnerLength">
<propertyname="max"value="100" />
</module>
<modulename="EmptyForInitializerPad" />
<modulename="MethodParamPad" />
<modulename="CovariantEquals" />
<modulename="ModifiedControlVariable" />
<modulename="MultipleVariableDeclarations" />
<modulename="SuperFinalize" />
<modulename="ImportOrder">
<propertyname="severity"value="warning" />
<propertyname="groups"value="java, javax, junit, com, edu, org, ch, kn.uni" />
<propertyname="ordered"value="true"/>
<propertyname="separated"value="true" />
<propertyname="option"value="top"/>
</module>
<modulename="FinalClass">
<propertyname="severity"value="warning" />
</module>
<modulename="HideUtilityClassConstructor" />
<modulename="VisibilityModifier" />
<modulename="InterfaceIsType" />
<modulename="FinalLocalVariable">
<propertyname="severity"value="warning" />
<propertyname="tokens"value="PARAMETER_DEF,VARIABLE_DEF" />
</module>
<modulename="SuperClone" />
<modulename="UnnecessaryParentheses" />
<modulename="OneStatementPerLine" />
<!--<module name="RequireThis" />-->
<!-- module name="Indentation">
<property name="basicOffset" value="3"/>
<property name="caseIndent" value="3"/>
</module -->
<modulename="TrailingComment">
<propertyname="format"value="^\s*$"/>
</module>
</module>
<modulename="NewlineAtEndOfFile">
<propertyname="severity"value="warning" />
<propertyname="lineSeparator"value="lf"/>
</module>
</module>