Skip to content

Commit 50a88e2

Browse files
committed
Assign selfType on reporter initialization
1 parent a7a24a1 commit 50a88e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/utplsql/api/reporter/Reporter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public abstract class Reporter implements SQLData {
1717
public Reporter() {}
1818

1919
public Reporter init(Connection conn) throws SQLException {
20+
setSelfType(getSQLTypeName());
2021
setStartDate(new java.sql.Date(Calendar.getInstance().getTimeInMillis()));
2122
setReporterId(DBHelper.newSysGuid(conn));
2223
return this;

0 commit comments

Comments
 (0)