summaryrefslogtreecommitdiff
path: root/jurt/com
AgeCommit message (Expand)Author
2016-04-13Java debugging agro.Michael Meeks
2016-03-24Implement jurt message and job printing ...Michael Meeks
2015-10-15java: 'final static' to 'static final'Noel Grandin
2015-08-20tdf#93410 - NPE while connecting to LibreOffice via Java UNO APINoel Grandin
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11update documentationStephan Bergmann
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-27Fix indentationStephan Bergmann
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-10jurt: use new exception constructorsRobert Antoni Buj i Gelonch
2014-10-08jurt: remove unused importRobert Antoni Buj i Gelonch
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-09-29fix Java1.5 incompatibilityNoel Grandin
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-15jurt: encode(String) in URLEncoder has been deprecatedrbuj
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-09-08set names on some Java threadsMichael Stahl
2014-09-02jurt: fix javadoc error: unexpected end tag: </p>rbuj
2014-08-30jurt: fix some javadoc errors for JDK 8rbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj
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: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-10jurt: Use <T> T[] toArray(T[] a)rbuj
2014-08-10Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
2014-08-09jurt: Number parsingrbuj
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-08java: variable cannot be nullNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-04java: remove pre Java 1.5 workaround in UrlToFileMapperNoel Grandin