summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Revert "Typo: iff->if"Julien Nabet2-2/+2
2016-02-06Typo: iff->ifJulien Nabet2-2/+2
2015-08-20tdf#93410 - NPE while connecting to LibreOffice via Java UNO APINoel Grandin2-2/+7
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet4-4/+4
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin2-5/+9
2014-12-15java: remove some unused fields and variablesNoel Grandin2-7/+3
2014-12-11update documentationStephan Bergmann1-4/+6
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann3-38/+60
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann1-1/+1
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+0
2014-11-18java: make fields final where possibleNoel Grandin1-3/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-12/+13
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-27Fix indentationStephan Bergmann1-4/+4
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin4-14/+10
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-19/+20
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch1-2/+5
2014-10-08jurt: remove unused importRobert Antoni Buj i Gelonch1-1/+0
2014-09-29fix Java1.5 incompatibilityNoel Grandin2-7/+15
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin7-355/+304
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-2/+2
2014-09-08set names on some Java threadsMichael Stahl2-1/+3
2014-08-30jurt: fix some javadoc errors for JDK 8rbuj5-10/+10
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-2/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-9/+9
2014-08-20jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj1-1/+1
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-7/+7
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove commented out codeNoel Grandin2-10/+0
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin7-0/+7
2014-08-10Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist1-0/+10
2014-08-09jurt: Number parsingrbuj1-2/+2
2014-08-05java: remove commented out codeNoel Grandin1-9/+0
2014-08-05java: remove unused fieldsNoel Grandin1-2/+0
2014-08-04java: remove pre Java 1.5 workaround in UrlToFileMapperNoel Grandin1-85/+26
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin1-19/+0
2014-07-27jurt: Enhanced For-Loopsrbuj2-21/+6
2014-07-24jurt: Enhanced For-Loops, code formatting, javadoc & overridesrbuj26-405/+470
2014-07-23TyposJulien Nabet1-1/+1
2014-02-13More java.lang.System.mapLibraryName dylib vs. jnilib confusionStephan Bergmann1-1/+10
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-10workaround IBM java 1.5.0 inconvertible types errorCaolán McNamara1-1/+2
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain8-9/+0
2012-08-29Java cleanup - remove unnecessary null checksNoel Grandin1-2/+1