summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)AuthorFilesLines
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch1-1/+1
2014-10-10bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch1-9/+3
2014-10-08We should know what our name isTor Lillqvist1-1/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-3/+2
2014-09-30[API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann9-1266/+0
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-2/+2
2014-09-17bean: unchecked call to getMethod() as a member of the raw type ClassRobert Antoni Buj i Gelonch1-1/+1
2014-09-17bean: Array concatenated with a StringRobert Antoni Buj i Gelonch2-2/+4
2014-09-17bean: encode(String) in URLEncoder has been deprecatedRobert Antoni Buj i Gelonch1-7/+26
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann10-7/+363
2014-09-16bean: encode(String) in URLEncoder has been deprecatedrbuj1-8/+27
2014-09-15bean: use a non-varargs call for a stopOOoConnection method invocationrbuj1-1/+1
2014-09-10bean: Boolean Parsingrbuj1-1/+1
2014-09-08set names on some Java threadsMichael Stahl4-2/+6
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin3-4/+4
2014-08-20remove some dead Java codeNoel Grandin2-6/+0
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2-4/+4
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-3/+3
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-16/+16
2014-08-19java: remove unused methodsNoel Grandin1-65/+0
2014-08-14java: remove unused importsNoel Grandin4-7/+0
2014-08-14java: remove commented out codeNoel Grandin4-4/+0
2014-08-13java: remove dead methodsNoel Grandin10-292/+7
2014-08-13java: remove unused fieldsNoel Grandin1-1/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-7/+7
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-3/+3
2014-08-13java: reduce scope, make fields privateNoel Grandin7-17/+17
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-3/+3
2014-08-12java: reduce scope, make constants privateNoel Grandin2-3/+3
2014-08-12java: fix broken javadoc tagsNoel Grandin2-4/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin1-10/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin8-0/+21
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-5/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin10-11/+11
2014-08-08java: remove redundant super-interfacesNoel Grandin1-1/+0
2014-08-08add a comment so I don't have to figure out this classes purpose againNoel Grandin1-0/+3
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin2-0/+5
2014-08-08java: remove unused fieldsNoel Grandin2-9/+1
2014-08-05java: remove commented out codeNoel Grandin4-26/+0
2014-08-05java: remove unused fieldsNoel Grandin1-3/+0
2014-08-05java: remove various unused variablesNoel Grandin4-6/+1
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin2-40/+4
2014-08-01typo: more then -> more thanTakeshi Abe2-4/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-6/+38
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni5-7/+7
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
2014-04-26specify linking opts for jawt centrallyDavid Tardon1-4/+0