summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-04simplify some java static initializersNoel Grandin1-16/+5
2014-07-27jurt: Enhanced For-Loopsrbuj3-38/+23
2014-07-24typosMichael Stahl2-2/+2
2014-07-24jurt: Enhanced For-Loops, code formatting, javadoc & overridesrbuj40-1015/+1221
2014-07-23TyposJulien Nabet1-1/+1
2014-06-04coverity#705190 Missing break in switchCaolán McNamara1-0/+1
2014-05-16idl: remove external header guardsThomas Arnhold1-12/+0
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-4/+4
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-10jurt: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-23/+2
2014-02-26Remove visual noise from jurtAlexander Wilms2-14/+14
2014-02-13More java.lang.System.mapLibraryName dylib vs. jnilib confusionStephan Bergmann1-1/+10
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-07Grammar fixStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1