summaryrefslogtreecommitdiffstats
path: root/sc/qa/complex
Commit message (Expand)AuthorAgeFilesLines
* tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo2017-05-291-37/+0
* tdf#45904 move java based api tests to c++kadertarlan2016-03-201-315/+0
* remove some unused Java codeNoel Grandin2016-03-141-2/+0
* Remove newly unused .java fileStephan Bergmann2016-02-151-264/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Why check that resValue != oldValueStephan Bergmann2015-10-221-2/+1
* java:remove unused importsNoel Grandin2015-10-141-3/+0
* Assume util.ValueComparer.equalValue is precise enough hereStephan Bergmann2015-10-141-9/+3
* These places apparently want to unbox a value boxed as an AnyStephan Bergmann2015-10-141-36/+9
* casting before calling getClass() is a waste of timeNoel Grandin2015-10-141-5/+2
* chmod -xTor Lillqvist2015-07-291-0/+0
* java:remove more unnecessary catch/re-throwNoel Grandin2015-06-112-192/+120
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-111-7/+7
* java: remove some unused codeNoel Grandin2015-04-201-16/+0
* TyposJulien Nabet2015-03-251-1/+1
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-29/+7
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-121-8/+0
* java: unnecessary importsNoel Grandin2015-01-051-4/+0
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-4/+4
* java: remove some comment noiseNoel Grandin2014-12-102-2/+2
* java: final fields that can be staticNoel Grandin2014-11-252-2/+2
* java: make fields final where possibleNoel Grandin2014-11-185-13/+13
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-2/+1
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-12/+7
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-1/+1
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-5/+5
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove commented out codeNoel Grandin2014-08-144-23/+0
* java: remove unused fieldsNoel Grandin2014-08-131-2/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-134-18/+18
* java: fix broken javadoc tagsNoel Grandin2014-08-122-2/+0
* java: remove useless javadoc tagsNoel Grandin2014-08-122-14/+0
* java: remove unused parametersNoel Grandin2014-08-111-4/+4
* java: variable cannot be nullNoel Grandin2014-08-081-5/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-2/+2
* java: remove unused variablesNoel Grandin2014-08-081-2/+0
* java: remove commented out codeNoel Grandin2014-08-058-131/+0
* java: remove unused fieldsNoel Grandin2014-08-051-6/+0
* java: remove various unused variablesNoel Grandin2014-08-053-3/+0
* java: remove some unused variablesNoel Grandin2014-08-041-7/+4
* fix spelling compilant -> compliantNoel Grandin2014-08-041-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-22/+22
* avoid localization issueLaurent Godard2013-10-241-4/+11
* typo fixes in commentsAndras Timar2013-09-263-3/+3