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
Summary
The org.cicirello.util package isn't strictly related to the core content of the JPT library. Other of our own projects will need this package soon, but don't actually need any of the permutation and sequence metrics or other relevant functionality. Thus, if kept where it is, we'll end up with weird dependencies.
Create another library, org.cicirello.core, where commonly required utilities can reside, and then include that library as a dependency of jpt. Remove org.cicirello.util from jpt once this is complete.
The text was updated successfully, but these errors were encountered:
Summary
The org.cicirello.util package isn't strictly related to the core content of the JPT library. Other of our own projects will need this package soon, but don't actually need any of the permutation and sequence metrics or other relevant functionality. Thus, if kept where it is, we'll end up with weird dependencies.
Create another library, org.cicirello.core, where commonly required utilities can reside, and then include that library as a dependency of jpt. Remove org.cicirello.util from jpt once this is complete.
The text was updated successfully, but these errors were encountered: