0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed @see ref in JavaDoc. More... over 19 years ago
Fixed typo in JavaDoc. More... over 19 years ago
(writeIndexedGetMethod): Fixed typo in generated JavaDoc. (writeTypeMapConsts): Make sure we have a `_' between the column and the value part even if the value is a number. More... over 19 years ago
Fixed JavaDoc. More... over 19 years ago
Fixed some indentation and removed superfluous whitespaces in generated code. More... over 19 years ago
(writeButtonEntryMethods): New method to generate access methods for buttons. More... over 19 years ago
(name): Fixed cut'n'paste error in JavaDoc. More... over 19 years ago
(name): Overriden to return a get method name of the form `is<button name>Pressed'. More... over 19 years ago
Removed solved bugs. Added new section about required refactoring. Added new missing features. More... over 19 years ago
Use Integer.valueOf method to save memory. More... over 19 years ago
(compare): Use Integer.valueOf method to save memory. More... over 19 years ago
Use Integer.valueOf methods to save memory. More... over 19 years ago
(saveOldValue) Use Integer.valueOf methods to save memory. More... over 19 years ago
Use valueOf methods to save memory. (likeExprToRegex): Use StringBuilder to save synchronization time. More... over 19 years ago
(FctCall): Use varargs instead of multiple variants. (toString, getSqlValue): Use StringBuilder to save synchronization time. (substring): Use Integer.valueOf to save memory. More... over 19 years ago
Use JdbcContainer.prepareStatement. More... over 19 years ago
(prepareStatement): New methods to return a proxy PreparedStatement whose toString method returns the performed SQL statement. More... over 19 years ago
Initial revision - Invocation handler for a PreparedStatement to override the toString() method for nice log messages as every JDBC driver returns different stuff for it. More... over 19 years ago
Removed dead code. More... over 19 years ago
(WrappedQuery): Fixed to not duplicate stuff in the wrapped query if we reuse this query. More... over 19 years ago
(deref): Handle case where column is null -- ex. join tables. More... over 19 years ago
(persistObject): Removed not actually thrown IOException. More... over 19 years ago
(toString): Overriden Object default to return class name for easier debugging. More... over 19 years ago
(toString): Override Object default to return column name for easier debugging. More... over 19 years ago
(toString): Override Object default to return `table alias' for easier debugging. More... over 19 years ago
Fixed attribute type of field[@target]. More... over 19 years ago
Fixed typo in JavaDoc. More... over 19 years ago
(message): Use varargs to reduce amount of variants. More... over 19 years ago
(write): Changed type of args array to Object[] to work together with varargs. More... over 19 years ago
(OMIT_END_TAG): Added `col' which is sub element of `colgroup'. More... over 19 years ago