summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)Author
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch
2014-09-15javaunohelper: warning: unchecked castrbuj
2014-09-13javaunohelper: use a character literalrbuj
2014-09-13javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-09javaunohelper: fix some misspellingsrbuj
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-16javaunohelper: The assigned value is sometimes usedrbuj
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11javaunohelper: enhancements in decodeUTF8rbuj
2014-08-11javaunohelper: Number parsingrbuj
2014-08-10javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj
2014-08-09javaunohelper: Iterate over each Entry in a Maprbuj
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-30javaunohelper: If statement is redundantrbuj
2014-07-30javaunohelper: String comparisonrbuj
2014-07-30javaunohelper: The assigned value is never usedrbuj
2014-07-30javaunohelper: String comparisonrbuj
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-03-10javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from javaunohelperAlexander Wilms
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-01-31Silence javadoc 8 errorsStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-08-29[API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold