0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 24, 2025 — Feb 24, 2026
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. More... about 18 years ago
Added new test case for SELECT statement generation. More... about 18 years ago
Refactored inner classes for better reading. More... about 18 years ago
(getCapabilities): Don't close our database connection as this container will become useless afterwards. More... about 18 years ago
(doTest): Write stacktrace of UnsupportedOperationException as some of them do not have a message. More... about 18 years ago
(getTiedTables): Fixed to return a modifiable list as restoreState requires it. Added note about it. More... about 18 years ago
(pullInReference): Fixed JavaDoc reference. More... about 18 years ago
(setMaxWait): Use long instead of int for argument as BasicDataSource. Fixed JavaDoc. More... about 18 years ago
(attrUrl): Fixed to include query string for anchor refering URLs. 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. More... over 18 years ago
(equals): Fixed condition in static variant. More... over 18 years ago
Reducing memory usage by reusing empty arrays. More... over 18 years ago
Use a map of sets of messages to filter out duplicate messages. 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. More... over 18 years ago
(writeElementLabel, writeSpacer, getElementLabel): Extracted from write method. (write): Removed unused loop. More... over 18 years ago
Untabify. 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. More... over 18 years ago
`addInvalidValidMessage' -> `addInvalidValueMessage'. Added optional parameters to addInvalidValueMessage. More... over 18 years ago
Use catch all generic to silence warnings as we do not know details. More... over 18 years ago
(validate): Pull up method `validate' to AbstractInputElement. More... over 18 years ago
(FlowDesc): Pull up `name', `getName()'. (BlockDesc,InlineDesc): Pull up `name', `getName()'. (InlineDesc,PCDataDesc,RefDesc): Use var-args. 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. 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. More... over 18 years ago
Fixed typo in the generated code. More... over 18 years ago
Splitted main method into 2 non-static class methods for easier reading. More... over 18 years ago
(isAscending): Removed reduntant final modifier. More... over 18 years ago
Added tests for new getAddress method. More... over 18 years ago
(getAddress): New static method extracted from toInet4Address. More... over 18 years ago
(writeGlueFileForm): Fixed to not assign values to parameters. 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. More... over 18 years ago