# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_UITest_UITest,calc_tests3)) $(eval $(call gb_UITest_add_modules,calc_tests3,$(SRCDIR)/sc/qa/uitest,\ calc_tests3/ \ )) $(eval $(call gb_UITest_set_defs,calc_tests3, \ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \ )) # vim: set noet sw=4 ts=4: https://gerrit.libreoffice.org/16202 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Make the order be 'public static' or 'private static'
Just makes the code nicer to read.

Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2
Reviewed-on: https://gerrit.libreoffice.org/16202
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
java: make fields final where possible 2014-11-18T10:44:28+00:00 Noel Grandin noel@peralex.com 2014-11-18T08:01:21+00:00 0063cf285696951e336b9cec1da8881997b286ce found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
found by PMD

Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
java: add @Override annotation to overriding methods 2014-08-12T07:41:28+00:00 Noel Grandin noel@peralex.com 2014-08-06T06:55:09+00:00 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
java: remove unused fields 2014-08-05T09:31:50+00:00 Noel Grandin noel@peralex.com 2014-08-04T14:27:56+00:00 d26540bb05b0443e7988da34372c86f88cbf1f6c Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
java: remove some casting in lib.TestParameters#getMSF 2014-08-04T11:38:30+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:16:37+00:00 f493555623fb36bb51e78a4630483271ed36afe7 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
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
Java cleanup, remove the rest of the unnecessary casts 2013-04-19T07:52:08+00:00 Noel Grandin noel@peralex.com 2013-04-17T12:59:35+00:00 8d87758d65e4a03271f76e354dfc84c1fcd5fe21 Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa Reviewed-on: https://gerrit.libreoffice.org/3432 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
Reviewed-on: https://gerrit.libreoffice.org/3432
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>