summaryrefslogtreecommitdiffstats
path: root/forms/qa/integration
Commit message (Expand)AuthorAgeFilesLines
* java: remove more test skeleton codeNoel Grandin2014-12-151-71/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: remove some comment noiseNoel Grandin2014-11-253-20/+0
* java,framework: remove unused vars and parametersNoel Grandin2014-11-251-2/+1
* java: make fields final where possibleNoel Grandin2014-11-189-26/+19
* java: convert fields to local variables where possibleNoel Grandin2014-11-123-10/+7
* forms: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-307-38/+13
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-6/+6
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-161-3/+11
* java: optimise calls to toArrayNoel Grandin2014-10-071-3/+1
* forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch2014-09-301-10/+2
* forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2014-09-302-4/+4
* forms: the assigned value is never usedRobert Antoni Buj i Gelonch2014-09-301-1/+1
* forms: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-305-16/+0
* Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch2014-09-291-1/+1
* forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch2014-09-291-7/+6
* forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch2014-09-291-1/+3
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-195-15/+15
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-197-16/+16
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused importsNoel Grandin2014-08-143-5/+0
* java: remove commented out codeNoel Grandin2014-08-142-3/+0
* remove unnecessary use of Java reflectionNoel Grandin2014-08-131-28/+5
* java: remove dead methodsNoel Grandin2014-08-135-121/+6
* java: reduce scope, make some methods privateNoel Grandin2014-08-132-5/+5
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-7/+3
* java: remove useless javadoc tagsNoel Grandin2014-08-121-1/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1214-0/+33
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* java: remove unused parametersNoel Grandin2014-08-111-4/+0
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-087-10/+9
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-085-5/+5
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove dead methodsNoel Grandin2014-08-081-16/+0
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-048-8/+8
* Remove visual noise from formsAlexander Wilms2014-02-264-10/+10
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-201-1/+1
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-061-5/+7
* Java cleanup, call static methods staticallyNoel Grandin2013-04-261-4/+4
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-241-2/+2
* Java cleanup, use generics in calls to UnoRuntime#queryInterfaceNoel Grandin2013-04-196-14/+14