summaryrefslogtreecommitdiffstats
path: root/nlpsolver/src
Commit message (Collapse)AuthorAgeFilesLines
* java: remove modifiers implied by the contextNoel Grandin2014-08-201-14/+14
| | | | | | found by PMD Change-Id: I04cbf986ddbcffff987784f381b8a9f52f1b3f31
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-5/+5
| | | | Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-3/+3
| | | | Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
* java: remove unused methodsNoel Grandin2014-08-191-16/+0
| | | | Change-Id: Ibb905e6f3e7d92a0e558f1f6562e5b472cd2717b
* java: remove dead methodsNoel Grandin2014-08-132-13/+3
| | | | | | found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
* java: remove unused enum valuesNoel Grandin2014-08-133-50/+1
| | | | | | found by UCDetector Change-Id: Ic07be7e34204b5d838a722e1ce6038506a771144
* java: remove unused fieldsNoel Grandin2014-08-131-3/+1
| | | | | | found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
* java: reduce scope, make some methods privateNoel Grandin2014-08-132-9/+9
| | | | | | found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3
| | | | | | found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
* java: reduce scope, make fields privateNoel Grandin2014-08-134-29/+29
| | | | | | found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-5/+5
| | | | | | found by UCDetector Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
* fdo#78004 fix string formattingAlex Gulyás2014-04-271-1/+1
| | | | | | | | | Added missing 's' Change-Id: I7570d86d65ebcffc547b06ab9c19843de0b90436 Reviewed-on: https://gerrit.libreoffice.org/9181 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Remove trailing whitespace from nlpsolverAlexander Wilms2014-02-2611-54/+54
| | | | | | | Change-Id: I8ee2aff2c18adaf5582ed6eeb174e88313d8c8a2 Reviewed-on: https://gerrit.libreoffice.org/8283 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-3/+3
| | | | Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-061-7/+8
| | | | Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
* remove some unnecessary castsNoel Grandin2013-05-061-5/+4
| | | | Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+5
|
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-197-34/+34
| | | | | | | Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl2012-10-231-0/+0
| | | | Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
* fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza2012-09-2714-52/+1
| | | | | | | | More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-061-1/+0
| | | | Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
* remove malingering legacy RCS tags.Michael Meeks2012-06-2817-51/+0
|
* localize nlpsolver .properties files within the buildAndras Timar2012-01-0351-1283/+0
|
* dos2unixAndras Timar2011-12-142-53/+53
|
* nlpsolver: remove unneeded exec bitsMiklos Vajna2011-12-0322-0/+0
|
* remove CR/LF linefeed from descriptionAndras Timar2011-11-291-2/+1
|
* enable l10n of nlpsolverAndras Timar2011-11-291-3/+3
|
* nlpsolver: add missing passive registration rdbMichael Meeks2011-11-281-0/+13
|
* nlpsolver: migrate the build to use native gnumake buildMichael Meeks2011-11-289-159/+73
| | | | | | Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration.
* move translation files into the correct placeMichael Meeks2011-11-2853-0/+1336
|
* Flatten un-maintained ex. Sun/Oracle nlpsolver extension into the repoMichael Meeks2011-11-2822-0/+2896
This should make it easier to hack, and also to separate out the tangled in third party EvolutionarySolver as/when we can.