summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin2-7/+8
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin3-41/+41
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin1-23/+17
2013-04-22Java cleanup - static fields that should not be staticNoel Grandin2-18/+4
2013-04-15fdo#60724 correct spellingThomas Arnhold1-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold2-3/+3
2013-04-15fdo#60724 correct spellingThomas Arnhold2-2/+2
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-2/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-02-23Fix typo accessable/accessibleJulien Nabet7-11/+11
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet7-7/+7
2013-02-22s/the the/the/Tor Lillqvist3-7/+7
2013-01-06The "ProductSource" (MWS name) makes no sense any moreTor Lillqvist1-11/+0
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+1
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-5/+0
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza25-747/+18
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin5-8/+6
2012-08-28Java cleanup - remove unused importsNoel Grandin15-33/+0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin4-5/+4
2012-08-20Java update - remove dead codeNoel Grandin5-31/+1
2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin3-4/+2
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin7-30/+25
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin11-28/+28
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-2/+2
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl2-26/+0
2012-06-29Java cleanup - remove unused local variablesNoel Grandin52-209/+61
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin47-179/+159
2012-06-29Java5 update - usage generics where possibleNoel Grandin66-413/+372
2012-06-29Java5 update - Convert Hashtable to HashMapNoel Grandin13-57/+64
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin12-116/+116
2012-06-29re-base on ALv2 code.Michael Meeks13-302/+184
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks10-230/+140
2012-06-21re-base on ALv2 code.Michael Meeks160-3532/+2256
2012-06-20Fix some deprecation warningsNoel Grandin4-8/+13
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-2/+2
2012-05-29Improved error reportingStephan Bergmann2-17/+3
2012-03-23.java files don't need executable bitsMichael Stahl3-0/+0
2012-03-16Removed unused qadevOOo BASIC test codeStephan Bergmann12-3082/+0
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-24dead java code in qaThomas Arnhold3-190/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar5-13/+13
2011-10-07convert qadevOOo to gbuildPeter Foley15-838/+0
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar2-2/+2
2011-08-14Some PMD cleaningJulien Nabet1-3/+3
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-2/+1
2011-03-29use --xxx instead of -xxx for command line optionsNorbert Thiebaud2-2/+2
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks13-36/+268