-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] ui5Framework.mergeTrees: Do not process the same project multip…
…le times Since projects are deduped by the projectPreprocessor, repeated processing of a project that appears multiple times in the project tree is done on the same object. This leads to issues like the isFrameworkProject detecting previously added framework libraries as ... "already added UI5 framework libraries", thus producing incorrect log messages
- Loading branch information
1 parent
19c2403
commit 1377ec2
Showing
2 changed files
with
86 additions
and
63 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