X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2Fworklog.md;h=05d4f15cb79b8948cd055f7835f3c12db0cfcc79;hb=d36057dfab8def933a64be042b039d76708ac5ba;hp=f4a3a36d535b530f32c8210b43f3c4b00462d7c3;hpb=eb29bbb5ec70c43895dd0f053630c7e3cd402cba;p=fanfix.git diff --git a/docs/worklog.md b/docs/worklog.md index f4a3a36..05d4f15 100644 --- a/docs/worklog.md +++ b/docs/worklog.md @@ -1,6 +1,17 @@ Jexer Work Log ============== +October 17, 2017 + +I finally gave up the ghost on using gcj as the default compiler due +to its awesome unused imports messages, and learned how to get PMD to +do that job. Which promptly created 1000+ warning messages related to +class item order (variables, constructors, methods), nested ifs, +useless checks, and so on. So now we go on a code sweep to fix those, +and along the way set a new class template. Since this is so large +and invasive, I will bite the bullet now and get it done before the +next release which will get it out on Maven finally. + August 16, 2017 Holy balls this has gotten so much faster! It is FINALLY visibly