Changes between Initial Version and Version 1 of Ticket #16976, comment 2
- Timestamp:
- 2018-11-10T16:52:05+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16976, comment 2
initial v1 1 Found some more using this pattern on all java sources: [^']'{[0-9]}' 1 Found some more using this pattern on all java sources: 2 {{{ 3 [^']'{[0-9]}' 4 }}} 2 5 See attached patches.