summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java
AgeCommit message (Expand)AuthorFilesLines
2015-01-05java: remove dead codeNoel Grandin1-3/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-11-18java: remove some unnecessary castsNoel Grandin1-38/+38
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch1-1175/+1201
2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch1-67/+37
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-14/+14
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-6/+6
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-22/+22
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-10/+10
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-10/+10
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-23/+23
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-18/+18
2014-08-14java: remove useless instanceof testsNoel Grandin1-2/+2
2014-02-26Remove visual noise from javaunohelperAlexander Wilms1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-2/+2
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-4/+0
2012-08-20Java5 updates - convert to genericsNoel Grandin1-35/+35
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-2/+0
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.7.56); FILE MERGEDRüdiger Timm1-23/+18
2005-09-07INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGEDRüdiger Timm1-48/+21
2004-08-02INTEGRATION: CWS jl10 (1.5.104); FILE MERGEDRüdiger Timm1-6/+19
2002-10-21#104357#Joachim Lingner1-4/+4
2002-08-08#99466# returs void Any or Any with Interface type and null reference instead...Joachim Lingner1-3/+32
2002-04-29#97746#Joachim Lingner1-6/+16
2002-04-25#97746#Joachim Lingner1-5/+74
2002-04-25#97746#Joachim Lingner1-0/+1607