summaryrefslogtreecommitdiff
path: root/extensions/qa/integration
AgeCommit message (Collapse)Author
2016-03-14remove some unused Java codeNoel Grandin
found by UCDetector Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
2015-11-05java: make inner classes static where possibleNoel Grandin
Change-Id: Icc6444ad15d9f4b50858d8c1b1d3adeaeac40926
2015-06-28Fix typosAndrea Gelmini
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-01-05java: unnecessary importsNoel Grandin
found by CodePro Change-Id: If1b75e43f81d70984422e437147048a491395b66
2014-12-15java: remove more test skeleton codeNoel Grandin
Change-Id: I37a82554de4f77be7e0fb3e42245a70b53beb83c Reviewed-on: https://gerrit.libreoffice.org/13476 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-18java: make fields final where possibleNoel Grandin
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-12java: convert fields to local variables where possibleNoel Grandin
found by PMD Change-Id: I05b45382b8fb1b734657ce9421a20e6ef6fbe542 Reviewed-on: https://gerrit.libreoffice.org/12376 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-17java: final fields that can be staticNoel Grandin
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-14java: remove unused importsNoel Grandin
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-13java: remove dead methodsNoel Grandin
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
.. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
2014-08-08java: remove redundant null checksNoel Grandin
Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-08java: remove redundant super-interfacesNoel Grandin
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
2014-08-05java: remove unused fieldsNoel Grandin
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling, it breaks the build of 3rd-party libraries using autoconfigury on Windows. The value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those libs run in Cygwin and assume that a PATH_SEPARATOR environment variable should be correct for Cygwin. Which ";" isn't. Rename the variable to LIBO_PATH_SEPARATOR. Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz
This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov
2008-04-11INTEGRATION: CWS changefileheader (1.6.72); FILE MERGEDRüdiger Timm
2008/03/31 12:31:19 rt 1.6.72.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.364); FILE MERGEDRüdiger Timm
2008/03/31 12:31:19 rt 1.2.364.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.314); FILE MERGEDRüdiger Timm
2008/03/31 12:31:19 rt 1.3.314.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.222); FILE MERGEDRüdiger Timm
2008/03/31 12:31:19 rt 1.3.222.1: #i87441# Change license header to LPGL v3.
2007-11-06INTEGRATION: CWS execshellmacrogone (1.4.16); FILE MERGEDRüdiger Timm
2007/10/24 08:32:57 rene 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/24 06:35:39 rene 1.4.16.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-07-24INTEGRATION: CWS complextest1 (1.4.34); FILE MERGEDRüdiger Timm
2007/07/16 10:59:52 sg 1.4.34.1: #i78662#fixed makefile bug
2007-05-10INTEGRATION: CWS dba23a (1.3.176); FILE MERGEDKurt Zenker
2007/03/01 12:00:26 fs 1.3.176.1: respect env variables for runner parameters
2006-12-13INTEGRATION: CWS oihelp (1.2.138); FILE MERGEDKurt Zenker
2006/11/16 08:58:14 fs 1.2.138.1: #i71485# show a help section
2006-12-13INTEGRATION: CWS oihelp (1.1.2); FILE ADDEDKurt Zenker
2006/11/16 08:58:48 fs 1.1.2.1: #i71485# dummy help text provider
2006-07-26INTEGRATION: CWS dba204b (1.2.52); FILE MERGEDRüdiger Timm
2006/07/13 07:12:16 fs 1.2.52.1: #i65159#
2006-05-04INTEGRATION: CWS dba203c (1.2.14); FILE MERGEDRüdiger Timm
2006/05/03 08:35:27 fs 1.2.14.1: some less shell calls
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/23 10:15:41 fs 1.1.2.1: complex/integration tests for the extensions module
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/23 10:16:43 fs 1.1.2.1: scenario file (no non-interactive tests so far)
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/23 10:16:06 fs 1.1.2.1: test skeleton
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/28 13:09:57 fs 1.1.2.3: outsourced the factory to a more generic class 2006/03/28 06:22:20 fs 1.1.2.2: property label changed 2006/03/23 11:51:29 fs 1.1.2.1: a handler displaying the supported services, with support for live-link to the online documentation
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/28 13:08:59 fs 1.1.2.3: additional handler displaying the methods 2006/03/23 11:51:59 fs 1.1.2.2: extra handler for displaying supported services in a clickable form 2006/03/23 10:16:16 fs 1.1.2.1: interactive ObjectInspector test
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/28 13:10:29 fs 1.1.2.1: handler for displaying the methods of an inspectee
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/23 10:15:47 fs 1.1.2.1: wrapper for the css.frame.Frame service
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/23 11:51:50 fs 1.1.2.1: helper for waiting for a console input
2006-03-31INTEGRATION: CWS dba203b (1.1.2); FILE ADDEDVladimir Glazounov
2006/03/28 13:09:47 fs 1.1.2.1: factory for creating components with ComponentContext and with or without arguments