summaryrefslogtreecommitdiffstats
path: root/framework/qa
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-195-6/+6
* java: remove unused methodsNoel Grandin2014-08-191-11/+0
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-148-44/+9
* remove dead java constantsNoel Grandin2014-08-131-14/+0
* java: remove dead methodsNoel Grandin2014-08-133-106/+2
* java: remove unused fieldsNoel Grandin2014-08-133-16/+12
* java: reduce scope, make some methods privateNoel Grandin2014-08-133-4/+4
* java: reduce scope, make member classes privateNoel Grandin2014-08-134-5/+5
* java: reduce scope, make fields privateNoel Grandin2014-08-137-25/+25
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-3/+3
* java: reduce scope, make constants privateNoel Grandin2014-08-121-5/+5
* java: fix broken javadoc tagsNoel Grandin2014-08-122-4/+0
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-127-0/+7