summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_dbaccess
AgeCommit message (Expand)AuthorFilesLines
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2019-07-26cid#1448530 RV: Bad use of return valueCaolán McNamara1-1/+9
2018-09-13Fix typosAndrea Gelmini1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-10-05coverity#1399440 Dm: Dubious method usedCaolán McNamara1-1/+8
2017-05-05Fix typosAndrea Gelmini1-1/+1
2016-12-31Dispose XWindow when doneStephan Bergmann1-0/+9
2016-09-23Make createDesktop return XDesktop, not ObjectSamuel Mehrbrodt2-7/+4
2016-08-19coverity#1371454 DE: Dropped or ignored exceptionCaolán McNamara1-0/+1
2016-03-14remove some unused Java codeNoel Grandin1-2/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-19coverity#1326953 RV: Bad use of return valueCaolán McNamara1-2/+3
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-04coverity#1327111 UrF: Unread fieldCaolán McNamara1-2/+0
2015-10-21cid#1327111 UrF: Unread fieldNoel Grandin1-1/+0
2015-10-20coverity#1327109 UrF: Unread fieldCaolán McNamara3-28/+11
2015-10-20coverity#1327110 UrF: Unread fieldCaolán McNamara1-9/+3
2015-10-20coverity#1327112 UrF: Unread fieldCaolán McNamara1-9/+3
2015-10-16cid#1327204 UwF: Unwritten fieldNoel Grandin1-1/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-14coverity#1327164 UrF: Unread fieldCaolán McNamara1-1/+0
2015-10-14cid#1326672 DLS: Dead local storeNoel Grandin1-14/+4
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-06-15java: 'final static' to 'static final'Noel Grandin2-2/+2
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin6-26/+5
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin5-75/+36
2015-06-09java:remove unused importsNoel Grandin1-1/+0
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin2-53/+26
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin2-2/+2
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin15-955/+426
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin11-18/+18
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin5-75/+10
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-9/+6
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-2/+1
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin4-113/+49
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin5-6/+6
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-5/+5
2014-08-14java: remove commented out codeNoel Grandin1-4/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin15-0/+30
2014-08-11fdo#82151 finish fixupLionel Elie Mamane1-0/+6
2014-08-11java: remove unused parametersNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin1-5/+0
2014-08-04java: remove some unused import statementsNoel Grandin5-5/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin15-45/+45
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni2-3/+3
2014-02-06Typo: realtion -> relationJulien Nabet2-2/+2
2013-11-24Some Java String clean-upStephan Bergmann2-2/+2