• 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/ASTJavaVariableExpression.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 ASTJavaVariableExpression extends AbstractApexNode.Single<Node> {
10

11
    ASTJavaVariableExpression(Node javaVariableExpression) {
12
        super(javaVariableExpression);
×
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