summaryrefslogtreecommitdiffstats
path: root/bean/com
Commit message (Expand)AuthorAgeFilesLines
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* coverity#1328488 DLS: Dead local storeCaolán McNamara2015-10-221-1/+1
* coverity#1326431 Dereference null return valueCaolán McNamara2015-10-201-21/+13
* cid#1326334 Unguarded readNoel Grandin2015-10-161-17/+11
* coverity#1326731 Dm: Dubious method usedCaolán McNamara2015-10-151-2/+5
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-1/+1
* cid#1326360 Data race conditionNoel Grandin2015-10-141-12/+13
* cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin2015-10-141-3/+3
* Fix typosAndrea Gelmini2015-10-021-1/+1
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java:use System.arrayCopy to copy arraysNoel Grandin2015-06-091-2/+1
* reduce sleep when connecting to soffice from JavaNoel Grandin2015-06-031-4/+3
* java: these fields can be converted to local variablesNoel Grandin2014-12-191-6/+4
* java: remove some unused local variablesNoel Grandin2014-12-051-2/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-10/+8
* java: make fields final where possibleNoel Grandin2014-11-185-14/+14
* java: rather use @Deprecated annotationNoel Grandin2014-11-185-15/+7
* Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin2014-10-284-11/+11
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-251-1/+1
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-15/+17
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-163-50/+66
* bean: String comparisonRobert Antoni Buj i Gelonch2014-10-111-1/+1
* bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch2014-10-101-9/+3
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-3/+2
* [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann2014-09-308-1258/+0
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-2/+2
* bean: Array concatenated with a StringRobert Antoni Buj i Gelonch2014-09-172-2/+4
* bean: encode(String) in URLEncoder has been deprecatedRobert Antoni Buj i Gelonch2014-09-171-7/+26
* Revert bean part of "java: remove dead methods"Stephan Bergmann2014-09-169-7/+362
* bean: encode(String) in URLEncoder has been deprecatedrbuj2014-09-161-8/+27
* bean: Boolean Parsingrbuj2014-09-101-1/+1
* set names on some Java threadsMichael Stahl2014-09-084-2/+6
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-202-3/+3
* remove some dead Java codeNoel Grandin2014-08-202-6/+0
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-3/+3
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-16/+16
* java: remove unused methodsNoel Grandin2014-08-191-65/+0
* java: remove unused importsNoel Grandin2014-08-144-7/+0
* java: remove commented out codeNoel Grandin2014-08-142-2/+0
* java: remove dead methodsNoel Grandin2014-08-139-291/+7
* java: remove unused fieldsNoel Grandin2014-08-131-1/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-7/+7
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-135-11/+11