summaryrefslogtreecommitdiffstats
path: root/javaunohelper
Commit message (Expand)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-92/+93
* coverity#705665 osl_Module->osl::ModuleCaolán McNamara2014-10-301-11/+13
* javaunohelper: remove unused importRobert Antoni Buj i Gelonch2014-10-181-1/+2
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-165-56/+31
* java: always use braces for while loopsNoel Grandin2014-10-163-6/+12
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-62/+67
* 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-022-7/+5
* loplugin: cstylecastNoel Grandin2014-09-291-2/+2
* fix more Java1.5 incompatibilityNoel Grandin2014-09-292-31/+53
* javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch2014-09-282-1175/+1204
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-257-27/+34
* javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnitRobert Antoni Buj i Gelonch2014-09-244-219/+100
* javaunohelper: migrate InterfaceContainer_Test to JUnitRobert Antoni Buj i Gelonch2014-09-243-476/+249
* javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch2014-09-234-88/+74
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-236-6/+5
* javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch2014-09-223-53/+68
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-222-2/+2
* 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-193-15/+20
* javaunohelper: warning: unchecked castrbuj2014-09-151-4/+4
* javaunohelper: use a character literalrbuj2014-09-131-1/+1
* javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-132-2/+2
* javaunohelper: fix some misspellingsrbuj2014-09-095-17/+17
* javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj2014-09-071-2/+3
* javaunohelper: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-23/+0
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-201-8/+2
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2010-42/+42
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-8/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-6/+6
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-192-25/+25
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-12/+12
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-12/+12
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-30/+30
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-23/+23
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-6/+6
* javaunohelper: The assigned value is sometimes usedrbuj2014-08-161-2/+5
* java: remove useless instanceof testsNoel Grandin2014-08-141-2/+2
* java: remove commented out codeNoel Grandin2014-08-142-5/+0
* javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj2014-08-121-4/+8
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-127-0/+19
* javaunohelper: enhancements in decodeUTF8rbuj2014-08-111-10/+5
* javaunohelper: Number parsingrbuj2014-08-111-31/+35
* javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj2014-08-101-8/+4
* javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj2014-08-101-7/+10