summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_stm/ObjectInputStream.java
AgeCommit message (Collapse)AuthorFilesLines
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin1-28/+9
Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin1-28/+16
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
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin1-1/+1
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
Change-Id: Ia99765a6226317ee41ffb02a1b0dd7e6fd944a90
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-2/+2
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
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin1-7/+4
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
2012-06-29Java5 update - usage generics where possibleNoel Grandin1-19/+11
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin1-2/+2
Change-Id: I630b22da7fbfd2a1c821420d045146e5042c5c28
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:50:52 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2005-09-09INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:46:56 rt 1.3.118.1: #i54170# Change license header: remove SISSL
2003-09-08INTEGRATION: CWS qadev11 (1.2.14); FILE MERGEDRüdiger Timm1-8/+10
2003/09/03 15:34:16 sw 1.2.14.1: #112049#
2003-05-27INTEGRATION: CWS qadev6 (1.1.8); FILE MERGEDVladimir Glazounov1-4/+4
2003/05/21 10:57:55 sg 1.1.8.1: #109819# prepare devide of runner
2003-01-27NEW: initial versionStephan Wunderlich1-0/+331