-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[x2cpg] Completely overhauled SourceFiles (#5180)
1) Storage of found files in now in an Array (constant append). A Set was never actually needed. 2) Filtering and skipping of files/folders happens now directly during the traversal instead of at the very end. 3) Proper scaladoc
- Loading branch information
1 parent
8fa3240
commit 498f895
Showing
2 changed files
with
140 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters