summaryrefslogtreecommitdiffstats
path: root/framework/qa
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-02-051-1/+1
* Fix typosAndrea Gelmini2016-01-104-4/+4
* framework: re-enable two dispatch tests, and make them work harder.Michael Meeks2016-01-082-10/+22
* framework: restore dispatch API test.Michael Meeks2016-01-072-54/+61
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-054-15/+15
* java: make inner classes static where possibleNoel Grandin2015-11-054-4/+4
* convert "continue" flag to an enumNoel Grandin2015-10-161-5/+5
* 1327208 UwF: Unwritten fieldNoel Grandin2015-10-161-1/+0
* Fix typosAndrea Gelmini2015-10-011-3/+3
* Fix typosAndrea Gelmini2015-09-303-7/+7
* Fix typosAndrea Gelmini2015-07-034-4/+4
* Fix typosAndrea Gelmini2015-06-282-2/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-222-2/+2
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-112-6/+4
* Let JUnit take care of exceptionsNoel Grandin2015-06-055-322/+182
* java: remove some unused codeNoel Grandin2015-04-203-17/+0
* Typo: formated->formattedJulien Nabet2015-03-251-2/+2
* TyposJulien Nabet2015-02-263-8/+8
* java: remove some dead propertiesNoel Grandin2015-01-131-2/+0
* java: inline the CheckAPI propertiesNoel Grandin2015-01-132-54/+13
* java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2015-01-132-5/+5
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-127-60/+23
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-121-3/+0
* java: simplify array creationNoel Grandin2015-01-092-6/+3
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-072-4/+4
* java: unnecessary importsNoel Grandin2015-01-051-6/+0
* java: remove more dead codeNoel Grandin2015-01-053-6/+4
* java: these fields can become local variablesNoel Grandin2015-01-051-2/+1
* java: remove dead codeNoel Grandin2015-01-054-510/+0
* java: static fields that should not be staticNoel Grandin2014-12-196-12/+11
* java: this does not need to be a ThreadNoel Grandin2014-12-191-2/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-3/+3
* java: remove comment noiseNoel Grandin2014-12-102-2/+0
* java: simplify the getMSF() methodsNoel Grandin2014-12-1012-30/+14
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java,framework: remove unused vars and parametersNoel Grandin2014-11-257-28/+12
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-243-6/+6
* java: make fields final where possibleNoel Grandin2014-11-1815-33/+33
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: convert fields to local variables where possibleNoel Grandin2014-11-123-27/+25
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-162-3/+2
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-2/+2
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-5/+11
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-9/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-202-6/+6
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-4/+4
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-74/+74