antenna
antenna copied to clipboard
SW360 Antenna project
### Summary of the Feature With my last contribution I had to struggle with changes that came from upstream. They were due to formatting issues in pom.xml. As a suggestion:...
### Summary of the Improvement We can improve the build time by separating the testing of example projects in the GH actions into several jobs which can be executed in...
### Summary of the Improvement One big problem with the SW360 integration tests is the Postgres dump with JavaScript code from Liferay in it. This cannot be contributed due to...
### Summary of the Improvement Currently it is possible to add an artifact by the config.xml file without any information, e.g. ``` ``` This type of description should be avoided,...
### Summary of the Improvement Improve the javadoc situation of explicit apis explicitely in frontend-stubs component ### Acceptance Criteria - [ ] Javadoc for every 'official' api is documented ###...
### Summary of the Improvement Improve the javadoc situation of explicit apis explicitely in runtime component ### Acceptance Criteria - [ ] Javadoc for every 'official' api is documented ###...
### Summary of the Improvement Improve the javadoc situation of explicit apis explicitely in model component ### Acceptance Criteria - [ ] Javadoc for every 'official' api is documented ###...
### Summary of the Improvement Publish the existing Javadocs in parallel to the github pages antenna documentation ### Acceptance Criteria - [ ] Javadocs for Antenna are published on github...
# Summary of the Feature The first comment below contains the use cases that should be supported within Antenna over time. The idea of this issue is to start the...
The following code renders a wrong toString representation for JS Coordinates https://github.com/eclipse/antenna/blob/ffab29d60656ef8a9ea7d5aaa68f9846248666ad/core/model/src/main/java/org/eclipse/sw360/antenna/model/artifact/facts/javaScript/JavaScriptCoordinates.java#L81-L87 I would expect something like the following, which matches my expectation of the string representation of JS Coordinates:...