• 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-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTAnonymousClass.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.declaration.TypeDeclaration;
8

9
public final class ASTAnonymousClass extends AbstractApexNode.Single<TypeDeclaration> {
10

11
    ASTAnonymousClass(TypeDeclaration anonymousClass) {
12
        super(anonymousClass);
×
13
    }
×
14

15
    @Override
16
    protected <P, R> R acceptApexVisitor(ApexVisitor<? super P, ? extends R> visitor, P data) {
17
        return visitor.visit(this, data);
×
18
    }
19

20
    @Override
21
    public String getImage() {
22
        return node.getClass().getName();
×
23
    }
24
}
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