summaryrefslogtreecommitdiffstats
path: root/scripting/java
Commit message (Expand)AuthorAgeFilesLines
* java: add some @Override annotationsNoel Grandin2015-11-091-0/+1
* java: combine nested if statementsNoel Grandin2015-11-053-26/+20
* cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara2015-10-251-11/+11
* coverity#1326446 Dereference null return valueCaolán McNamara2015-10-251-1/+1
* coverity#1326446 Dereference null return valueCaolán McNamara2015-10-221-0/+6
* coverity#1326429 Dereference null return valueCaolán McNamara2015-10-221-4/+3
* coverity#1326553 Dereference before null checkCaolán McNamara2015-10-201-1/+1
* coverity#1326552 Dereference before null checkCaolán McNamara2015-10-201-1/+1
* Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara2015-10-201-1/+0
* cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin2015-10-161-7/+7
* coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara2015-10-151-1/+2
* coverity#1326240 Explicit null dereferencedCaolán McNamara2015-10-151-2/+7
* coverity#1326238 Explicit null dereferencedCaolán McNamara2015-10-151-10/+8
* 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