| opends/build.xml | ●●●●● patch | view | raw | blame | history | |
| opends/ext/checkstyle/opends-checkstyle.xml | ●●●●● patch | view | raw | blame | history | |
| opends/ext/checkstyle/opends-doctarget-checkstyle.xml | ●●●●● patch | view | raw | blame | history | |
| opends/ext/checkstyle/opends-functest-checkstyle.xml | ●●●●● patch | view | raw | blame | history | |
| opends/ext/checkstyle/opends-unittest-checkstyle.xml | ●●●●● patch | view | raw | blame | history |
opends/build.xml
@@ -110,6 +110,7 @@ <!-- Properties for the checkstyle tool. --> <property name="checkstyle.dir" location="${ext.dir}/checkstyle" /> <property name="checkstyle.cache.dir" location=".checkstyle-cache" /> <!-- Properties for the SVNKit tool. --> <property name="svnkit.dir" location="${ext.dir}/svnkit" /> @@ -287,6 +288,7 @@ <!-- Ensure that the source code meets basic style requirements. --> <target name="checkstyle" description="Perform basic source style checks"> <mkdir dir="${checkstyle.cache.dir}" /> <taskdef resource="checkstyletask.properties" classpath="${checkstyle.dir}/checkstyle-all-4.1.jar" /> opends/ext/checkstyle/opends-checkstyle.xml
@@ -6,6 +6,8 @@ <module name="Checker"> <module name="TreeWalker"> <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-checkstyle.cache" /> <!-- Ensure that each source file starts with the appropriate header --> <module name="Header"> <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" /> opends/ext/checkstyle/opends-doctarget-checkstyle.xml
@@ -6,6 +6,8 @@ <module name="Checker"> <module name="TreeWalker"> <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-doctarget-checkstyle.cache" /> <!-- Ensure that all methods (including private) are documented --> <module name="JavadocMethod"> <property name="scope" value="private" /> opends/ext/checkstyle/opends-functest-checkstyle.xml
@@ -6,6 +6,8 @@ <module name="Checker"> <module name="TreeWalker"> <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-functest-checkstyle.cache" /> <!-- Ensure that each source file starts with the appropriate header --> <module name="Header"> <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" /> opends/ext/checkstyle/opends-unittest-checkstyle.xml
@@ -6,6 +6,8 @@ <module name="Checker"> <module name="TreeWalker"> <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-unittest-checkstyle.cache" /> <!-- Ensure that each source file starts with the appropriate header --> <module name="Header"> <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" />