You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
djunits has quite some code duplication (
Try
,Throw
,ClassUtil
, etc.) with djutils to avoid a dependency on djutils. Now thatNumberParser
will also be used by djunits, a dependency and avoiding code duplication seems like a better solution.The text was updated successfully, but these errors were encountered: