summaryrefslogtreecommitdiff
path: root/scripting/java
AgeCommit message (Expand)AuthorFilesLines
2014-10-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch2-5/+5
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-14/+20
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-4/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin10-74/+88
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2-2/+2
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch5-15/+9
2014-10-13scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch1-1/+1
2014-10-10Scripting: Remove org packageDavid Ostrovsky113-10502/+0
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch1-3/+3
2014-10-07LocalOffice should be an abstract classNoel Grandin1-11/+7
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin3-6/+5
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin3-4/+5
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+1
2014-10-07java: optimise calls to toArrayNoel Grandin1-4/+2
2014-10-07java: remove useless overriding methodsNoel Grandin2-8/+0
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch43-883/+1136
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch36-282/+370
2014-10-02scripting: The if statement is redundantRobert Antoni Buj i Gelonch4-18/+6
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch103-4479/+4049
2014-09-29fix more Java1.5 incompatibilityNoel Grandin1-2/+6
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin8-79/+35
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann2-5/+5
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann3-3/+3
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj1-5/+14
2014-09-14scripting: Uncaught Exceptionrbuj1-1/+9
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj8-12/+9
2014-09-13scripting: encode(String) in URLEncoder has been deprecatedrbuj1-1/+1
2014-09-13scripting: [deprecation] show() in Window has been deprecatedrbuj1-1/+1
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj6-7/+7
2014-09-13scripting: use a character literalrbuj7-11/+11
2014-09-13scripting: Enhanced For-Loopsrbuj7-61/+38
2014-09-11scripting: avoid a possible NullPointerExceptionrbuj1-26/+23
2014-09-11scripting: Pass a proper array equal to collection size.rbuj2-3/+3
2014-09-10scripting: fix array copy and, use System.arraycopyrbuj1-4/+1
2014-09-08scripting: if...else if...else Statementrbuj1-7/+7
2014-09-08scripting: the assigned value is never usedrbuj3-42/+42
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj1-9/+6
2014-09-06scripting: fix javadoc error: reference not foundrbuj2-6/+0
2014-09-05scripting: remove import from the same packagerbuj3-9/+1
2014-09-04scripting: use contains to check if a string contains a substringrbuj2-13/+13
2014-09-04scripting: the if statement is redundantrbuj7-66/+17
2014-09-04scripting: the assigned value is never usedrbuj14-68/+32
2014-09-02scripting: fix javadoc error: unknown tag: nullrbuj1-2/+2
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj5-15/+9
2014-08-20remove do-nothing codeNoel Grandin1-4/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin5-22/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin12-34/+34
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin3-12/+3