summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms
AgeCommit message (Expand)Author
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'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-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-12java: remove unnecessary semi-colonsNoel Grandin
2014-08-12java: remove unused fieldsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-12java: remove exceptions from throws clauses that are not actually thrownNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-06-29Typo: beeing->beingJulien Nabet
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-28Typo: becase -> becauseJulien Nabet
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-02-26Remove visual noise from odkAlexander Wilms
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-05-06use generics and convert from Vector to ArrayListNoel Grandin
2013-04-29Remove some obsolete makefile.mkStephan Bergmann
2013-04-26Java cleanup, call static methods staticallyNoel Grandin
2013-04-23Java cleanup - use generics to reduce castingNoel Grandin
2013-04-23Java cleanup - remove unnecessary casts in the ODK codeNoel Grandin
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-02-22s/whith/with/Tor Lillqvist
2012-12-11Fix SDK examplesStephan Bergmann
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
2012-09-10Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-09-05Java cleanup, fix a couple of compile errors in old codeNoel Grandin
2012-08-28Simplify/remove some methods named "dropTable"Stephan Bergmann
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-02-18Fix typos in commentsElton Chung
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do tw...Frank Schoenheit [fs]
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-02-01autorecovery: more sophisticated configuration data for interaction handlersFrank Schoenheit [fs]
2009-11-04#i160985# remove packageJuergen Schmidt
2009-07-06CWS-TOOLING: integrate CWS dba32dVladimir Glazounov