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

pmd / pmd / 74

10 Jul 2025 04:04PM CUT coverage: 78.443% (+0.002%) from 78.441%
74

push

github

adangel
[ci] publish-snapshot: increase timeout for maven deploy

See also df4c15602

17757 of 23476 branches covered (75.64%)

Branch coverage included in aggregate %.

39012 of 48894 relevant lines covered (79.79%)

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