summaryrefslogtreecommitdiffstats
path: root/scripting/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripting: the assigned value is never usedrbuj2014-09-0414-68/+32
* scripting: fix javadoc error: unknown tag: nullrbuj2014-09-021-2/+2
* scripting: fix javadoc error: unknown tag: returnsrbuj2014-09-025-15/+9
* remove do-nothing codeNoel Grandin2014-08-201-4/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-22/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2012-34/+34
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-203-12/+3
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2027-66/+65
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-206-44/+17
* java: no need to instantiate String objects directlyNoel Grandin2014-08-193-3/+3
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-9/+9
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-44/+44
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-4/+4
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused methodsNoel Grandin2014-08-193-502/+0
* fix java1.5 build compatibilityNoel Grandin2014-08-191-1/+0
* java: remove unused importsNoel Grandin2014-08-142-3/+0
* java: remove commented out codeNoel Grandin2014-08-146-90/+1
* java: remove dead methodsNoel Grandin2014-08-139-227/+8
* java: remove unused fieldsNoel Grandin2014-08-1310-47/+16
* java: reduce scope, make some methods privateNoel Grandin2014-08-136-9/+9
* java: reduce scope, make member classes privateNoel Grandin2014-08-135-6/+6
* java: reduce scope, make fields privateNoel Grandin2014-08-1313-29/+29
* java: reduce scope, make constructors privateNoel Grandin2014-08-137-9/+9
* java: reduce scope, make constants privateNoel Grandin2014-08-124-6/+6
* java: fix broken javadoc tagsNoel Grandin2014-08-121-4/+0
* java: remove useless javadoc tagsNoel Grandin2014-08-121-5/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1225-0/+51
* java: remove unused parametersNoel Grandin2014-08-113-8/+6