summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin1-1/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin2-25/+25
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini4-5/+5
2014-10-27Fix indentationStephan Bergmann1-4/+4
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-30/+26
2014-10-16java: always use braces for while loopsNoel Grandin1-4/+8
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin2-59/+60
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch1-2/+5
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch1-5/+0
2014-10-10jurt: use new exception constructorsRobert Antoni Buj i Gelonch3-25/+6
2014-10-08jurt: remove unused importRobert Antoni Buj i Gelonch1-1/+0
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann2-1/+1
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann1-1/+5
2014-09-29fix Java1.5 incompatibilityNoel Grandin2-7/+15
2014-09-28jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch1-15/+31
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin10-369/+313
2014-09-15jurt: encode(String) in URLEncoder has been deprecatedrbuj1-1/+1
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-09-04Fix conditionStephan Bergmann1-1/+10
2014-09-04Poor hack for libjpipe.so under Clang -fsanitize=*Stephan Bergmann4-1/+136
2014-09-02jurt: fix javadoc error: unexpected end tag: </p>rbuj1-1/+1
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 Grandin2-10/+10
2014-08-20jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj3-4/+4
2014-08-19java: no need to instantiate String objects directlyNoel Grandin2-3/+3
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin3-3/+3
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin4-8/+8
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin4-10/+10
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin8-31/+31
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-2/+2
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 Grandin3-11/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin14-0/+23
2014-08-10jurt: Use <T> T[] toArray(T[] a)rbuj1-9/+6
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-08java: redundant assignment, variable can only be nullNoel Grandin1-2/+0
2014-08-08java: variable cannot be nullNoel Grandin1-1/+1
2014-08-08java: remove redundant super-interfacesNoel Grandin1-1/+1
2014-08-08java: remove dead methodsNoel Grandin1-7/+0
2014-08-05java: remove commented out codeNoel Grandin5-20/+0
2014-08-05java: remove unused fieldsNoel Grandin3-7/+0
2014-08-05java: remove various unused variablesNoel 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