summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com
Commit message (Expand)AuthorAgeFilesLines
...
* javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-132-2/+2
* javaunohelper: fix some misspellingsrbuj2014-09-095-17/+17
* javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj2014-09-071-2/+3
* javaunohelper: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-9/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-202-4/+4
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-8/+2
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-3/+3
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-2/+2
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-5/+5
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-6/+6
* javaunohelper: The assigned value is sometimes usedrbuj2014-08-161-2/+5
* java: remove commented out codeNoel Grandin2014-08-141-4/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-127-0/+19
* javaunohelper: enhancements in decodeUTF8rbuj2014-08-111-10/+5
* javaunohelper: Number parsingrbuj2014-08-111-31/+35
* javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj2014-08-101-8/+4
* javaunohelper: Iterate over each Entry in a Maprbuj2014-08-091-7/+3
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-1/+1
* java: remove unused variablesNoel Grandin2014-08-081-2/+1
* java: remove commented out codeNoel Grandin2014-08-053-26/+0
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
* java: remove various unused variablesNoel Grandin2014-08-052-3/+0
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* javaunohelper: If statement is redundantrbuj2014-07-301-11/+9
* javaunohelper: String comparisonrbuj2014-07-301-1/+1
* javaunohelper: The assigned value is never usedrbuj2014-07-304-8/+7
* javaunohelper: String comparisonrbuj2014-07-301-1/+1
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-303-5/+5
* automaticly -> automatically.Jan Holesovsky2014-04-271-2/+2
* javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-32/+2
* Remove visual noise from javaunohelperAlexander Wilms2014-02-265-19/+19
* Simplify access to theCoreReflection singletonStephan Bergmann2014-02-071-27/+5
* Silence javadoc 8 errorsStephan Bergmann2014-01-315-27/+39
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* [API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann2013-08-291-107/+0
* Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt2013-06-111-1/+2
* Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann2013-05-072-194/+0
* fix typos (wich instead of which)Philipp Riemer2013-05-061-1/+1
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-061-1/+0
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-062-4/+27
* Clean up Java ServiceManager bootstrappingStephan Bergmann2013-04-251-20/+5
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-151-2/+2
* fix javadoc warningsPeter Foley2013-03-181-4/+3
* s/the the/the/Tor Lillqvist2013-02-222-2/+2
* API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann2012-12-211-176/+0
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-015-16/+0
* No juh library to load in the disable-dynloading case (on Android)Tor Lillqvist2012-09-212-2/+36