summaryrefslogtreecommitdiff
path: root/scripting/java/com
AgeCommit message (Expand)Author
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326446 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326429 Dereference null return valueCaolán McNamara
2015-10-20coverity#1326553 Dereference before null checkCaolán McNamara
2015-10-20coverity#1326552 Dereference before null checkCaolán McNamara
2015-10-20Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin
2015-10-15coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara
2015-10-15coverity#1326240 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326236 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara
2015-10-15cid#1326116 Unchecked return valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14java:using "this" with a static field makes no senseNoel Grandin
2015-10-14coverity#1326568 Unused valueCaolán McNamara
2015-10-14coverity#1327113 UrF: Unread fieldCaolán McNamara
2015-10-14coverity#1327178 UuF: Unused fieldCaolán McNamara
2015-10-14cid#1326361 Data race conditionNoel Grandin
2015-10-14cid#1326674 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326345 Check of thread-shared field evades lock acquisitionNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-21Typo: deleteing->deletingJulien Nabet
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann
2015-01-23typo: langugage -> languageAndras Timar
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin
2014-12-19java: scripting: fix bug in removing model from mapNoel Grandin
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: unused importsNoel 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-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel 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-13scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin