summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-05java: remove dead codeNoel Grandin3-57/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-11/+5
2014-12-11java: remove some unnecessary interfacesNoel Grandin2-25/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin13-54/+54
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-17/+9
2014-11-27java,wizards: remove unused parametersNoel Grandin3-6/+6
2014-11-27java,wizards: remove unread fieldsNoel Grandin4-18/+1
2014-11-27java,wizards: remove unused constantsNoel Grandin1-4/+0
2014-11-27java,wizards: remove unused classesNoel Grandin15-1603/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin14-1919/+10
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin2-2/+0
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin7-20/+11
2014-11-18java: make fields final where possibleNoel Grandin5-12/+12
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-15/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-3/+3
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-21/+33
2014-10-16java: no need to explicitly code default constructorsNoel Grandin3-15/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin3-5/+4
2014-10-16remove unnecessary catch blockNoel Grandin2-4/+4
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin6-7/+7
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin5-7/+7
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-10-14java: remove useless javadoc tagsNoel Grandin13-199/+11
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch3-5/+0
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin25-136/+2243
2014-09-09wizards: use a character literalrbuj1-3/+3
2014-09-02wizards: fix javadoc error: self-closing element not allowedrbuj3-13/+13
2014-08-21wizards: Enhancements in JavaTools.javarbuj1-86/+41
2014-08-20wizards: Number parsingrbuj1-6/+3
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-21/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin5-8/+8
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin5-5/+5
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin5-7/+7
2014-08-19java: remove unused methodsNoel Grandin7-743/+0
2014-08-14java: remove unused importsNoel Grandin7-14/+0
2014-08-13make some java methods privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin13-1182/+60
2014-08-13java: remove unused member classNoel Grandin1-26/+0
2014-08-13java: remove unused fieldsNoel Grandin4-7/+7
2014-08-13java: reduce scope, make some methods privateNoel Grandin12-50/+50
2014-08-13java: reduce scope, make some interfaces privateNoel Grandin1-1/+1