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
8 minutes
ago. based on code collected
9 minutes
ago.
Feb 23, 2025 — Feb 23, 2026
Showing page 16 of 46
Search / Filter on:
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.
guenne
More...
over 19 years ago
Catch EmptyStackException as it counts otherwise as an error instead of a failure.
guenne
More...
over 19 years ago
(toString): Overridden Object default for easier debugging.
guenne
More...
over 19 years ago
(evaluateSQL): Propagate distinct settings.
guenne
More...
over 19 years ago
(WrapperQuery.evaluate): Populate distinct settings. Reordered a bit to see aquivalent of JdbcQuery.evaluateFinish.
guenne
More...
over 19 years ago
(evaluateFinish): Updated JavaDoc.
guenne
More...
over 19 years ago
Added the `includeDictionary' element, which is already since quite some time supported.
guenne
More...
over 19 years ago
(testTest8): New test case. (doTest): Adapted to support more files.
guenne
More...
over 19 years ago
Initial revision - Files for another test case of PObjImport and PObjExport.
guenne
More...
over 19 years ago
(depend, man): Include manual page for PObjImport and PObjExport.
guenne
More...
over 19 years ago
Include manual page for PObjImport and PObjExport.
guenne
More...
over 19 years ago
Initial revision - Manual page for PObjImport and PObjExport.
guenne
More...
over 19 years ago
Added documentation. (file): Added attribute `module'.
guenne
More...
over 19 years ago
(processParameterFile): No need for nested try-blocks. Added support to export just a module into one file.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
(mouseClicked): Use the new ctor of ToggleColumnAction to save some method calls.
guenne
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.
guenne
More...
over 19 years ago
Renamed DefaultSearchFilter into StaticSearchFilter as it describes its funcationality better. Adapted the JavaDoc accordingly.
guenne
More...
over 19 years ago
Initial revision - Filter that filters on an additional table which has a reference to a table within the SearchModel.
guenne
More...
over 19 years ago
(DefaultSearchColumn): Don't call getType if we don't have a selector.
guenne
More...
over 19 years ago
Document ctor parameters.
guenne
More...
over 19 years ago
Added JavaDoc to the methods.
guenne
More...
over 19 years ago
(matcher, matchPattern): Changed visibility from protected to public.
guenne
More...
over 19 years ago
(EvalContext): Initialize new member distinct to false just to be sure.
guenne
More...
over 19 years ago
Fixed JavaDoc references.
guenne
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.
guenne
More...
over 19 years ago
(testDistinct, testDistinctPullInFields, testQueryPullInRefDistinct): New test cases.
guenne
More...
over 19 years ago
(evaluateFinish): Propagate distinct to the SQLEvalContext.
guenne
More...
over 19 years ago
(isDistinct, setDistinct): New methods.
guenne
More...
over 19 years ago
←
1
2
…
12
13
14
15
16
17
18
19
20
…
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