Do not analyze excluded files - #157
Conversation
f7cf391 to
b2c9562
Compare
b2c9562 to
5aad59d
Compare
|
Discussion: As far as I can see, this means that the exclusion from configuration in |
|
Yes, this was done in this way thinking that excluded files would not be part of the origin set, but they would be for the destination set. Meaning that I'm already thinking on a secondary traverser (only for classnames/parents/interfaces) to be able to indirectly detect these excluded files (or even vendors), but this will probably come in a future major version. |
resolves #156
I noticed, that
FileFinder::findSrcFileshas an$excludedparameter, that is never specified - but I didn't want to do too many changes in this PR.