Commit 09d8744
Remove NestedForDepth Checkstyle rule
The rule has led to patterns like `stream().forEach()` in test parameter
generation where plain nested loops would be clearer. Remove the rule
and drop the stale `NestedForDepth` comment in `TestDecompression`.
Fixes #66651 parent f8bf969 commit 09d8744
2 files changed
Lines changed: 1 addition & 2 deletions
File tree
- config/checkstyle
- src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments