summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework/container
AgeCommit message (Expand)Author
2018-01-27Fix typosAndrea Gelmini
2016-10-01Fix typosAndrea Gelmini
2016-04-30Fix typosAndrea Gelmini
2016-03-04cid#1326861,1326862: Eq: Problems with implementation of equals()Stephan Bergmann
2016-03-04This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann
2016-03-04Scripting.location is unusedStephan Bergmann
2016-03-04ScriptEntry fields can be finalStephan Bergmann
2016-03-04Turn forwarding among ScriptEntry ctors around, dropping oneStephan Bergmann
2016-03-04Remove unusd ScriptEntry ctorStephan Bergmann
2016-03-04Forwarding-only ctor, can be privateStephan Bergmann
2016-03-04This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaDataStephan Bergmann
2016-03-04Remove unused ScriptEntry.setLogicalNameStephan Bergmann
2016-03-04Parcel.getByName apparently wants to return ScriptMetaDataStephan Bergmann
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326446 Dereference null return valueCaolán McNamara
2015-10-20coverity#1326553 Dereference before null checkCaolán McNamara
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara
2015-10-14coverity#1326568 Unused valueCaolán McNamara
2015-10-14cid#1326361 Data race conditionNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-02-21Typo: deleteing->deletingJulien Nabet
2015-01-23typo: langugage -> languageAndras Timar
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
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-16scripting: decode(String) in URLDecoder has been deprecatedrbuj
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
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-07scripting: there isn't any benefit by reducing the scope here.rbuj
2014-09-05scripting: remove import from the same packagerbuj
2014-09-04scripting: use contains to check if a string contains a substringrbuj