License |
License |
---|---|
Categories |
CategoriesNet Jakarta Server Pages Jakarta EE The Web Tier PMD Application Testing & Monitoring Code Analysis |
GroupId | GroupIdnet.sourceforge.pmd |
ArtifactId | ArtifactIdpmd-jsp |
Last Version | Last Version6.47.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPMD JSP
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks,
unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Modelica, PLSQL, Apache Velocity, XML, XSL, Scala.
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in
C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica,
Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pmd-jsp-6.47.0.pom | |
pmd-jsp-6.47.0.jar | 98 KB |
pmd-jsp-6.47.0-sources.jar | 70 KB |
pmd-jsp-6.47.0-javadoc.jar | 797 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-jsp/ -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>6.47.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-jsp/
implementation 'net.sourceforge.pmd:pmd-jsp:6.47.0'
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-jsp/
implementation ("net.sourceforge.pmd:pmd-jsp:6.47.0")
'net.sourceforge.pmd:pmd-jsp:jar:6.47.0'
<dependency org="net.sourceforge.pmd" name="pmd-jsp" rev="6.47.0">
<artifact name="pmd-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-jsp', version='6.47.0')
)
libraryDependencies += "net.sourceforge.pmd" % "pmd-jsp" % "6.47.0"
[net.sourceforge.pmd/pmd-jsp "6.47.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.pmd : pmd-core | jar | 6.47.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
net.sourceforge.pmd : pmd-test | jar | 6.47.0 |
net.sourceforge.pmd : pmd-lang-test | jar | 6.47.0 |