summaryrefslogtreecommitdiffstats
path: root/scripting/java
Commit message (Expand)AuthorAgeFilesLines
...
* coverity#1326236 Explicit null dereferencedCaolán McNamara2015-10-151-4/+3
* coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2015-10-152-0/+10
* cid#1326116 Unchecked return valueNoel Grandin2015-10-151-1/+3
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-3/+3
* java:using "this" with a static field makes no senseNoel Grandin2015-10-141-7/+7
* coverity#1326568 Unused valueCaolán McNamara2015-10-141-11/+3
* coverity#1327113 UrF: Unread fieldCaolán McNamara2015-10-141-2/+0
* coverity#1327178 UuF: Unused fieldCaolán McNamara2015-10-141-2/+1
* cid#1326361 Data race conditionNoel Grandin2015-10-141-16/+18
* cid#1326674 DLS: Dead local storeNoel Grandin2015-10-141-7/+0
* cid#1326345 Check of thread-shared field evades lock acquisitionNoel Grandin2015-10-141-7/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-152-5/+5
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-113-4/+4
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-2/+4
* Typo: deleteing->deletingJulien Nabet2015-02-211-2/+2
* Make LogUtils.getTrace actually workStephan Bergmann2015-02-161-25/+6
* rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann2015-02-161-1/+1
* typo: langugage -> languageAndras Timar2015-01-231-2/+2
* fdo#88256 fix crash when running javascript macroNoel Grandin2015-01-135-6/+49
* java: scripting: fix bug in removing model from mapNoel Grandin2014-12-191-1/+1
* java: revert part of commit, scripting/ is public APINoel Grandin2014-12-112-5/+5
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-4/+4
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-057-28/+12
* java: remove some unused fieldsNoel Grandin2014-12-051-4/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-1824-54/+52
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-3/+0
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* scripting: redundant cast to StringRobert Antoni Buj i Gelonch2014-10-192-5/+5
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-14/+20
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-4/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1610-74/+88
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-142-2/+2
* scripting: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-145-15/+9
* scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-131-1/+1
* Scripting: Remove org packageDavid Ostrovsky2014-10-10113-10502/+0
* scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch2014-10-081-3/+3
* LocalOffice should be an abstract classNoel Grandin2014-10-071-11/+7
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-073-6/+5
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-073-4/+5
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+1
* java: optimise calls to toArrayNoel Grandin2014-10-071-4/+2
* java: remove useless overriding methodsNoel Grandin2014-10-072-8/+0
* scripting: line break (code formatting)Robert Antoni Buj i Gelonch2014-10-0643-883/+1136
* scripting: organize importsRobert Antoni Buj i Gelonch2014-10-0336-282/+370