summaryrefslogtreecommitdiffstats
path: root/nlpsolver
Commit message (Expand)AuthorAgeFilesLines
* tdf#104268 NLPSolver: Improve display of solutionLaurent Balland-Poirier2016-12-221-1/+1
* tdf#103622 do not use arrow as separator of menu commandsStanislav Horacek2016-11-061-1/+1
* coverity#1326449 Dereference null return valueCaolán McNamara2016-01-211-12/+8
* Fix typosAndrea Gelmini2016-01-101-2/+2
* coverity#1327027 SIC: Inner class could be made staticCaolán McNamara2015-11-041-1/+1
* More plausible fixStephan Bergmann2015-10-211-2/+4
* coverity#1326260 Explicit null dereferencedCaolán McNamara2015-10-151-1/+1
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-152-2/+2
* cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin2015-10-141-1/+1
* Fix typosAndrea Gelmini2015-10-011-1/+1
* Fix typosAndrea Gelmini2015-10-013-3/+3
* Fix typosAndrea Gelmini2015-09-181-1/+1
* Fix typosAndrea Gelmini2015-06-301-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-3/+3
* tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle2015-02-173-17/+13
* java: remove dead codeNoel Grandin2015-01-0519-664/+0
* java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin2014-12-191-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-2/+2
* java: remove some unused local variablesNoel Grandin2014-12-051-1/+0
* java: remove some unused fieldsNoel Grandin2014-12-051-20/+15
* java: final fields that can be staticNoel Grandin2014-11-254-10/+10
* java: make fields final where possibleNoel Grandin2014-11-1811-48/+48
* java: fix some javadoc errorsNoel Grandin2014-11-1830-65/+41
* java: convert fields to local variables where possibleNoel Grandin2014-11-127-68/+40
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-56/+58
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-9/+20
* nlpsolver: fix javadoc error: bad use of '>'rbuj2014-09-021-3/+4
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-2/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-206-22/+22
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-5/+5
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-3/+3
* java: remove unused methodsNoel Grandin2014-08-194-115/+0
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-142-6/+0
* remove dead java constantsNoel Grandin2014-08-131-1/+0
* make some java fields privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-1311-177/+23
* fix makefileNoel Grandin2014-08-131-1/+0
* java: remove unused enum valuesNoel Grandin2014-08-133-50/+1
* java: remove unused fieldsNoel Grandin2014-08-133-26/+24
* java: reduce scope, make some methods privateNoel Grandin2014-08-1310-24/+24
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-1311-54/+54
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-5/+5
* java: reduce scope, make constants privateNoel Grandin2014-08-121-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1