summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini6-7/+7
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06speed up Java unit tests by removing sleepsNoel Grandin44-128/+122
2015-10-15java: 'final static' to 'static final'Noel Grandin3-15/+15
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+1
2015-04-20java: some random small cleanupsNoel Grandin1-6/+1
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen1-5/+12
2015-03-30add some helpful log messagesBjoern Michaelsen1-0/+2
2015-03-25TyposJulien Nabet2-2/+2
2015-03-23TyposJulien Nabet1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-03-01Typo: ocured->occuredJulien Nabet2-2/+2
2015-02-26TyposJulien Nabet3-8/+8
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-2/+2
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann1-7/+2
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2-21/+35
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin1-3/+3
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin51-421/+113
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin3-5/+1
2015-01-12java: no need to sleep quite so oftenNoel Grandin1-7/+7
2015-01-09java: simplify array creationNoel Grandin1-9/+7
2015-01-05java: unnecessary importsNoel Grandin1-2/+0
2015-01-05java: avoid octal literalsNoel Grandin1-2/+2
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin1-2/+2
2015-01-05java: compare Strings using equals()Noel Grandin1-1/+1
2014-12-19java: static fields that should not be staticNoel Grandin6-14/+12
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
2014-11-25java: remove some comment noiseNoel Grandin1-6/+1
2014-11-25java: final fields that can be staticNoel Grandin8-9/+9
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin2-4/+1
2014-11-18java: make fields final where possibleNoel Grandin40-57/+56
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini13-27/+27
2014-11-12java: convert fields to local variables where possibleNoel Grandin6-13/+7
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
2014-10-17java: dodgy &= operationNoel Grandin1-4/+2
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-2/+1
2014-10-17java: final fields that can be staticNoel Grandin4-6/+6
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-16/+9
2014-10-16java: always use braces for while loopsNoel Grandin2-3/+4
2014-10-09typo: proeprty -> propertyAndras Timar2-2/+2
2014-10-09typo: Lable -> LabelAndras Timar1-2/+2
2014-10-07java: simplify some for loops to while loopsNoel Grandin1-1/+1
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin1-1/+1
2014-10-07java: simplify conditions involving logical negationNoel Grandin4-11/+11
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-6/+6
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin4-6/+6