0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(LiteralSet): Use generics to simplify invocations. More... over 18 years ago
(createFormElement): Remove TimeStamp related test code. More... over 18 years ago
(fireContainerDataChanged): Make sure that we do the notification within the event dispath thread, so we don't violate the thread confinement. More... over 18 years ago
(containerDataChanged): Added JavaDoc. More... over 18 years ago
(ReleaseThread): Be kind and honor interruption requests. More... over 18 years ago
Added one simple sentence about thread-safety and concurrency. More... over 18 years ago
Fixed id of SetChild entry. More... over 18 years ago
Made classes as immutable as possible, as less mutable state, the easier it is to ensure thread safety. More... over 18 years ago
Changed into an immutable class as it represents a state in the application. More... over 18 years ago
(resourceText): Merged variants by using varargs. (timeStamp): New method to write a localized timestamp. (body): Made protected. More... over 18 years ago
(writeTableRowCell): Add `rightAlign' CSS class to cell if required by model. (writePagerPanel): Add the page list in the center cell. More... over 18 years ago
(contextOfPage): New hook method. (write): Eval `jumpToPage'. Limit current page to maximum available. Only write page list if we can. Only write table if we can. (writeSearchForm): Use post method. Call contextOfPage method. (writeTableHeaderCell): Only write sort URL if we have a query prefix. (writePagerPanel): Call contextOfPage method. More... over 18 years ago
(setValue): Fixed JavaDoc reference. (matchPattern): Don't assign value to parameter. More... over 18 years ago
(otherPageURL): Added missing `&' between `rows' and `page' elements. More... over 18 years ago
(writeElement): Don't use mapped string of current value, otherwise no restrict value will be selected. More... over 18 years ago
(read): Remove all elements before we read our state from the request. More... over 18 years ago
(removeAllElements): New method. More... over 18 years ago
(HtmlWriter): Added note about side-effect. (quoteString): Use StringBuilder as no synchronize needed. Don't assign values to parameters. Fixed quoting of single-quote. (attrUrl): Don't assign values to parameters. More... over 18 years ago
(doTestRestrictTo): Removed FIXME. Enabled all asserts. More... over 18 years ago
(getVisualString): Overriden to handle restricted values case correctly. More... over 18 years ago
(setObject): Fixed to handle restricted values case correctly. More... over 18 years ago
Added "docu" to de.mguennewig.pobjimport package. More... over 18 years ago
(reservedInClass): Added the quite common keyword `comment'. More... over 18 years ago
(setParam): Test for USE_STREAM_TO_INSERT_LOB of Container and do it if true. More... over 18 years ago
(getCapabilities): Also return USE_STREAM_TO_INSERT_LOB. More... over 18 years ago
Fixed damn typo. More... over 18 years ago
(USE_STREAM_TO_INSERT_LOB): New constant. (useStreamToInsertLob): New test method. More... over 18 years ago
(dropTable): Clean entry in pclass_ table. More... over 18 years ago
(supportsSQLType): Removed method. Sadly the metadata of most JDBC drivers does not match the truth, so that this solution isn't suitable. (Type.setParam): Added JdbcContainer as parameter. More... over 18 years ago
(fkeys): Don't initialize twice. Just results in data-loss. More... over 18 years ago