Commit 5df0f99
committed
docs(core): clarify limitations of anonymous capturing groups in SiftPatterns
- Updated Javadoc for SiftPatterns.capture(SiftPattern) to explicitly state that anonymous groups bypass internal tracking, collision detection, and cannot be used with DSL backreferences.
- Directed developers to use NamedCapture if strict safety and DSL backreferencing are required.1 parent 1551305 commit 5df0f99
1 file changed
Lines changed: 8 additions & 2 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
| |||
0 commit comments