Age | Commit message (Expand) | Author |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-27 | Fix indentation | Stephan Bergmann |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-14 | jurt: print an array with java.util.Arrays.toString | Robert Antoni Buj i Gelonch |
2014-10-13 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-10 | jurt: use new exception constructors | Robert Antoni Buj i Gelonch |
2014-10-08 | jurt: remove unused import | Robert Antoni Buj i Gelonch |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-10-01 | sal/osl/unx/thread.c -> .cxx | Stephan Bergmann |
2014-09-29 | Precise, platform-specific Class-Path path for NativeLibraryLoader use | Stephan Bergmann |
2014-09-29 | fix Java1.5 incompatibility | Noel Grandin |
2014-09-28 | jurt: remove constructor in AnyConverter_Test (JUnit) | Robert Antoni Buj i Gelonch |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-15 | jurt: encode(String) in URLEncoder has been deprecated | rbuj |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-09-08 | set names on some Java threads | Michael Stahl |
2014-09-04 | Fix condition | Stephan Bergmann |
2014-09-04 | Poor hack for libjpipe.so under Clang -fsanitize=* | Stephan Bergmann |
2014-09-02 | jurt: fix javadoc error: unexpected end tag: </p> | rbuj |
2014-08-30 | jurt: fix some javadoc errors for JDK 8 | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | jurt: Throwable.getCause() instead of Throwable.getTargetException() | rbuj |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-10 | jurt: Use <T> T[] toArray(T[] a) | rbuj |
2014-08-10 | Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE case | Tor Lillqvist |
2014-08-09 | jurt: Number parsing | rbuj |
2014-08-08 | java: redundant assignment, variable can only be null | Noel Grandin |
2014-08-08 | java: variable cannot be null | Noel Grandin |
2014-08-08 | java: remove redundant super-interfaces | Noel Grandin |
2014-08-08 | java: remove dead methods | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-08-04 | java: remove pre Java 1.5 workaround in UrlToFileMapper | Noel Grandin |
2014-08-04 | java: remove workarounds for missing functionality pre java 1.5 | Noel Grandin |