forked from phoedos/pmd
support for extra languages in cpd.sh
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@5994 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
4
pmd/bin/cpd.sh
Executable file → Normal file
4
pmd/bin/cpd.sh
Executable file → Normal file
@ -55,8 +55,8 @@ case "$HEAPSIZE" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case "$LANGUAGE" in
|
case "$LANGUAGE" in
|
||||||
cpp|c) ;;
|
c|cpp|fortran|java|jsp|php|ruby) ;;
|
||||||
*) echo "Language '$LANGUAGE' unknown (try: cpp, c)"
|
*) echo "Language '$LANGUAGE' unknown (try: c, cpp, fortran, java, jsp, php, ruby)"
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -5,7 +5,9 @@ Fixed bug 1928009 - Error using migration ruleset in PMD 4.2
|
|||||||
Fixed bug 1932242 - EmptyMethodInAbstractClassShouldBeAbstract false +
|
Fixed bug 1932242 - EmptyMethodInAbstractClassShouldBeAbstract false +
|
||||||
ruleset.dtd and ruleset_xml_schema.xsd added to jar file in rulesets directory
|
ruleset.dtd and ruleset_xml_schema.xsd added to jar file in rulesets directory
|
||||||
Update RuleSetWriter to handle non-Apache TRAX implementations, add an option to not use XML Namespaces
|
Update RuleSetWriter to handle non-Apache TRAX implementations, add an option to not use XML Namespaces
|
||||||
retroweaver version was not correct in java14/bin scripts
|
bin and java14/bin scripts:
|
||||||
|
retroweaver version was not correct in java14/bin scripts
|
||||||
|
support for extra languages in cpd.sh
|
||||||
|
|
||||||
March 25, 2008 - 4.2:
|
March 25, 2008 - 4.2:
|
||||||
|
|
||||||
|
@ -63,8 +63,8 @@ case "$HEAPSIZE" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case "$LANGUAGE" in
|
case "$LANGUAGE" in
|
||||||
cpp|c) ;;
|
c|cpp|fortran|java|jsp|php|ruby) ;;
|
||||||
*) echo "Language '$LANGUAGE' unknown (try: cpp, c)"
|
*) echo "Language '$LANGUAGE' unknown (try: c, cpp, fortran, java, jsp, php, ruby)"
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user