-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor scancode file adapter #193
Refactor scancode file adapter #193
Conversation
…ven by a path relative to the component root directory, prefixed by $PKG_ROOT$\.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review finished
core/src/main/java/com/devonfw/tools/solicitor/componentinfo/ComponentContentProvider.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/devonfw/tools/solicitor/componentinfo/curation/ComponentInfoCurator.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/devonfw/tools/solicitor/componentinfo/curation/ComponentInfoCuratorImpl.java
Show resolved
Hide resolved
...main/java/com/devonfw/tools/solicitor/componentinfo/curation/SingleFileCurationProvider.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/devonfw/tools/solicitor/componentinfo/curation/model/CurationList.java
Show resolved
Hide resolved
core/src/main/java/com/devonfw/tools/solicitor/package-info.java
Outdated
Show resolved
Hide resolved
...m/devonfw/tools/solicitor/componentinfo/scancode/UncuratedScancodeComponentInfoProvider.java
Outdated
Show resolved
Hide resolved
...m/devonfw/tools/solicitor/componentinfo/scancode/UncuratedScancodeComponentInfoProvider.java
Outdated
Show resolved
Hide resolved
...m/devonfw/tools/solicitor/componentinfo/scancode/UncuratedScancodeComponentInfoProvider.java
Outdated
Show resolved
Hide resolved
…kage; omit the "sources" directory in the uri
…using the real stored data for the given component
…nseInfo getLicenseFilePath to getLicenseUrl
I also renamed getNoticeFilePath() (of ComponentInfo) to getNoticeFileUrl() and getLicenseFilePath() (of LicenseInfo) to getLicenseUrl(). This reflects that these are URLs now. (I was thinking whether it should be getLicenseFileUrl() or getLicenseUrl() but decided to take getLicenseUrl() because it might refer to some web URL.) |
This closes #191 and #192.
See Javadoc of com.devonfw.tools.solicitor.componentinfo (and subpackages) and
the class diagram contained in the javadoc