-
Notifications
You must be signed in to change notification settings - Fork 98
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 Improvements #395
Conversation
Please reformat the commit messages according to https://github.com/eclipse/sw360/wiki/Dev-Semantic-Commits |
0cbba82
to
289b56a
Compare
backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java
Outdated
Show resolved
Hide resolved
7a39632
to
4e25375
Compare
c88ad6e
to
90d39cb
Compare
thank you for this contribution. |
7513181
to
746bb5a
Compare
8b66392
to
5160936
Compare
5160936
to
ff2ebdf
Compare
@mcjaeger I could build this branch successfully with all tests.
|
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.
In general the code looks good. Please have a look to my review comments and do some adaptations.
backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java
Show resolved
Hide resolved
backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.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
...c/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/parsers/AbstractCLIParser.java
Outdated
Show resolved
Hide resolved
...60-portlet/src/main/java/org/eclipse/sw360/portal/portlets/moderation/ModerationPortlet.java
Outdated
Show resolved
Hide resolved
|
||
getJspContext().getOut().print(output); | ||
} | ||
} |
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.
Line break
frontend/sw360-portlet/src/main/java/org/eclipse/sw360/portal/tags/DisplayObligations.java
Outdated
Show resolved
Hide resolved
ff2ebdf
to
53117c9
Compare
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.
code looks good!
63545af
to
8d62965
Compare
Edit: It seems like I am always testing with the following file, it seems like this is crashing it while others seem to work. However, the point is why this file does not crash the other three generation methods: SPDX2_time-1.9.tar.gz_concluded-1535482388-spdx.rdf.zip What I did:
-> all end up with a null pointer exception when I select "License Report as DOCX", all other tree options work. I guess there is some fundamental issue here Stacktrace:
|
This pull request adds: - Reporting: Add to License Report List of 3rd Party Components eclipse-sw360#375 - Reporting: License report new structure: cover page eclipse-sw360#377 - Reporting: License report new proposed structure: Sections eclipse-sw360#378 - Reporting: License Report: Add Fixed Template Text eclipse-sw360#379 - Reporting: License Report: Add Editable Default Texts eclipse-sw360#380 closes eclipse-sw360#375 closes eclipse-sw360#377 closes eclipse-sw360#378 closes eclipse-sw360#379 closes eclipse-sw360#380 Signed-off-by: Johannes Amorosa <johannes.amorosa@endocode.com>
8d62965
to
4f2166a
Compare
merging with bug: siemens#12 |
#380