summaryrefslogtreecommitdiffstats
path: root/forms/qa
Commit message (Expand)AuthorAgeFilesLines
* 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-196-16/+16
* 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-198-17/+17
* 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-138-165/+11
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-8/+8
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-122-8/+4
* java: remove useless javadoc tagsNoel Grandin2014-08-123-23/+7
* 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-086-6/+6
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove dead methodsNoel Grandin2014-08-081-16/+0
* java: remove commented out codeNoel Grandin2014-08-051-5/+0
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-048-8/+8
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-3/+3
* 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-062-20/+26
* 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
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-1918-111/+111
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-2/+2
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-2/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-274-26/+70
* Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enablin...Michael Meeks2012-11-271-1/+1
* fs34b: #i117459# fixed the test - do not create multiple children of a docume...Frank Schoenheit [fs]2012-11-272-24/+4
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-244-20/+0
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-019-36/+0
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-0614-34/+0
* java: printStackTrace always to stderrThomas Arnhold2012-07-133-5/+5
* re-base on ALv2 code.Michael Meeks2012-06-292-46/+28
* re-base on ALv2 code.Michael Meeks2012-06-2110-236/+146
* re-base on ALv2 code.Michael Meeks2012-06-2123-351/+359
* sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling testStephan Bergmann2011-09-121-1/+1