Download JAR files tagged by visualforce with all dependencies
vf-parser from group io.github.apex-dev-tools (version 1.1.0)
0 downloads
pmd-java from group edu.hm.hafner (version 7.7.0-metrics-2)
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query.
Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL.
Scala is supported, but there are currently no Scala rules available.
Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in
Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin,
Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and
Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.
Artifact pmd-java
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-java/
License BSD-style
Dependencies amount 14
Dependencies pmd-core, slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-java/
License BSD-style
Dependencies amount 14
Dependencies pmd-core, slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
pmd-core from group edu.hm.hafner (version 7.7.0-metrics-2)
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused
variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query.
Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL.
Scala is supported, but there are currently no Scala rules available.
Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in
Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin,
Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and
Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.
Artifact pmd-core
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-core/
License BSD-style
Dependencies amount 13
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-core/
License BSD-style
Dependencies amount 13
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!
pmd-cli from group net.sourceforge.pmd (version 7.7.0)
0 downloads
Artifact pmd-cli
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies pmd-core, pmd-designer, slf4j-api, slf4j-simple, picocli, progressbar, checker-qual,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies pmd-core, pmd-designer, slf4j-api, slf4j-simple, picocli, progressbar, checker-qual,
There are maybe transitive dependencies!
pmd-dist from group net.sourceforge.pmd (version 7.7.0)
Artifact pmd-dist
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies pmd-core, pmd-cli, pmd-cli, pmd-ant, pmd-ui, slf4j-simple, commons-lang3,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies pmd-core, pmd-cli, pmd-cli, pmd-ant, pmd-ui, slf4j-simple, commons-lang3,
There are maybe transitive dependencies!
pmd-plsql from group net.sourceforge.pmd (version 7.7.0)
9 downloads
Artifact pmd-plsql
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies pmd-core,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies pmd-core,
There are maybe transitive dependencies!
pmd from group net.sourceforge.pmd (version 7.7.0)
<p>PMD scans Java source code and looks for potential problems like:</p>
<ul>
<li>Possible bugs - empty try/catch/finally/switch statements</li>
<li>Dead code - unused local variables, parameters and private methods</li>
<li>Suboptimal code - wasteful String/StringBuffer usage</li>
<li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li>
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul>
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
<p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>
Group: net.sourceforge.pmd Artifact: pmd
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pmd
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization InfoEther
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 10
Dependencies ant, ant-testutil, jaxen, jcommander, asm, saxon, saxon, rhino, junit, javacc,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization InfoEther
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 10
Dependencies ant, ant-testutil, jaxen, jcommander, asm, saxon, saxon, rhino, junit, javacc,
There are maybe transitive dependencies!
pmd-languages-deps from group net.sourceforge.pmd (version 7.7.0)
Group: net.sourceforge.pmd Artifact: pmd-languages-deps
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pmd-languages-deps
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 30
Dependencies pmd-apex, pmd-coco, pmd-cpp, pmd-cs, pmd-dart, pmd-fortran, pmd-gherkin, pmd-go, pmd-groovy, pmd-html, pmd-java, pmd-javascript, pmd-jsp, pmd-julia, pmd-kotlin, pmd-lua, pmd-matlab, pmd-modelica, pmd-objectivec, pmd-perl, pmd-php, pmd-plsql, pmd-python, pmd-ruby, pmd-scala_2.13, pmd-swift, pmd-tsql, pmd-visualforce, pmd-velocity, pmd-xml,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 30
Dependencies pmd-apex, pmd-coco, pmd-cpp, pmd-cs, pmd-dart, pmd-fortran, pmd-gherkin, pmd-go, pmd-groovy, pmd-html, pmd-java, pmd-javascript, pmd-jsp, pmd-julia, pmd-kotlin, pmd-lua, pmd-matlab, pmd-modelica, pmd-objectivec, pmd-perl, pmd-php, pmd-plsql, pmd-python, pmd-ruby, pmd-scala_2.13, pmd-swift, pmd-tsql, pmd-visualforce, pmd-velocity, pmd-xml,
There are maybe transitive dependencies!
pmd-visualforce from group net.sourceforge.pmd (version 7.7.0)
Group: net.sourceforge.pmd Artifact: pmd-visualforce
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact pmd-visualforce
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, pmd-apex,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, pmd-apex,
There are maybe transitive dependencies!
pmd-velocity from group net.sourceforge.pmd (version 7.7.0)
0 downloads
Artifact pmd-velocity
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, commons-lang3,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 7.7.0
Last update 25. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, commons-lang3,
There are maybe transitive dependencies!
Page 1 from 3 (items total 45)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy