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

Make djunits dependent on djutils-base to avoid code duplication #8

Closed
averbraeck opened this issue Apr 30, 2023 · 1 comment
Closed
Assignees
Labels
simplification Simplification o code

Comments

@averbraeck
Copy link
Owner

djunits has quite some code duplication (Try, Throw, ClassUtil, etc.) with djutils to avoid a dependency on djutils. Now that NumberParser will also be used by djunits, a dependency and avoiding code duplication seems like a better solution.

@averbraeck
Copy link
Owner Author

All updates made to compensate for the classes that are now taken out of the djunits code, and point to the right classes in djutils (including signature changes of methods, such as the Try.testFail(...) method calls).

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

No branches or pull requests

1 participant