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

pmd / pmd / 628

29 Jun 2026 06:59AM UTC coverage: 79.138% (-0.005%) from 79.143%
628

push

github

web-flow
[java] Fix #6740: Fix FP in OptimizableToArrayCall (#6813)

19169 of 25145 branches covered (76.23%)

Branch coverage included in aggregate %.

41548 of 51578 relevant lines covered (80.55%)

0.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pmd-swift/src/main/java/net/sourceforge/pmd/lang/swift/ast/SwiftErrorNode.java
1
/*
2
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3
 */
4

5
package net.sourceforge.pmd.lang.swift.ast;
6

7
import org.antlr.v4.runtime.Token;
8

9
import net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrErrorNode;
10

11
public final class SwiftErrorNode extends BaseAntlrErrorNode<SwiftNode> implements SwiftNode {
12

13
    SwiftErrorNode(Token token) {
14
        super(token);
×
15
    }
×
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

© 2026 Coveralls, Inc