Skip to content
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

Reduce the complexity of the application #1393

Closed
eselmeister opened this issue May 10, 2023 · 2 comments
Closed

Reduce the complexity of the application #1393

eselmeister opened this issue May 10, 2023 · 2 comments

Comments

@eselmeister
Copy link
Contributor

In the early days, a support to handle command line options has been added. This was a good test case, but have increased the complexity to maintain the source code. Furthermore, the reference to the UI bundle is set in the plugin.xml via the extension point mechanism. The existing extension point shall be migrated to OSGi DS. Another problem with this approach was, that the UI extension point was referenced in the model bundle, which worked as it only was a text reference in the plugin.xml, but it was less optimal.

@Mailaender
Copy link
Contributor

@eselmeister
Copy link
Contributor Author

Thanks for the hint. Will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants