Commit dee50e3
fix: use try-with-resources in ProjectBasedTests.isEmpty()
Fixes PMD UseTryWithResources violation introduced during Xtend-to-Java
migration, now that upstream enabled this rule.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7f1c38e commit dee50e3
File tree
1 file changed
+3
-8
lines changed- com.avaloq.tools.ddk.check.core.test/src/com/avaloq/tools/ddk/check/core/test
1 file changed
+3
-8
lines changedLines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
| |||
0 commit comments