summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Make createDesktop return XDesktop, not ObjectSamuel Mehrbrodt1-2/+1
2016-08-19Resolves: coverity#1371451 Useless callCaolán McNamara1-1/+1
2016-07-11Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini5-5/+5
2015-12-19coverity#1326953 RV: Bad use of return valueCaolán McNamara1-1/+4
2015-12-10coverity#1326610 DE: Dropped or ignored exceptionCaolán McNamara1-3/+5
2015-11-19qadevOOo: sadly XToolkit::processEventsToIdle doesn't fix...Michael Stahl1-1/+3
2015-11-17qadevOOo: fix race in the ScAccessiblePreviewTable event testMichael Stahl1-7/+11
2015-11-04coverity#1326592 Useless callCaolán McNamara3-6/+0
2015-10-15coverity#1326277 Explicit null dereferencedCaolán McNamara1-8/+3
2015-10-15coverity#1326278 Explicit null dereferencedCaolán McNamara1-8/+2
2015-10-15coverity#1326279 Explicit null dereferencedCaolán McNamara1-8/+3
2015-10-15cid#1326900 IM: Questionable integer mathNoel Grandin1-1/+1
2015-10-14coverity#1327175 UuF: Unused fieldCaolán McNamara1-1/+0
2015-09-30Fix typosAndrea Gelmini3-4/+4
2015-06-15java: remove unnecessary threadingNoel Grandin3-88/+9
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin120-1305/+382
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-3/+3
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin8-13/+7
2015-06-09java:remove unused importsNoel Grandin1-1/+0
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin6-131/+79
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin91-91/+91
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin115-3883/+1464
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin91-103/+103
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin9-75/+15
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin4-8/+0
2015-01-05java: more efficient float parsingNoel Grandin3-3/+3
2014-12-15java: remove some unused fields and variablesNoel Grandin3-6/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin9-20/+20
2014-11-25java: final fields that can be staticNoel Grandin7-7/+7
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin10-13/+13
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin7-25/+13
2014-10-09typo: proeprty -> propertyAndras Timar1-1/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin12-13/+13
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin7-7/+7
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-2/+2
2014-08-14java: remove commented out codeNoel Grandin8-29/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin126-2/+376
2014-08-11java: remove unused parametersNoel Grandin10-10/+10
2014-08-08java: variable cannot be nullNoel Grandin3-7/+0
2014-08-04java: remove some unused import statementsNoel Grandin99-99/+0
2014-08-04java: remove some unused variablesNoel Grandin4-4/+4
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin126-177/+177
2014-08-04java: removed unused importsNoel Grandin4-5/+0
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni4-7/+7
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist5-6/+6
2013-11-04Try make this more robust in slow environmentsStephan Bergmann1-19/+29