Commit e1a6de3
Fix clone_synchronizedSet to clone the synchronized set (not the plain one)
Per Codex review: it copied `hashSet`, unlike the other clone_* methods which
copy their own structure. Copy `synchronizedSet` so it faithfully measures
cloning the synchronized variant.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 78075dc commit e1a6de3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments