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
{{ message }}
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
Refactoring, identifier generation
* Code now has 2 json() methods for converting between JSON and Code
* Deprecate MutableCode#getGson, a new GsonUtil has been created for use in the Code#json methods
* Create IdentifierGenerator class for generating random identifiers
New features:
* Add multiple guaranteed regular expressions for each code type => better code scanning
* Code is now an interface; it has a MutableCode implementation
* Now using lombok => CodeBuilder no longer exists