Age | Commit message (Expand) | Author | Files | Lines |
2016-01-10 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2015-10-14 | cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiom | Noel Grandin | 1 | -1/+1 |
2015-10-01 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-10-01 | Fix typos | Andrea Gelmini | 3 | -3/+3 |
2015-06-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin | 1 | -1/+1 |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin | 1 | -3/+3 |
2015-01-05 | java: remove dead code | Noel Grandin | 15 | -611/+0 |
2014-12-05 | java: remove some unused fields | Noel Grandin | 1 | -20/+15 |
2014-11-25 | java: final fields that can be static | Noel Grandin | 4 | -10/+10 |
2014-11-18 | java: make fields final where possible | Noel Grandin | 8 | -19/+19 |
2014-11-18 | java: fix some javadoc errors | Noel Grandin | 30 | -65/+41 |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin | 1 | -5/+2 |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin | 1 | -56/+58 |
2014-10-16 | java: always use braces for while loops | Noel Grandin | 1 | -1/+2 |
2014-10-13 | nlpsolver: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch | 1 | -9/+20 |
2014-09-02 | nlpsolver: fix javadoc error: bad use of '>' | rbuj | 1 | -3/+4 |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin | 1 | -2/+0 |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin | 1 | -5/+0 |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin | 5 | -8/+8 |
2014-08-19 | java: remove unused methods | Noel Grandin | 3 | -99/+0 |
2014-08-14 | java: remove unused imports | Noel Grandin | 1 | -1/+0 |
2014-08-14 | java: remove commented out code | Noel Grandin | 2 | -6/+0 |
2014-08-13 | remove dead java constants | Noel Grandin | 1 | -1/+0 |
2014-08-13 | make some java fields private | Noel Grandin | 1 | -1/+1 |
2014-08-13 | java: remove dead methods | Noel Grandin | 9 | -164/+20 |
2014-08-13 | java: remove unused fields | Noel Grandin | 2 | -23/+23 |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin | 8 | -15/+15 |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin | 7 | -25/+25 |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin | 1 | -1/+1 |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin | 1 | -1/+1 |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin | 3 | -0/+10 |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin | 1 | -1/+1 |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin | 1 | -1/+1 |
2014-08-07 | nlpsolver: Use System.arraycopy | rbuj | 2 | -6/+2 |
2014-08-07 | nlpsolver: Number parsing | rbuj | 1 | -2/+2 |
2014-08-07 | convert EvolutionarySolver source to unix LF | Noel Grandin | 15 | -964/+964 |
2014-08-05 | java: remove commented out code | Noel Grandin | 2 | -33/+0 |
2014-08-05 | java: remove some unused fields in the ODK examples | Noel Grandin | 1 | -1/+0 |
2014-08-04 | java: remove some unused fields in the ODK examples | Noel Grandin | 1 | -2/+1 |
2014-05-09 | '!= false' is redundant, and confusing - kill it. | Jan Holesovsky | 1 | -2/+2 |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist | 1 | -2/+2 |
2013-05-06 | Java cleanup, close file handles when done with them | Noel Grandin | 1 | -0/+1 |
2013-04-26 | Java cleanup, remove unused imports | Noel Grandin | 1 | -2/+0 |
2013-04-26 | Java cleanup, use generics | Noel Grandin | 2 | -284/+282 |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin | 1 | -148/+147 |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 1 | -2/+0 |
2011-12-03 | nlpsolver: remove unneeded exec bits | Miklos Vajna | 32 | -0/+0 |
2011-11-29 | ...originally probably replaced an en-dash (thanks Roman Eisele). | Stephan Bergmann | 1 | -1/+1 |
2011-11-29 | Replaced UTF-8 U+FFFD with ASCII space in source code comment. | Stephan Bergmann | 1 | -1/+1 |