summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel 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-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
2014-09-29fix Java1.5 incompatibilityNoel Grandin
2014-09-28jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch
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-04Fix conditionStephan Bergmann
2014-09-04Poor hack for libjpipe.so under Clang -fsanitize=*Stephan Bergmann
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: no need to instantiate String objects directlyNoel 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-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 redundant super-interfacesNoel 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-05java: remove various unused variablesNoel Grandin
2014-08-04java: remove pre Java 1.5 workaround in UrlToFileMapperNoel Grandin
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin
2014-08-04simplify some java static initializersNoel Grandin
2014-07-27jurt: Enhanced For-Loopsrbuj
2014-07-24typosMichael Stahl
2014-07-24jurt: Enhanced For-Loops, code formatting, javadoc & overridesrbuj
2014-07-23TyposJulien Nabet