summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)AuthorFilesLines
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-3/+3
2015-11-11coverity#1338592 Explicit null dereferencedCaolán McNamara1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-21/+21
2015-11-09new loplugin: oncevarNoel Grandin1-8/+4
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-12/+10
2015-11-05java: combine nested if statementsNoel Grandin2-18/+11
2015-11-05java:no need to explicitly create these constructorsNoel Grandin1-4/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-23com::sun::star->css in lingucomponentNoel Grandin1-2/+2
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-2/+6
2015-10-15cid#1326115 Unchecked return valueNoel Grandin1-13/+2
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin1-29/+25
2015-10-14use early returns to make method easier to readNoel Grandin1-74/+73
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin4-18/+18
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann1-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
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