298b339ac675659cbfcefe9574312efd9666fdd1
All checks were successful
KnarCraft/KnarLib/pipeline/head This commit looks good
Adds some tests for the FormatBuilder Replaces all the different methods with a few methods that accept any object Adds a method for converting any non-null object to a string Adds throws to the methods that might throw an IllegalStateException
KnarLib
KnarLib is my own library for reducing repeated code. As I've created several plugins, I find myself copying code from one plugin to the next. As I tend to find better ways to do things over time, some plugins have an improved version of the same code. Instead of updating the same feature for all plugins, I found it better to create a shared library.
License
This library is licensed under the GPLv3.
Description
Languages
Java
100%