openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Feb 25, 2025 — Feb 25, 2026
Showing page 18 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed @see ref in JavaDoc.
guenne
More...
over 19 years ago
Fixed typo in JavaDoc.
guenne
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.
guenne
More...
over 19 years ago
Fixed JavaDoc.
guenne
More...
over 19 years ago
Fixed some indentation and removed superfluous whitespaces in generated code.
guenne
More...
over 19 years ago
(writeButtonEntryMethods): New method to generate access methods for buttons.
guenne
More...
over 19 years ago
(name): Fixed cut'n'paste error in JavaDoc.
guenne
More...
over 19 years ago
(name): Overriden to return a get method name of the form `is<button name>Pressed'.
guenne
More...
over 19 years ago
Removed solved bugs. Added new section about required refactoring. Added new missing features.
guenne
More...
over 19 years ago
Use Integer.valueOf method to save memory.
guenne
More...
over 19 years ago
(compare): Use Integer.valueOf method to save memory.
guenne
More...
over 19 years ago
Use Integer.valueOf methods to save memory.
guenne
More...
over 19 years ago
(saveOldValue) Use Integer.valueOf methods to save memory.
guenne
More...
over 19 years ago
Use valueOf methods to save memory. (likeExprToRegex): Use StringBuilder to save synchronization time.
guenne
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.
guenne
More...
over 19 years ago
Use JdbcContainer.prepareStatement.
guenne
More...
over 19 years ago
(prepareStatement): New methods to return a proxy PreparedStatement whose toString method returns the performed SQL statement.
guenne
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.
guenne
More...
over 19 years ago
Removed dead code.
guenne
More...
over 19 years ago
(WrappedQuery): Fixed to not duplicate stuff in the wrapped query if we reuse this query.
guenne
More...
over 19 years ago
(deref): Handle case where column is null -- ex. join tables.
guenne
More...
over 19 years ago
(persistObject): Removed not actually thrown IOException.
guenne
More...
over 19 years ago
(toString): Overriden Object default to return class name for easier debugging.
guenne
More...
over 19 years ago
(toString): Override Object default to return column name for easier debugging.
guenne
More...
over 19 years ago
(toString): Override Object default to return `table alias' for easier debugging.
guenne
More...
over 19 years ago
Fixed attribute type of field[@target].
guenne
More...
over 19 years ago
Fixed typo in JavaDoc.
guenne
More...
over 19 years ago
(message): Use varargs to reduce amount of variants.
guenne
More...
over 19 years ago
(write): Changed type of args array to Object[] to work together with varargs.
guenne
More...
over 19 years ago
(OMIT_END_TAG): Added `col' which is sub element of `colgroup'.
guenne
More...
over 19 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree