summaryrefslogtreecommitdiff
path: root/scripting/java
AgeCommit message (Expand)AuthorFilesLines
2016-03-14remove some unused Java codeNoel Grandin2-8/+0
2016-03-14scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACEDDouglas Mencken1-1/+1
2016-03-04cid#1326861,1326862: Eq: Problems with implementation of equals()Stephan Bergmann2-27/+1
2016-03-04This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann3-10/+4
2016-03-04Scripting.location is unusedStephan Bergmann4-16/+7
2016-03-04ScriptEntry fields can be finalStephan Bergmann1-6/+6
2016-03-04Turn forwarding among ScriptEntry ctors around, dropping oneStephan Bergmann1-19/+11
2016-03-04Remove unusd ScriptEntry ctorStephan Bergmann1-4/+0
2016-03-04Forwarding-only ctor, can be privateStephan Bergmann1-1/+1
2016-03-04This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaDataStephan Bergmann1-1/+1
2016-03-04Remove unused ScriptEntry.setLogicalNameStephan Bergmann1-4/+0
2016-03-04Parcel.getByName apparently wants to return ScriptMetaDataStephan Bergmann3-10/+10
2016-02-25coverity#1354272 SS: Unread field should be staticCaolán McNamara1-1/+1
2016-02-22tdf#98004 Added toolbar to beanshell editor with undo/redo buttonsChirag Manwani3-22/+37
2016-02-21tdf#97636 Added Undo/Redo functionality to Beanshell EditorChirag Manwani1-1/+66
2016-02-18coverity#1326437 Dereference null return valueCaolán McNamara1-1/+1
2016-02-18tdf#97637 Fixed Tab size of beanshell editor to 4Chirag Manwani1-0/+1
2016-02-18tdf#97642 Use native theming for swing controls in Beanshell EditorChirag Manwani1-0/+7
2016-02-17tdf#97640 Fixed-Width Font for Beanshell EditorChirag Manwani1-0/+1
2016-02-16coverity#1326200 Explicit null dereferencedCaolán McNamara1-0/+1
2016-02-16coverity#1326199 Explicit null dereferencedCaolán McNamara1-7/+3
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04coverity#1326399 Dereference null return valueCaolán McNamara1-1/+3
2016-02-04coverity#1326631 DE: Dropped or ignored exceptionCaolán McNamara1-2/+2
2016-02-04coverity#1326630 DE: Dropped or ignored exceptionCaolán McNamara1-1/+1
2016-02-04coverity#1326629 DE: Dropped or ignored exceptionCaolán McNamara1-2/+3
2016-01-10Fix typosAndrea Gelmini4-4/+4
2015-11-09java: add some @Override annotationsNoel Grandin1-0/+1
2015-11-05java: combine nested if statementsNoel Grandin3-26/+20
2015-10-25cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara1-11/+11
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara1-1/+1
2015-10-22coverity#1326446 Dereference null return valueCaolán McNamara1-0/+6
2015-10-22coverity#1326429 Dereference null return valueCaolán McNamara1-4/+3
2015-10-20coverity#1326553 Dereference before null checkCaolán McNamara1-1/+1
2015-10-20coverity#1326552 Dereference before null checkCaolán McNamara1-1/+1
2015-10-20Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara1-1/+0
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin1-7/+7
2015-10-15coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara1-1/+2
2015-10-15coverity#1326240 Explicit null dereferencedCaolán McNamara1-2/+7
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara1-10/+8
2015-10-15coverity#1326236 Explicit null dereferencedCaolán McNamara1-4/+3
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2-0/+10
2015-10-15cid#1326116 Unchecked return valueNoel Grandin1-1/+3
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-3/+3
2015-10-14java:using "this" with a static field makes no senseNoel Grandin1-7/+7
2015-10-14coverity#1326568 Unused valueCaolán McNamara1-11/+3
2015-10-14coverity#1327113 UrF: Unread fieldCaolán McNamara1-2/+0
2015-10-14coverity#1327178 UuF: Unused fieldCaolán McNamara1-2/+1
2015-10-14cid#1326361 Data race conditionNoel Grandin1-16/+18
2015-10-14cid#1326674 DLS: Dead local storeNoel Grandin1-7/+0