-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close gaps when aspects failed to gather library details
This is a bit more tricky. I noticed ijars on the classpath when I didn't expect them to be there. This is because we try to eliminate them as much as possible. They don't work in IDEs nicely. Turns out that with a little bit of code we are able to turn missing libraries into more complete objects. These objects (especially the target label) allow a proper translation later to source project references instead of jars where applicable.
- Loading branch information
Showing
3 changed files
with
87 additions
and
30 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
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