summaryrefslogtreecommitdiff
path: root/sc/qa/complex
AgeCommit message (Expand)AuthorFilesLines
2016-03-20tdf#45904 move java based api tests to c++kadertarlan1-315/+0
2016-03-14remove some unused Java codeNoel Grandin1-2/+0
2016-02-15Remove newly unused .java fileStephan Bergmann1-264/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-10-22Why check that resValue != oldValueStephan Bergmann1-2/+1
2015-10-14java:remove unused importsNoel Grandin1-3/+0
2015-10-14Assume util.ValueComparer.equalValue is precise enough hereStephan Bergmann1-9/+3
2015-10-14These places apparently want to unbox a value boxed as an AnyStephan Bergmann1-36/+9
2015-10-14casting before calling getClass() is a waste of timeNoel Grandin1-5/+2
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin2-192/+120
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin1-7/+7
2015-04-20java: remove some unused codeNoel Grandin1-16/+0
2015-03-25TyposJulien Nabet1-1/+1
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-29/+7
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-8/+0
2015-01-05java: unnecessary importsNoel Grandin1-4/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-4/+4
2014-12-10java: remove some comment noiseNoel Grandin2-2/+2
2014-11-25java: final fields that can be staticNoel Grandin2-2/+2
2014-11-18java: make fields final where possibleNoel Grandin5-13/+13
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-2/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-12/+7
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-2/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-4/+4
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-5/+5
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-14java: remove commented out codeNoel Grandin4-23/+0
2014-08-13java: remove unused fieldsNoel Grandin1-2/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin4-18/+18
2014-08-12java: fix broken javadoc tagsNoel Grandin2-2/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin2-14/+0
2014-08-11java: remove unused parametersNoel Grandin1-4/+4
2014-08-08java: variable cannot be nullNoel Grandin1-5/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-2/+2
2014-08-08java: remove unused variablesNoel Grandin1-2/+0
2014-08-05java: remove commented out codeNoel Grandin8-131/+0
2014-08-05java: remove unused fieldsNoel Grandin1-6/+0
2014-08-05java: remove various unused variablesNoel Grandin3-3/+0
2014-08-04java: remove some unused variablesNoel Grandin1-7/+4
2014-08-04fix spelling compilant -> compliantNoel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-22/+22
2013-10-24avoid localization issueLaurent Godard1-4/+11
2013-09-26typo fixes in commentsAndras Timar3-3/+3
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin1-16/+16