summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)AuthorFilesLines
2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara1-1/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2-2/+2
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin1-1/+1
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01Fix typosAndrea Gelmini3-3/+3
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-3/+3
2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle3-17/+13
2015-01-05java: remove dead codeNoel Grandin19-664/+0
2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-2/+2
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+0
2014-12-05java: remove some unused fieldsNoel Grandin1-20/+15
2014-11-25java: final fields that can be staticNoel Grandin4-10/+10
2014-11-18java: make fields final where possibleNoel Grandin11-48/+48
2014-11-18java: fix some javadoc errorsNoel Grandin30-65/+41
2014-11-12java: convert fields to local variables where possibleNoel Grandin7-68/+40
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-56/+58
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-9/+20
2014-09-02nlpsolver: fix javadoc error: bad use of '>'rbuj1-3/+4
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-2/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin6-22/+22
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-5/+5
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-3/+3
2014-08-19java: remove unused methodsNoel Grandin4-115/+0
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin2-6/+0
2014-08-13remove dead java constantsNoel Grandin1-1/+0
2014-08-13make some java fields privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin11-177/+23
2014-08-13fix makefileNoel Grandin1-1/+0
2014-08-13java: remove unused enum valuesNoel Grandin3-50/+1
2014-08-13java: remove unused fieldsNoel Grandin3-26/+24
2014-08-13java: reduce scope, make some methods privateNoel Grandin10-24/+24
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-3/+3
2014-08-13java: reduce scope, make fields privateNoel Grandin11-54/+54
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-5/+5
2014-08-12java: reduce scope, make constants privateNoel Grandin1-1/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+10
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-07nlpsolver: Use System.arraycopyrbuj2-6/+2
2014-08-07nlpsolver: Number parsingrbuj1-2/+2
2014-08-07convert EvolutionarySolver source to unix LFNoel Grandin15-964/+964