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

database-rider / database-rider / #911

27 Oct 2024 07:44PM UTC 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/H2LeakHunter.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
 * <p>
8
 * Leak hunter for H2
9
 */
10
class H2LeakHunter extends AbstractLeakHunter {
11

12
    private final String sql = "select count(*) from information_schema.sessions;";
×
13

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

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

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