Commit 05f6269
committed
refactor: replace RegexUtils.MatchNamespaces with inline StartsWith
The RegexUtils.MatchNamespaces helper simply delegates to
string.StartsWith. Inline the check directly in ArchBuilder to
remove an unnecessary indirection. The remaining RegexUtils methods
(MatchGetPropertyName, MatchSetPropertyName) are still in use.
Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>1 parent 282e144 commit 05f6269
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
0 commit comments