Commit 71836b2
Rename private static field to satisfy TestApiConsistency
TestApiConsistency.TestPrivateFieldNames (run in the _J-S test shard) scans
the whole Lucene.Net assembly and requires private fields to be camelCase
(optionally _-prefixed) or ALL_CAPS. The new
ReflectionTypeExtensions.LuceneNetNamespaceRegex was PascalCase and failed
that check. Rename it to luceneNetNamespaceRegex (camelCase), matching the
sibling packageMappingCache field. No behavior change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d339689 commit 71836b2
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments