summaryrefslogtreecommitdiffstats
path: root/jurt
Commit message (Expand)AuthorAgeFilesLines
...
* memory.c -> memory.cxxStephan Bergmann2014-11-192-1/+1
* java: make fields final where possibleNoel Grandin2014-11-182-4/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-121-1/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-122-25/+25
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-304-5/+5
* Fix indentationStephan Bergmann2014-10-271-4/+4
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-30/+26
* java: always use braces for while loopsNoel Grandin2014-10-161-4/+8
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-162-59/+60
* jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch2014-10-141-2/+5
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-5/+0
* jurt: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-103-25/+6
* jurt: remove unused importRobert Antoni Buj i Gelonch2014-10-081-1/+0
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* sal/osl/unx/thread.c -> .cxxStephan Bergmann2014-10-012-1/+1
* Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann2014-09-291-1/+5
* fix Java1.5 incompatibilityNoel Grandin2014-09-292-7/+15
* jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch2014-09-281-15/+31
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-2510-369/+313
* jurt: encode(String) in URLEncoder has been deprecatedrbuj2014-09-151-1/+1
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-2/+2
* set names on some Java threadsMichael Stahl2014-09-082-1/+3
* Fix conditionStephan Bergmann2014-09-041-1/+10
* Poor hack for libjpipe.so under Clang -fsanitize=*Stephan Bergmann2014-09-044-1/+136
* jurt: fix javadoc error: unexpected end tag: </p>rbuj2014-09-021-1/+1
* jurt: fix some javadoc errors for JDK 8rbuj2014-08-305-10/+10
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-2/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-10/+10
* jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj2014-08-203-4/+4
* java: no need to instantiate String objects directlyNoel Grandin2014-08-192-3/+3
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-193-3/+3
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-194-8/+8
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-194-10/+10
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-198-31/+31
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-143-11/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1214-0/+23
* jurt: Use <T> T[] toArray(T[] a)rbuj2014-08-101-9/+6
* Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist2014-08-101-0/+10
* jurt: Number parsingrbuj2014-08-091-2/+2
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-2/+0
* java: variable cannot be nullNoel Grandin2014-08-081-1/+1
* java: remove redundant super-interfacesNoel Grandin2014-08-081-1/+1
* java: remove dead methodsNoel Grandin2014-08-081-7/+0
* java: remove commented out codeNoel Grandin2014-08-055-20/+0
* java: remove unused fieldsNoel Grandin2014-08-053-7/+0
* java: remove various unused variablesNoel Grandin2014-08-051-2/+0