summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)Author
2014-11-18java: fix some raw types warningsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel 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-11bean: String comparisonRobert Antoni Buj i Gelonch
2014-10-10bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch
2014-10-08We should know what our name isTor Lillqvist
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-09-30[API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-17bean: unchecked call to getMethod() as a member of the raw type ClassRobert Antoni Buj i Gelonch
2014-09-17bean: Array concatenated with a StringRobert Antoni Buj i Gelonch
2014-09-17bean: encode(String) in URLEncoder has been deprecatedRobert Antoni Buj i Gelonch
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann
2014-09-16bean: encode(String) in URLEncoder has been deprecatedrbuj
2014-09-15bean: use a non-varargs call for a stopOOoConnection method invocationrbuj
2014-09-10bean: Boolean Parsingrbuj
2014-09-08set names on some Java threadsMichael Stahl
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-08add a comment so I don't have to figure out this classes purpose againNoel Grandin
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin