We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7639000 commit 4d484fbCopy full SHA for 4d484fb
sqldev/src/main/java/org/utplsql/sqldev/CodeCoverageReporter.xtend
@@ -136,11 +136,12 @@ class CodeCoverageReporter {
136
this.excludeObjects = excludeObjects
137
}
138
139
- def runAsync() {
+ def Thread runAsync() {
140
val Runnable runnable = [|run]
141
val thread = new Thread(runnable)
142
thread.name = "code coverage reporter"
143
thread.start
144
+ return thread
145
146
147
def showParameterWindow() {
0 commit comments