summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/InetTools.java
AgeCommit message (Collapse)AuthorFilesLines
2014-12-12java: remove dead code in qadevOOoNoel Grandin1-79/+0
found by running UCDetector over the code many times, like peeling an onion Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83 Reviewed-on: https://gerrit.libreoffice.org/13445 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
Change-Id: If4fff3dd37326fbcdd01b743355a16591d71fa69
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-1/+1
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-1/+1
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
2012-06-29Java5 update - usage generics where possibleNoel Grandin1-2/+2
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
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)
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers1-4/+1
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
2008-04-10INTEGRATION: CWS changefileheader (1.3.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:44:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:31:25 rt 1.2.116.1: #i54170# Change license header: remove SISSL
2003-10-06INTEGRATION: CWS qadev12 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+125
2003/09/30 08:43:58 cn 1.1.2.1: NEW: #112259# InetTools has moved fom util to helper