Commit 0fedeb6
Markus Paulsen
fix: update the pointcut comparison tool for the renamed maps
The checkstyle rename of the public pointcut maps to upper snake case broke
tools/pointcut_comparison.R, which extracts each map from the instrumentation
source with a regex built from the field name. Its five hard-coded names still
used the old camel case, so after the rename the patterns matched nothing and
the tool silently produced empty results. Updated the names to match the source;
the tool runs again and extracts the maps as before.1 parent fe41355 commit 0fedeb6
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments