summaryrefslogtreecommitdiff
path: root/forms/qa
AgeCommit message (Expand)Author
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13remove unnecessary use of Java reflectionNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-26Remove visual noise from formsAlexander Wilms
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-04-26Java cleanup, call static methods staticallyNoel Grandin
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
2013-04-19Java cleanup, use generics in calls to UnoRuntime#queryInterfaceNoel Grandin
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-11-27Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enablin...Michael Meeks
2012-11-27fs34b: #i117459# fixed the test - do not create multiple children of a docume...Frank Schoenheit [fs]
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2011-09-12sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling testStephan Bergmann