summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
AgeCommit message (Expand)AuthorFilesLines
2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl1-1/+26
2015-12-21related tdf#86784: new API got backported to 5.1Thorsten Behrens1-2/+2
2015-12-21cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann1-1/+3
2015-12-20Fix @since tagsStephan Bergmann1-2/+2
2015-12-18tdf#86784: Pass custom options to Java bootstrapKatarina Behrens1-7/+51
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-2/+6
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-8/+8
2015-01-09java: simplify array creationNoel Grandin1-7/+7
2015-01-09fix indexesCaolán McNamara1-3/+3
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-1/+0
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-1/+1
2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch1-9/+11
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
2014-08-09javaunohelper: Iterate over each Entry in a Maprbuj1-7/+3
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-01-31Silence javadoc 8 errorsStephan Bergmann1-5/+8
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-2/+20
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann1-20/+5
2012-09-20No need for the juh/juhx dance when DISABLE_DYNLOADINGTor Lillqvist1-1/+31
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-06-29revert changes to public URE APIs in previous commitMichael Stahl1-5/+4
2012-06-29Java5 updates - update code to use genericsNoel Grandin1-9/+10
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-6/+6
2011-06-16silence a couple of javadoc warningsNorbert Thiebaud1-2/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien1-10/+10
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers1-2/+0
2008-07-11INTEGRATION: CWS jsc21 (1.15.14); FILE MERGEDRüdiger Timm1-2/+2
2008-04-11INTEGRATION: CWS changefileheader (1.15.12); FILE MERGEDRüdiger Timm1-23/+18
2007-06-27INTEGRATION: CWS sb70 (1.14.32); FILE MERGEDJens-Heiner Rechtien1-4/+8
2006-01-20INTEGRATION: CWS tbe25 (1.13.8); FILE MERGEDOliver Bolte1-4/+7
2005-09-07INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGEDRüdiger Timm1-47/+21
2005-07-07INTEGRATION: CWS sb33 (1.11.8); FILE MERGEDOliver Bolte1-5/+7
2004-11-15INTEGRATION: CWS tbe13 (1.9.4); FILE MERGEDOliver Bolte1-5/+7
2004-11-03INTEGRATION: CWS sb22 (1.8.8); FILE MERGEDPascal Junck1-3/+2
2004-08-12INTEGRATION: CWS tbe12 (1.8.2); FILE MERGEDOliver Bolte1-61/+76
2004-07-23INTEGRATION: CWS sb20 (1.7.10); FILE MERGEDRüdiger Timm1-8/+4
2004-05-03INTEGRATION: CWS comptrans1 (1.6.80); FILE MERGEDRüdiger Timm1-9/+107
2002-10-21#104367# added Bootstrap.defaultBootstrap_InitialComponentContext() and nativ...Daniel Boelzle1-2/+55
2002-01-22#96764# documentation reviewJoachim Lingner1-3/+25
2001-11-28#88919# wrong singleton namesDaniel Boelzle1-3/+3
2001-06-25#87233# singleton prefix: theDaniel Boelzle1-3/+3
2001-06-14#87233# modified bootstrapping process; added component context helpersDaniel Boelzle1-56/+86
2001-02-13Added method to boostrap a service manager (#83676#)Kay Ramme1-0/+141