summaryrefslogtreecommitdiffstats
path: root/scripting/java
Commit message (Expand)AuthorAgeFilesLines
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-057-28/+12
* java: remove some unused fieldsNoel Grandin2014-12-051-4/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-1824-54/+52
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-3/+0
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* scripting: redundant cast to StringRobert Antoni Buj i Gelonch2014-10-192-5/+5
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-14/+20
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-4/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1610-74/+88
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-142-2/+2
* scripting: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-145-15/+9
* scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-131-1/+1
* Scripting: Remove org packageDavid Ostrovsky2014-10-10113-10502/+0
* scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch2014-10-081-3/+3
* LocalOffice should be an abstract classNoel Grandin2014-10-071-11/+7
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-073-6/+5
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-073-4/+5
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+1
* java: optimise calls to toArrayNoel Grandin2014-10-071-4/+2
* java: remove useless overriding methodsNoel Grandin2014-10-072-8/+0
* scripting: line break (code formatting)Robert Antoni Buj i Gelonch2014-10-0643-883/+1136
* scripting: organize importsRobert Antoni Buj i Gelonch2014-10-0336-282/+370
* scripting: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-024-18/+6
* scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch2014-10-02103-4479/+4049
* fix more Java1.5 incompatibilityNoel Grandin2014-09-291-2/+6
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-258-79/+35
* BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann2014-09-172-5/+5
* ScriptProvider implementations need to be accessibleStephan Bergmann2014-09-163-3/+3
* scripting: decode(String) in URLDecoder has been deprecatedrbuj2014-09-161-5/+14
* scripting: Uncaught Exceptionrbuj2014-09-141-1/+9
* scripting: replace StringBuffer with StringBuilder methodrbuj2014-09-148-12/+9
* scripting: encode(String) in URLEncoder has been deprecatedrbuj2014-09-131-1/+1
* scripting: [deprecation] show() in Window has been deprecatedrbuj2014-09-131-1/+1
* scripting: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-136-7/+7
* scripting: use a character literalrbuj2014-09-137-11/+11
* scripting: Enhanced For-Loopsrbuj2014-09-137-61/+38
* scripting: avoid a possible NullPointerExceptionrbuj2014-09-111-26/+23
* scripting: Pass a proper array equal to collection size.rbuj2014-09-112-3/+3
* scripting: fix array copy and, use System.arraycopyrbuj2014-09-101-4/+1
* scripting: if...else if...else Statementrbuj2014-09-081-7/+7
* scripting: the assigned value is never usedrbuj2014-09-083-42/+42
* scripting: there isn't any benefit by reducing the scope here.rbuj2014-09-071-9/+6
* scripting: fix javadoc error: reference not foundrbuj2014-09-062-6/+0
* scripting: remove import from the same packagerbuj2014-09-053-9/+1
* scripting: use contains to check if a string contains a substringrbuj2014-09-042-13/+13
* scripting: the if statement is redundantrbuj2014-09-047-66/+17