• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pmd / pmd / 33

06 Jun 2025 01:08PM CUT coverage: 78.371%. Remained the same
33

push

github

web-flow
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#5784)

* Bump org.junit:junit-bom from 5.12.2 to 5.13.0

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump junit-platform from 1.12.2 to 1.13.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Dangel <andreas.dangel@pmd-code.org>

17710 of 23434 branches covered (75.57%)

Branch coverage included in aggregate %.

38900 of 48799 relevant lines covered (79.71%)

0.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTJavaMethodCallExpression.java
1
/*
2
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3
 */
4

5
package net.sourceforge.pmd.lang.apex.ast;
6

7
import com.google.summit.ast.Node;
8

9
public final class ASTJavaMethodCallExpression extends AbstractApexNode.Single<Node> {
10

11
    ASTJavaMethodCallExpression(Node javaMethodCallExpression) {
12
        super(javaMethodCallExpression);
×
13
    }
×
14

15

16
    @Override
17
    protected <P, R> R acceptApexVisitor(ApexVisitor<? super P, ? extends R> visitor, P data) {
18
        return visitor.visit(this, data);
×
19
    }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc