summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2015-10-15java: 'final static' to 'static final'Noel Grandin2-5/+5
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-2/+4
2015-02-21Typo: deleteing->deletingJulien Nabet1-2/+2
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann1-25/+6
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann1-1/+1
2015-01-23typo: langugage -> languageAndras Timar1-2/+2
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin5-6/+49
2014-12-19java: scripting: fix bug in removing model from mapNoel Grandin1-1/+1
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin2-5/+5
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-4/+4
2014-12-10java: unused importsNoel Grandin1-1/+0
2014-12-05java: remove some unused local variablesNoel Grandin7-28/+12
2014-12-05java: remove some unused fieldsNoel Grandin1-4/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin23-52/+50
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-3/+0
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
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 Grandin9-67/+85
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-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-3/+3
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+1
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch41-788/+977
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch35-274/+356
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch39-3177/+2715
2014-09-29fix more Java1.5 incompatibilityNoel Grandin1-2/+6
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin5-37/+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 methodrbuj6-6/+7
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)rbuj4-5/+5
2014-09-13scripting: use a character literalrbuj4-8/+8
2014-09-13scripting: Enhanced For-Loopsrbuj7-61/+38
2014-09-11scripting: avoid a possible NullPointerExceptionrbuj1-26/+23
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