summaryrefslogtreecommitdiffstats
path: root/xmerge
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-10-157-27/+27
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-8/+8
* xmerge: store the original exception in the cause field properlyNoel Grandin2014-12-191-13/+12
* java: fix non-public UNO implementation classesNoel Grandin2014-12-121-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-118-16/+16
* java: make fields final where possibleNoel Grandin2014-11-1823-49/+49
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-5/+5
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-2/+1
* java: reduce excessive code indentation levelsNoel Grandin2014-11-123-52/+57
* xmerge: use java.nio.ByteBuffer (JDK 1.4+)Robert Antoni Buj i Gelonch2014-10-181-52/+16
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-165-22/+23
* xmerge: use String.formatRobert Antoni Buj i Gelonch2014-10-162-38/+14
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-162-50/+59
* java: always use braces for while loopsNoel Grandin2014-10-162-2/+4
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-20/+12
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
* xmerge: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-0/+7
* xmerge: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-106-30/+7
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+2
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-073-3/+3
* xmerge: reuse the value of node.getNodeName() and remove duplicated constantsRobert Antoni Buj i Gelonch2014-10-073-10/+8
* xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch2014-10-023-29/+27
* xmerge: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch2014-10-021-3/+1
* fix more Java1.5 incompatibilityNoel Grandin2014-09-292-3/+9
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-12/+6
* xmerge: Convert a primitive type into a stringrbuj2014-09-111-1/+1
* xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-092-2/+2
* xmerge: use a character literalrbuj2014-09-096-11/+11
* xmerge: Integer & Boolean Parsingrbuj2014-09-084-22/+7
* xmerge: javadoc maintenance and minor code formattingrbuj2014-09-0496-4521/+3496
* xmerge: replace package.html with package-info.javarbuj2014-09-0320-583/+502
* xmerge: fix javadoc errors for JDK 8rbuj2014-08-309-70/+76
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-6/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2015-112/+102
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-205-10/+10
* no need to instantiate an object to get it's classNoel Grandin2014-08-201-2/+1
* xmerge: Convert a primitive type into a stringrbuj2014-08-203-7/+5
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-9/+9
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-9/+9
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-7/+6
* java: remove unused methodsNoel Grandin2014-08-191-32/+0
* java: remove unused importsNoel Grandin2014-08-143-9/+0
* remove dead java constantsNoel Grandin2014-08-131-70/+0
* java: remove dead methodsNoel Grandin2014-08-1319-580/+14
* java: remove unused fieldsNoel Grandin2014-08-137-42/+21
* java: reduce scope, make some methods privateNoel Grandin2014-08-1315-26/+26
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-137-24/+24
* java: reduce scope, make constructors privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make constants privateNoel Grandin2014-08-124-14/+14