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

pmd / pmd / 124

17 Aug 2025 04:39PM UTC coverage: 78.499% (+0.002%) from 78.497%
124

push

github

web-flow
chore(deps): Update tmp from 0.0.33 to 0.2.5 (#5991)

chore: Update tmp from 0.0.33 to 0.2.5

Fixes https://github.com/advisories/GHSA-52f5-9888-hmc6
Fixes https://github.com/pmd/pmd/security/dependabot/85

17923 of 23671 branches covered (75.72%)

Branch coverage included in aggregate %.

39231 of 49138 relevant lines covered (79.84%)

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