summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)AuthorFilesLines
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-9/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2-4/+4
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-8/+2
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-3/+3
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-2/+2
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-5/+5
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-6/+6
2014-08-16javaunohelper: The assigned value is sometimes usedrbuj1-2/+5
2014-08-14java: remove commented out codeNoel Grandin1-4/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin7-0/+19
2014-08-11javaunohelper: enhancements in decodeUTF8rbuj1-10/+5
2014-08-11javaunohelper: Number parsingrbuj1-31/+35
2014-08-10javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj1-8/+4
2014-08-09javaunohelper: Iterate over each Entry in a Maprbuj1-7/+3
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+1
2014-08-08java: remove unused variablesNoel Grandin1-2/+1
2014-08-05java: remove commented out codeNoel Grandin3-26/+0
2014-08-05java: remove unused fieldsNoel Grandin2-3/+0
2014-08-05java: remove various unused variablesNoel Grandin2-3/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-30javaunohelper: If statement is redundantrbuj1-11/+9
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-07-30javaunohelper: The assigned value is never usedrbuj4-8/+7
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni3-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky1-2/+2
2014-03-10javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-32/+2
2014-02-26Remove visual noise from javaunohelperAlexander Wilms5-19/+19
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-27/+5
2014-01-31Silence javadoc 8 errorsStephan Bergmann5-27/+39
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-08-29[API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann1-107/+0
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt1-1/+2
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann2-194/+0
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin1-1/+0
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin2-4/+27
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann1-20/+5
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-2/+2
2013-03-18fix javadoc warningsPeter Foley1-4/+3
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann1-176/+0
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain5-16/+0
2012-09-21No juh library to load in the disable-dynloading case (on Android)Tor Lillqvist2-2/+36
2012-09-20No need for the juh/juhx dance when DISABLE_DYNLOADINGTor Lillqvist1-1/+31
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann1-1/+2
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann1-0/+5