picocog
picocog copied to clipboard
A tiny code generation library (< 8 KB) written in Java, useful for any purpose, but ideal for JSR-269
The fields names in `PicoWriter` and `IndentedLine` have leading underscores. As stated in #4, this goes against common Java code conventions, and should be avoided. This pull request refactors both...
Currently, all fields in PicoWriter are prefixed with `_`, this is against Java code conventions and only exists as a way to prevent `field = field` in setters... which can...
Not only is the linked version of Commons-Lang outdated, but all instances of StringEscapeUtils (and other text-handling classes) in Commons-Lang are deprecated as they have been moved to Commons-Text. This...