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
ResolvesGH-5. This is as "in place" a translation as I could
reasonably do while still following Java conventions, fixing
silly bugs, and not using the Groovy libraries. Pretty large
refactorings are needed to make this testable, better
documented, more resilient, easier to maintain, etc.
FixedGH-4, using the JDK's built-in HTTP support
instead-of shelling out to curl.
FixedGH-6, showing help in any situation where
improper arguments are given.
For JSON processing uses SnakeYAML, which positions
the code to be ready for GH-1.
ResolvesGH-5. This is as "in place" a translation as I could reasonably do while still following Java conventions, fixing silly bugs, and not using the Groovy libraries. Pretty large refactorings are needed to make this testable, better documented, more resilient, easier to maintain, etc.
FixedGH-4, using the JDK's built-in HTTP support instead-of shelling out to curl.
FixedGH-6, showing help in any situation where improper arguments are given.
For JSON processing uses SnakeYAML, which positions the code to be ready for GH-1.
Added the Checker Framework for compiling. See http://types.cs.washington.edu/checker-framework/
Updated Travis CI metadata
Hacked around bug in JAVAC prior to u45
Added various quality checking tools and did appropriate de-linting
Added much more documentation.
Added Lombok support. https://projectlombok.org/
No description provided.
The text was updated successfully, but these errors were encountered: