Commit 68667ae
committed
fix: relativize source root path before applying exclusion filter
excludeSourceRoot matched patterns against the full absolute path, so
projects stored under a directory containing "src/test/resources" (e.g.
test fixtures in src/test/resources/) had their source roots wronglyexcluded, producing an empty symbol table.
Fix by relativizing the source root against the project root before
pattern matching, so only path segments within the target project are
considered.1 parent dbd9ac7 commit 68667ae
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | | - | |
| 1165 | + | |
| 1166 | + | |
1166 | 1167 | | |
1167 | | - | |
| 1168 | + | |
1168 | 1169 | | |
1169 | 1170 | | |
1170 | 1171 | | |
| |||
1202 | 1203 | | |
1203 | 1204 | | |
1204 | 1205 | | |
1205 | | - | |
| 1206 | + | |
1206 | 1207 | | |
1207 | 1208 | | |
1208 | 1209 | | |
| |||
0 commit comments