summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework
AgeCommit message (Expand)Author
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-09-29fix more Java1.5 incompatibilityNoel Grandin
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj
2014-09-14scripting: Uncaught Exceptionrbuj
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
2014-09-13scripting: encode(String) in URLEncoder has been deprecatedrbuj
2014-09-13scripting: [deprecation] show() in Window has been deprecatedrbuj
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-13scripting: use a character literalrbuj
2014-09-13scripting: Enhanced For-Loopsrbuj
2014-09-11scripting: avoid a possible NullPointerExceptionrbuj
2014-09-10scripting: fix array copy and, use System.arraycopyrbuj
2014-09-08scripting: if...else if...else Statementrbuj
2014-09-08scripting: the assigned value is never usedrbuj
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj
2014-09-06scripting: fix javadoc error: reference not foundrbuj
2014-09-05scripting: remove import from the same packagerbuj
2014-09-04scripting: use contains to check if a string contains a substringrbuj
2014-09-04scripting: the if statement is redundantrbuj
2014-09-04scripting: the assigned value is never usedrbuj
2014-09-02scripting: fix javadoc error: unknown tag: nullrbuj
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj
2014-08-20remove do-nothing codeNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-19fix java1.5 build compatibilityNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin