summaryrefslogtreecommitdiff
path: root/forms/qa
AgeCommit message (Expand)AuthorFilesLines
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M1-1/+1
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-01-16forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is asyncMichael Stahl1-0/+6
2016-01-10Fix typosAndrea Gelmini2-3/+3
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-4/+4
2015-06-05Let JUnit take care of exceptionsNoel Grandin1-39/+8
2015-05-29split forms unoapi test for performanceBjoern Michaelsen4-30/+80
2015-01-13java: inline some test propertiesNoel Grandin2-22/+6
2015-01-05java: remove dead codeNoel Grandin3-131/+4
2014-12-19java: don't synch on an object and also assign to itNoel Grandin1-10/+3
2014-12-15java: remove more test skeleton codeNoel Grandin1-71/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-2/+1
2014-11-25java: remove some comment noiseNoel Grandin3-20/+0
2014-11-25java,framework: remove unused vars and parametersNoel Grandin1-2/+1
2014-11-18java: make fields final where possibleNoel Grandin11-31/+24
2014-11-12java: convert fields to local variables where possibleNoel Grandin4-14/+10
2014-10-30forms: The if statement is redundantRobert Antoni Buj i Gelonch7-38/+13
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-6/+6
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-1/+1
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-3/+11
2014-10-07java: optimise calls to toArrayNoel Grandin1-3/+1
2014-10-01forms: enhanced for loopRobert Antoni Buj i Gelonch1-6/+2
2014-09-30forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch1-10/+2
2014-09-30forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2-4/+4
2014-09-30forms: the assigned value is never usedRobert Antoni Buj i Gelonch2-5/+2
2014-09-30forms: remove import from the same packageRobert Antoni Buj i Gelonch5-16/+0
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch1-1/+1
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch1-7/+6
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch1-1/+3
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin10-50/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-2/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin6-16/+16
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin6-14/+14
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin6-12/+12
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin8-17/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-14java: remove unused importsNoel Grandin3-5/+0
2014-08-14java: remove commented out codeNoel Grandin2-3/+0
2014-08-13remove unnecessary use of Java reflectionNoel Grandin1-28/+5
2014-08-13java: remove dead methodsNoel Grandin8-165/+11