Commit cd1d14f
committed
Avoid calling
Since the implementation may do annotation lookups etc. it should only
be called when the result is going to be used.Node.getExecutionMode() unnecessarily1 parent 1e1f8d5 commit cd1d14f
File tree
1 file changed
+2
-1
lines changed- junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments