-
Notifications
You must be signed in to change notification settings - Fork 179
chore(licenseinfo): Reporting Component Subsection #438
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
chore(licenseinfo): Reporting Component Subsection #438
Conversation
please use the semantic commit convention to format commit messages, e.g. see: https://github.com/eclipse/sw360/wiki/Dev-Semantic-Commits |
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.
added some comments.
This PR also adds templateReport.docx
and I can not find any occurrence of the file name in the source code. Is it used?
...-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/DocxGenerator.java
Outdated
Show resolved
Hide resolved
...-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/DocxGenerator.java
Outdated
Show resolved
Hide resolved
@@ -70,6 +70,7 @@ struct LicenseInfoParsingResult { | |||
31: optional string name, | |||
32: optional string version, | |||
33: optional string componentType, | |||
34: optional Release release, |
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.
Isn't this potentially redundant information? E.g. if 30
to 33
is set
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.
How do you want us to handle this?
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.
only add only the necessary information / refactor the other part
...-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/DocxGenerator.java
Outdated
Show resolved
Hide resolved
...-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/DocxGenerator.java
Outdated
Show resolved
Hide resolved
...-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/DocxGenerator.java
Outdated
Show resolved
Hide resolved
51c32e6
to
1582a67
Compare
Yes it is used. An older version of this document is already in master. This PR adds additional tables in the document. |
1582a67
to
0eaf77b
Compare
3f5c822
to
65df434
Compare
backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java
Outdated
Show resolved
Hide resolved
This pull request adds: - Reporting: Components Subsection#375 Signed-off-by: Johannes Amorosa <[email protected]>
65df434
to
ed7e9f9
Compare
@dreh23 please rebase (otherwise I would need to install thrift 093) |
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.
simple cases seem to work
You removed WIP. Do I need to address the data structure refactoring or do we have a go to merge? |
Added Reporting features:
Signed-off-by: Johannes Amorosa [email protected]