summaryrefslogtreecommitdiffstats
path: root/javaunohelper
Commit message (Expand)AuthorAgeFilesLines
...
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-102-6/+6
* Fold URE: WindowsStephan Bergmann2014-12-031-2/+1
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+6
* java: remove some comment noiseNoel Grandin2014-11-252-14/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: remove some unnecessary castsNoel Grandin2014-11-181-38/+38
* java: make fields final where possibleNoel Grandin2014-11-188-16/+16
* 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