Commit a5fbc20
committed
Only replace "()" in a name with underscore if it's at the end.
This is a reversion to earlier behavior that seems to correct issues
with the creation of double_underscore__ files and the non-creation of
some method files. Unsure why newer behavior broke things; investigating.1 parent e173fd0 commit a5fbc20
File tree
2 files changed
+4
-3
lines changed- java_generate/ReferenceGenerator
- bin/writers
- src/writers
2 files changed
+4
-3
lines changedBinary file not shown.
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments