This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).
Find a file
2024-09-11 01:44:46 +02:00
gradle/wrapper Initial migrating to gradle, had to remove javafx files as the dependency was not working. 2020-10-02 00:22:04 +02:00
src Fixed bug where jacoco fields where read by ClassUtil 2024-09-10 22:37:15 +02:00
test/zutil Bug fix for array isempty checks 2024-09-07 00:13:34 +02:00
.gitignore Fixed incorrect gitignore 2020-10-05 23:45:56 +02:00
build.gradle Migrating publishing to gradle 2024-09-10 22:36:53 +02:00
build_publish.gradle bugfix 2024-09-10 23:52:35 +02:00
gradlew Initial migrating to gradle, had to remove javafx files as the dependency was not working. 2020-10-02 00:22:04 +02:00
gradlew.bat Initial migrating to gradle, had to remove javafx files as the dependency was not working. 2020-10-02 00:22:04 +02:00
Jenkinsfile Testing CI 2024-09-11 01:44:46 +02:00
LICENSE.txt Added timeout to ant junit test 2016-07-12 17:22:04 +02:00
pom.xml Uplift of maven 2024-09-10 00:39:18 +02:00
README.md Fixed some javadoc issues and updated build version syntax 2020-01-04 18:49:32 +01:00
settings.gradle fixed gradle artifact naming 2020-11-10 15:45:11 +01:00

Zutil

This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).

A word of warning: This project is mostly used as a sandbox to implement APIs and functions I think are interesting. So there are no guaranties that classes and methods will stay as they are, I'm often refactoring the code and moving things around.

Documentation

Unfortunately, there is no dedicated documentation available. The only documentation is the JavaDoc in the source code and the JUnit test cases as usage examples.

Running the tests

Execute all JUnit test-cases by running:

mvn verify

Authors

  • Ziver Koc

License

This project is licensed under the MIT License - see the LICENSE.txt file for details