summaryrefslogtreecommitdiff
path: root/framework/qa
AgeCommit message (Expand)AuthorFilesLines
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-15/+15
2015-11-05java: make inner classes static where possibleNoel Grandin4-4/+4
2015-10-16convert "continue" flag to an enumNoel Grandin1-5/+5
2015-10-161327208 UwF: Unwritten fieldNoel Grandin1-1/+0
2015-10-01Fix typosAndrea Gelmini1-3/+3
2015-09-30Fix typosAndrea Gelmini3-7/+7
2015-07-03Fix typosAndrea Gelmini4-4/+4
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini2-2/+2
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin2-6/+4
2015-06-05Let JUnit take care of exceptionsNoel Grandin5-322/+182
2015-04-20java: remove some unused codeNoel Grandin3-17/+0
2015-03-25Typo: formated->formattedJulien Nabet1-2/+2
2015-02-26TyposJulien Nabet3-8/+8
2015-01-13java: remove some dead propertiesNoel Grandin1-2/+0
2015-01-13java: inline the CheckAPI propertiesNoel Grandin2-54/+13
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2-5/+5
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin7-60/+23
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-3/+0
2015-01-09java: simplify array creationNoel Grandin2-6/+3
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara2-4/+4
2015-01-05java: unnecessary importsNoel Grandin1-6/+0
2015-01-05java: remove more dead codeNoel Grandin3-6/+4
2015-01-05java: these fields can become local variablesNoel Grandin1-2/+1
2015-01-05java: remove dead codeNoel Grandin4-510/+0
2014-12-19java: static fields that should not be staticNoel Grandin6-12/+11
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-3/+3
2014-12-10java: remove comment noiseNoel Grandin2-2/+0
2014-12-10java: simplify the getMSF() methodsNoel Grandin12-30/+14
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-25java,framework: remove unused vars and parametersNoel Grandin7-28/+12
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin3-6/+6
2014-11-18java: make fields final where possibleNoel Grandin15-33/+33
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: convert fields to local variables where possibleNoel Grandin3-27/+25
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin2-3/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-2/+2
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-5/+11
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-9/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-6/+6
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-4/+4
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-74/+74
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-6/+6