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

database-rider / database-rider / #911

27 Oct 2024 07:44PM CUT coverage: 83.964% (+0.01%) from 83.951%
#911

push

web-flow
#610 fix support for parent classes hierarchy (#612)

* refs #610 fix annotation support for parent classes hierarchy

---------

Co-authored-by: Lee <hosing.lee@hsl-it-solutions.nl>

9 of 9 new or added lines in 1 file covered. (100.0%)

3084 of 3673 relevant lines covered (83.96%)

0.84 hits per line

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

0.0
/rider-core/src/main/java/com/github/database/rider/core/leak/OracleLeakHunter.java
1
package com.github.database.rider.core.leak;
2

3
import java.sql.Connection;
4

5
/**
6
 * Created by pestano on 07/09/16.
7
 */
8
class OracleLeakHunter extends AbstractLeakHunter {
9

10

11
    private final String sql = "SELECT COUNT(*) FROM v$session WHERE status = 'INACTIVE'";
×
12

13
    public OracleLeakHunter(Connection connection, String methodName, boolean cacheConnection) {
14
        super(connection, methodName, cacheConnection);
×
15
    }
×
16

17
    @Override
18
    protected String leakCountSql() {
19
        return sql;
×
20
    }
21

22
}
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