Closed smiklosovic closed 9 years ago
@smiklosovic @kpiwko I'd rather add more tests. I've made the PR so you guys can look at the API and the implementation and comment on it, but I think it's far from ready for merge.
There are issues with this PR:
1/ Using JDK7 related code (StandardCharsets) - please replace with UTF-8 with defaultCharset fallback
2/ Missing documentation of the tools in API - what's input and output of tools and tasks?
3/ Missing documentation in README.md
@smiklosovic @TadeasKriz anybody willing to fix that?
@kpiwko
I would leave it on @TadeasKriz since he wrote that.
@TadeasKriz
Once done, please push it to my branch and I push it here as done before so @kpiwko can squash & merge. I would repair JavaDoc, there are classes of which I am the author which is apparently not true. I do not want to earn credit for the code I have not written.
Thanks!
@smiklosovic whatever you wish ;-)
@smiklosovic I extended your code so I'll just put myself as a second author into the javadocs ;)
Thanks @TadeasKriz , I merged Tadeas' work on top of my PR so @kpiwko can eventually squash it and merge it to upstream's master when the time comes.