summaryrefslogtreecommitdiffstats
path: root/javaunohelper/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in codeAndrea Gelmini2020-09-011-2/+2
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Typos for "available"Julien Nabet2017-09-021-1/+1
* Fix typosAndrea Gelmini2017-03-251-2/+2
* Typo: listerner->listenerJulien Nabet2017-01-171-1/+1
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-2/+2
* java: combine nested if statementsNoel Grandin2015-11-051-12/+8
* java:no need to explicitly create these constructorsNoel Grandin2015-11-051-4/+0
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-9/+9
* java: remove more dead codeNoel Grandin2015-01-051-2/+2
* java: remove dead codeNoel Grandin2015-01-053-8/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-153-3/+3
* java: remove some unnecessary interfacesNoel Grandin2014-12-111-4/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-2/+2
* java: remove some unnecessary castsNoel Grandin2014-11-181-38/+38
* java: always use braces for while loopsNoel Grandin2014-10-161-3/+6
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-1/+0
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* javaunohelper: More robust way to wait for finalizationRobert Antoni Buj i Gelonch2014-10-021-9/+5
* More robust way to wait for finalizationStephan Bergmann2014-10-021-7/+4
* javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch2014-09-281-1175/+1201
* javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnitRobert Antoni Buj i Gelonch2014-09-243-219/+96
* javaunohelper: migrate InterfaceContainer_Test to JUnitRobert Antoni Buj i Gelonch2014-09-242-476/+247
* javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch2014-09-231-56/+28
* javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch2014-09-221-53/+33
* javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch2014-09-216-301/+168
* javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch2014-09-191-1/+2
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-14/+0
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-201-8/+2
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-208-38/+38
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-6/+6
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-22/+22
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-10/+10
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-10/+10
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-26/+26
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-18/+18
* java: remove useless instanceof testsNoel Grandin2014-08-141-2/+2
* java: remove commented out codeNoel Grandin2014-08-141-1/+0
* javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj2014-08-121-4/+8
* javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj2014-08-101-7/+10
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-2/+0
* java: remove redundant null checksNoel Grandin2014-08-081-7/+4
* java: code some code to use non-deprecated constructorsNoel Grandin2014-08-082-2/+2
* java: remove unused variablesNoel Grandin2014-08-081-16/+14
* java: remove commented out codeNoel Grandin2014-08-055-85/+0
* java: remove various unused variablesNoel Grandin2014-08-053-11/+9
* Remove visual noise from javaunohelperAlexander Wilms2014-02-262-13/+13
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-062-10/+7
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-151-5/+5