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 4 hours
ago. based on code collected
about 4 hours
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 10 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed SELECT statement generation to join in referenced base table to access pclass_ column instead of assuming that it is already in the user given statement.
guenne
More...
about 18 years ago
Added new test case for SELECT statement generation.
guenne
More...
about 18 years ago
Refactored inner classes for better reading.
guenne
More...
about 18 years ago
(getCapabilities): Don't close our database connection as this container will become useless afterwards.
guenne
More...
about 18 years ago
(doTest): Write stacktrace of UnsupportedOperationException as some of them do not have a message.
guenne
More...
about 18 years ago
(getTiedTables): Fixed to return a modifiable list as restoreState requires it. Added note about it.
guenne
More...
about 18 years ago
(pullInReference): Fixed JavaDoc reference.
guenne
More...
about 18 years ago
(setMaxWait): Use long instead of int for argument as BasicDataSource. Fixed JavaDoc.
guenne
More...
about 18 years ago
(attrUrl): Fixed to include query string for anchor refering URLs.
guenne
More...
over 18 years ago
Fix issues if client does not accept cookies: (attrUrl): Fixed to correctly invoke HttpServletResponse.encodeURL(String) as it requires an absolute URL. (a): Fixed to pass href through HttpServletResponse.encodeURL(String) in case it belongs to our servlet.
guenne
More...
over 18 years ago
(equals): Fixed condition in static variant.
guenne
More...
over 18 years ago
Reducing memory usage by reusing empty arrays.
guenne
More...
over 18 years ago
Use a map of sets of messages to filter out duplicate messages.
guenne
More...
over 18 years ago
(equals,hashCode): Overriden default implementation. (parse): Fixed to not modify parameter. Fixed to not parse a string into an Integer object just to convert it back into a native int.
guenne
More...
over 18 years ago
(writeElementLabel, writeSpacer, getElementLabel): Extracted from write method. (write): Removed unused loop.
guenne
More...
over 18 years ago
Untabify.
guenne
More...
over 18 years ago
(fromString): Renamed parameter for easier reading. (validate): Fixed to use addMandatoryMessage and addInvalidValueMessage methods from form to reduce duplicate code.
guenne
More...
over 18 years ago
`addInvalidValidMessage' -> `addInvalidValueMessage'. Added optional parameters to addInvalidValueMessage.
guenne
More...
over 18 years ago
Use catch all generic to silence warnings as we do not know details.
guenne
More...
over 18 years ago
(validate): Pull up method `validate' to AbstractInputElement.
guenne
More...
over 18 years ago
(FlowDesc): Pull up `name', `getName()'. (BlockDesc,InlineDesc): Pull up `name', `getName()'. (InlineDesc,PCDataDesc,RefDesc): Use var-args.
guenne
More...
over 18 years ago
(getSequenceValue): New method in JdbcContainer extracted from getSequenceCurrentValue and getSequenceNextValue methods of subclasses. (getSeuenceCurrentValue, getSequenceNextValue): Use new getSequenceValue method to reduce code duplication.
guenne
More...
over 18 years ago
Moved FILTER_ENTRIES and PAGE_ENTRIES out of interface into SearchUtils where no one outside this package can modify them.
guenne
More...
over 18 years ago
Fixed typo in the generated code.
guenne
More...
over 18 years ago
Splitted main method into 2 non-static class methods for easier reading.
guenne
More...
over 18 years ago
(isAscending): Removed reduntant final modifier.
guenne
More...
over 18 years ago
Added tests for new getAddress method.
guenne
More...
over 18 years ago
(getAddress): New static method extracted from toInet4Address.
guenne
More...
over 18 years ago
(writeGlueFileForm): Fixed to not assign values to parameters.
guenne
More...
over 18 years ago
Reduced visibility of methods that are just used internally for generating some fragments from public to protected. Renamed some variables for easier reading. Resorted methods so that all public methods come first then the protected ones, so that one gets an quick overview what the public interface is.
guenne
More...
over 18 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
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