0
I Use This!
Inactive

Commits : Listings

Analyzed 8 minutes ago. based on code collected 9 minutes ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(writeCreateFormElements): No need to write code that depends on a cast as we have an instance of the right type. More... over 19 years ago
Catch EmptyStackException as it counts otherwise as an error instead of a failure. More... over 19 years ago
(toString): Overridden Object default for easier debugging. More... over 19 years ago
(evaluateSQL): Propagate distinct settings. More... over 19 years ago
(WrapperQuery.evaluate): Populate distinct settings. Reordered a bit to see aquivalent of JdbcQuery.evaluateFinish. More... over 19 years ago
(evaluateFinish): Updated JavaDoc. More... over 19 years ago
Added the `includeDictionary' element, which is already since quite some time supported. More... over 19 years ago
(testTest8): New test case. (doTest): Adapted to support more files. More... over 19 years ago
Initial revision - Files for another test case of PObjImport and PObjExport. More... over 19 years ago
(depend, man): Include manual page for PObjImport and PObjExport. More... over 19 years ago
Include manual page for PObjImport and PObjExport. More... over 19 years ago
Initial revision - Manual page for PObjImport and PObjExport. More... over 19 years ago
Added documentation. (file): Added attribute `module'. More... over 19 years ago
(processParameterFile): No need for nested try-blocks. Added support to export just a module into one file. More... over 19 years ago
(processParameterFile): Also close the databse container in case we failed parsing one of the data files. Adapted to ParameterFile changes. More... over 19 years ago
Added support to specify a module name for each data file, so that the export can be splitted over multiple files. More... over 19 years ago
(mouseClicked): Use the new ctor of ToggleColumnAction to save some method calls. More... over 19 years ago
Added note about serializibility. Don't store the TableModel as we just used it to get the column name, so use that instead. This allows us to serialize this action even with not serializable table models. More... over 19 years ago
Renamed DefaultSearchFilter into StaticSearchFilter as it describes its funcationality better. Adapted the JavaDoc accordingly. More... over 19 years ago
Initial revision - Filter that filters on an additional table which has a reference to a table within the SearchModel. More... over 19 years ago
(DefaultSearchColumn): Don't call getType if we don't have a selector. More... over 19 years ago
Document ctor parameters. More... over 19 years ago
Added JavaDoc to the methods. More... over 19 years ago
(matcher, matchPattern): Changed visibility from protected to public. More... over 19 years ago
(EvalContext): Initialize new member distinct to false just to be sure. More... over 19 years ago
Fixed JavaDoc references. More... over 19 years ago
Added DISTINCT support which only works correctly for one table. Due to missing cross-joins between tables a correct implementation isn't possble -- see TODOs. More... over 19 years ago
(testDistinct, testDistinctPullInFields, testQueryPullInRefDistinct): New test cases. More... over 19 years ago
(evaluateFinish): Propagate distinct to the SQLEvalContext. More... over 19 years ago
(isDistinct, setDistinct): New methods. More... over 19 years ago