Skip to content

Commit fe46d27

Browse files
committed
---
yaml --- r: 77 b: refs/heads/master c: ede6867 h: refs/heads/master i: 75: 40e4d27 v: v3
1 parent a727608 commit fe46d27

15 files changed

Lines changed: 610 additions & 111 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7a23a3e4c6e0aefe292b375f0c0cf99f41a6d648
2+
refs/heads/master: ede68673eb8d66a7404454e84ba2e1f0b6d5bc97

trunk/.checkstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4-
<fileset name="all" enabled="true" check-config-name="Google Checks" local="false">
4+
<fileset name="all" enabled="true" check-config-name="Copy of Google Checks" local="false">
55
<file-match-pattern match-pattern="." include-pattern="true"/>
66
</fileset>
77
</fileset-config>

trunk/.eclipse-pmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<eclipse-pmd xmlns="http://acanda.ch/eclipse-pmd/0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd">
3+
<analysis enabled="true" />
4+
<rulesets>
5+
<ruleset name="Full PMD ruleset" ref="full-pmd-ruleset.xml" refcontext="project" />
6+
</rulesets>
7+
</eclipse-pmd>

trunk/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
<arguments>
4141
</arguments>
4242
</buildCommand>
43+
<buildCommand>
44+
<name>ntut.csie.rleht.builder.RLBuilder</name>
45+
<arguments>
46+
</arguments>
47+
</buildCommand>
48+
<buildCommand>
49+
<name>ch.acanda.eclipse.pmd.builder.PMDBuilder</name>
50+
<arguments>
51+
</arguments>
52+
</buildCommand>
4353
</buildSpec>
4454
<natures>
4555
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
@@ -49,5 +59,7 @@
4959
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
5060
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
5161
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
62+
<nature>ntut.csie.rleht.builder.RLNature</nature>
63+
<nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
5264
</natures>
5365
</projectDescription>

trunk/checkstyle.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ Checkstyle configurartion that checks the Google coding conventions (https://goo
118118
<module name="OverloadMethodsDeclarationOrder"/>
119119
<module name="VariableDeclarationUsageDistance"/>
120120
<module name="CustomImportOrder">
121+
<property name="severity" value="ignore"/>
121122
<property name="customImportOrderRules" value="STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"/>
122123
<property name="thirdPartyPackageRegExp" value=".*"/>
123124
<property name="specialImportsRegExp" value="com.google"/>
124125
<property name="sortImportsInGroupAlphabetically" value="true"/>
126+
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
125127
</module>
126128
<module name="MethodParamPad"/>
127129
<module name="OperatorWrap">
@@ -157,7 +159,11 @@ Checkstyle configurartion that checks the Google coding conventions (https://goo
157159
<message key="name.invalidPattern" value="Method name ''{0}'' must match pattern ''{1}''."/>
158160
</module>
159161
<module name="SingleLineJavadoc"/>
160-
<module name="ImportOrder"/>
162+
<module name="ImportOrder">
163+
<property name="severity" value="ignore"/>
164+
<property name="caseSensitive" value="false"/>
165+
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
166+
</module>
161167
</module>
162168
<module name="FileTabCharacter">
163169
<property name="eachLine" value="true"/>

trunk/full-pmd-ruleset.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
name="full-pmd-ruleset"
5+
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
6+
<description>Full 5.1.1 PMD rule set</description>
7+
<rule ref="rulesets/java/android.xml"/>
8+
<rule ref="rulesets/java/basic.xml"/>
9+
<rule ref="rulesets/ecmascript/basic.xml"/>
10+
<rule ref="rulesets/jsp/basic-jsf.xml"/>
11+
<rule ref="rulesets/jsp/basic.xml"/>
12+
<rule ref="rulesets/vm/basic.xml"/>
13+
<rule ref="rulesets/xml/basic.xml"/>
14+
<rule ref="rulesets/java/braces.xml"/>
15+
<rule ref="rulesets/ecmascript/braces.xml"/>
16+
<rule ref="rulesets/java/clone.xml"/>
17+
<rule ref="rulesets/plsql/codesize.xml"/>
18+
<rule ref="rulesets/java/codesize.xml"/>
19+
<rule ref="rulesets/java/comments.xml"/>
20+
<rule ref="rulesets/java/controversial.xml"/>
21+
<rule ref="rulesets/java/coupling.xml"/>
22+
<rule ref="rulesets/java/design.xml"/>
23+
<rule ref="rulesets/java/empty.xml"/>
24+
<rule ref="rulesets/java/basic.xml"/>
25+
<rule ref="rulesets/java/finalizers.xml"/>
26+
<rule ref="rulesets/java/imports.xml"/>
27+
<rule ref="rulesets/java/j2ee.xml"/>
28+
<rule ref="rulesets/java/junit.xml"/>
29+
<rule ref="rulesets/java/logging-jakarta-commons.xml"/>
30+
<rule ref="rulesets/java/logging-java.xml"/>
31+
<rule ref="rulesets/java/javabeans.xml"/>
32+
<rule ref="rulesets/java/migrating.xml"/>
33+
<rule ref="rulesets/java/naming.xml"/>
34+
<rule ref="rulesets/java/optimizations.xml"/>
35+
<rule ref="rulesets/plsql/dates.xml"/>
36+
<rule ref="rulesets/java/sunsecure.xml"/>
37+
<rule ref="rulesets/java/strictexception.xml"/>
38+
<rule ref="rulesets/java/strings.xml"/>
39+
<rule ref="rulesets/plsql/TomKytesDespair.xml"/>
40+
<rule ref="rulesets/ecmascript/unnecessary.xml"/>
41+
<rule ref="rulesets/java/unnecessary.xml"/>
42+
<rule ref="rulesets/java/basic.xml"/>
43+
<rule ref="rulesets/ecmascript/unnecessary.xml"/>
44+
<rule ref="rulesets/java/unusedcode.xml"/>
45+
<rule ref="rulesets/xsl/xpath.xml"/>
46+
</ruleset>

0 commit comments

Comments
 (0)