summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-9/+9
2015-01-20Some more loplugin:cstylecast: javaunohelperStephan Bergmann3-15/+15
2015-01-09java: simplify array creationNoel Grandin1-7/+7
2015-01-09fix indexesCaolán McNamara1-3/+3
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-1/+0
2015-01-07javaunohelper: missing includeMiklos Vajna1-0/+1
2015-01-07WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara1-8/+7
2015-01-05java: remove more dead codeNoel Grandin1-2/+2
2015-01-05java: remove dead codeNoel Grandin3-8/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-16java: remove OOoRunnerLightNoel Grandin1-1/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin3-3/+3
2014-12-15silence coverity#705667 Resource leakCaolán McNamara1-9/+7
2014-12-15stronger checks when creating Java UNO componentsNoel Grandin1-9/+41
2014-12-11java: remove some unnecessary interfacesNoel Grandin1-4/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-2/+2
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin2-6/+6
2014-12-03Fold URE: WindowsStephan Bergmann1-2/+1
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann1-1/+1
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-1/+6
2014-11-25java: remove some comment noiseNoel Grandin2-14/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java: remove some unnecessary castsNoel Grandin1-38/+38
2014-11-18java: make fields final where possibleNoel Grandin8-16/+16
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-92/+93
2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara1-11/+13
2014-10-18javaunohelper: remove unused importRobert Antoni Buj i Gelonch1-1/+2
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin5-56/+31
2014-10-16java: always use braces for while loopsNoel Grandin3-6/+12
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-62/+67
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch1-1/+0
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-10-02javaunohelper: More robust way to wait for finalizationRobert Antoni Buj i Gelonch1-9/+5
2014-10-02More robust way to wait for finalizationStephan Bergmann2-7/+5
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-31/+53
2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch2-1175/+1204
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin7-27/+34
2014-09-24javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnitRobert Antoni Buj i Gelonch4-219/+100
2014-09-24javaunohelper: migrate InterfaceContainer_Test to JUnitRobert Antoni Buj i Gelonch3-476/+249
2014-09-23javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch4-88/+74
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch6-6/+5
2014-09-22javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch3-53/+68
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2-2/+2
2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch6-301/+168
2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch3-15/+20
2014-09-15javaunohelper: warning: unchecked castrbuj1-4/+4
2014-09-13javaunohelper: use a character literalrbuj1-1/+1