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 23fbd51 commit a79177cCopy full SHA for a79177c
sqldev/src/test/java/org/utplsql/sqldev/test/coverage/CodeCoverageReporterTest.xtend
@@ -70,11 +70,7 @@ class CodeCoverageReporterTest extends AbstractJdbcTest{
70
.filter([f | f.fileName.toString.startsWith("utplsql_")])
71
.filter([f | f.fileName.toString.endsWith(".html")])
72
.max(Comparator.comparingLong([f|f.toFile().lastModified()]))
73
- if (last.isPresent) {
74
- return last.get
75
- } else {
76
- return null
77
- }
+ return last.get
78
}
79
80
@Test
0 commit comments