summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/lib/uno/helper
AgeCommit message (Expand)AuthorFilesLines
2014-12-15stronger checks when creating Java UNO componentsNoel Grandin1-9/+41
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin2-6/+6
2014-11-18java: make fields final where possibleNoel Grandin4-12/+12
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-92/+93
2014-10-18javaunohelper: remove unused importRobert Antoni Buj i Gelonch1-1/+2
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin4-50/+27
2014-10-16java: always use braces for while loopsNoel Grandin1-2/+4
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-62/+67
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-5/+4
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch1-1/+1
2014-09-15javaunohelper: warning: unchecked castrbuj1-4/+4
2014-09-13javaunohelper: use a character literalrbuj1-1/+1
2014-09-13javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-09javaunohelper: fix some misspellingsrbuj4-16/+16
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj1-2/+3
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 Grandin4-0/+4
2014-08-11javaunohelper: enhancements in decodeUTF8rbuj1-10/+5
2014-08-11javaunohelper: Number parsingrbuj1-31/+35
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin1-1/+0
2014-08-05java: remove unused fieldsNoel 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: The assigned value is never usedrbuj1-3/+3
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni2-4/+4
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 Wilms1-7/+7
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-27/+5
2014-01-31Silence javadoc 8 errorsStephan Bergmann2-6/+11
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin1-1/+0
2013-03-18fix javadoc warningsPeter Foley1-4/+3
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain1-2/+0
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0