• 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-ant/src/main/java/net/sourceforge/pmd/ant/ReportException.java
1
/*
2
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3
 */
4

5
package net.sourceforge.pmd.ant;
6

7
/**
8
 * @author Philippe T'Seyen
9
 * @apiNote Internal API
10
 */
11
class ReportException extends RuntimeException {
12
    private static final long serialVersionUID = 6043174086675858209L;
13

14
    ReportException(Throwable cause) {
15
        super(cause);
×
16
    }
×
17
}
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