# -*- 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_Library_Library,bootstrap)) ifneq ($(debug),) $(eval $(call gb_Library_add_defs,bootstrap,\ $(if $(diag),\ $(if $(filter $(diag),cache full),-D__CACHE_DIAGNOSE) \ $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \ )) endif $(eval $(call gb_Library_use_external,bootstrap,boost_headers)) $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,bootstrap,\ cppu \ cppuhelper \ reg \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap)) $(eval $(call gb_Library_add_exception_objects,bootstrap,\ stoc/source/defaultregistry/defaultregistry \ stoc/source/implementationregistration/implreg \ stoc/source/implementationregistration/mergekeys \ stoc/source/loader/dllcomponentloader \ stoc/source/security/access_controller \ stoc/source/security/file_policy \ stoc/source/security/permissions \ stoc/source/servicemanager/servicemanager \ stoc/source/simpleregistry/simpleregistry \ )) # vim:set noet sw=4 ts=4: od already has a catch(Exception) to handle anything. Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
Modify createTestEnvironment so that it throws Exception. This
is appropriate for unit testing.
The wrapping adds no value and the calling method already has
a catch(Exception) to handle anything.

Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
some spelling fixes, mostly in Java code 2015-06-08T12:06:54+00:00 Noel Grandin noel@peralex.com 2015-06-08T12:06:08+00:00 b9dd51782ceba70bda091191349d31767b7bf744 Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
java: when rethrowing, store the original exception 2014-10-16T10:27:13+00:00 Noel Grandin noel@peralex.com 2014-10-16T10:16:51+00:00 5cba8d44cabc3cbb18648efc9d8658d471b257e7 Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53
Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53
java: use Boolean.valueOf instead of instantiating Boolean objects 2014-08-19T12:57:16+00:00 Noel Grandin noel@peralex.com 2014-08-12T12:00:54+00:00 be1bb7b1ccee28be616b89cc95e97d656e78bbe3 Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
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 some unused import statements 2014-08-04T11:38:31+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:19:23+00:00 dfd4b94a52698858ad8cd595f98d77bc21a11206 Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
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