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 1 hour
ago. based on code collected
about 1 hour
ago.
Feb 26, 2025 — Feb 26, 2026
Showing page 33 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
No need anymore for hand-written code. Let the code generator do all the work now.
guenne
More...
over 19 years ago
Splitted off `pobjsearch', `pobjtest' and `pobjform' module into separate files.
guenne
More...
over 19 years ago
Initial revision -- splitted off `pobjtes' and `pobjform' module from `classes.xml'.
guenne
More...
over 19 years ago
Initial revision -- splitted off `pobjsearch' module from `classes.xml'.
guenne
More...
over 19 years ago
Prevent checking in of glue classes.
guenne
More...
over 19 years ago
(parseDictionary): Fixed to include all parsed dictionaries in the returned one.
guenne
More...
over 19 years ago
(createModuleFilter): Return a `Collection' instead of `ArrayList' as the real type is irrelevant. Internally use a `HashSet' instead of a `ArrayList' to test for the name.
guenne
More...
over 19 years ago
Removed some reduntant final modifiers. Added some whitespaces.
guenne
More...
over 19 years ago
(writeGlobalsClass): Fixed typo.
guenne
More...
over 19 years ago
(writeTypeMapConsts): Remove some empty lines in generated code. Fixed to separate column name and label with a `_' in the constant name.
guenne
More...
over 19 years ago
(writeGlobalsEnd): Another fix for the TypeDecl initialization. (writeGlobalsClass): Fixed initialization of Index list. (writeGlobalsFlow): Fixed by completing the method. (writeGlueFileFlow): Fixed indentation in generated code.
guenne
More...
over 19 years ago
(writeDescriptionAsJavaDoc): Fixed indentation. (writeTypeInit): Fixed hanlding of TypeRef. (writeCtor): Fixed writing of ClassDecl for application file. (writeGlobalsEnd): Fixed writing of TypeDecl code. Fixed init code for workflows. (writeGlobalsFlow): Use state class for the name and `initWorkflow' as prefix for the function name. (writeGlueFileClass): Fixed imports.
guenne
More...
over 19 years ago
(isInstanceOf): Added JavaDoc. (copyState): New method to copy the state of the given object into the current object.
guenne
More...
over 19 years ago
Code generator support HTML and Swing forms at the same time now. Code generator creates application clases if they don't exist already. Write support for n-tuple primary keys has been added over JoinType.
guenne
More...
over 19 years ago
(doTestRestrictTo): Disabled the `getVisualString' check as it is buggy for Swing forms. This needs to be fixed correctly.
guenne
More...
over 19 years ago
(name): No need to include package name to `PObjSet' as the code generator includes appropriate import statements, and the string is already long enough with the fully qualified target class name.
guenne
More...
over 19 years ago
(depend): Provide dependency information for test application form classes. (clean): Remove test application form classes.
guenne
More...
over 19 years ago
Generate code in `Globals' to set the `Description' of a `FormDecl' and its `FormEntry' instances.
guenne
More...
over 19 years ago
Removed duplicate error message for unknown option, as `getopt' already produces one. Propage form interface limitation to code generator.
guenne
More...
over 19 years ago
(getFormsOnly,setFormsOnly): New methods to restrict form generation to specified interfaces. (writeGlueFileHtmlForm,writeGlueFileSwingForm): Merged into a `writeGlueFileForm' method to reduce code duplication. (writeApplFileForm): Fixed to limit form interface generation correctly.
guenne
More...
over 19 years ago
Use generated dictionary instead of hand-written one.
guenne
More...
over 19 years ago
(test-generate): Added `--include-dictionary'.
guenne
More...
over 19 years ago
Added `*Subform.java'.
guenne
More...
over 19 years ago
Fixed to do each test for an HTML and a Swing instance.
guenne
More...
over 19 years ago
Prevent accidential checkin's of autogenerated application form classes as they don't contain any special extensions.
guenne
More...
over 19 years ago
Removed hand-written code as now autogenerated by code generator if not exists.
guenne
More...
over 19 years ago
Renamed argument `--form' into `--forms-only' which is currently not functional. Added argument `--include-dictionary'. Adapted to changes of `CodeGenJava'.
guenne
More...
over 19 years ago
- Added support to generate dictionary creation in `Globals' file. - Added support to generate application files if not already exists. - Added support to generate Html and Swing forms at the same time. - Move initialization of most metadata constants from `Globals' file into the `PClass*' files. - Move initialization of table expressions from the big static block in `Globals' into separate static methods for each table.
guenne
More...
over 19 years ago
(HTML_CLASS_NAME, SWING_CLASS_NAME): New constant as variant for CLASS_NAME as analog to GENERATED_CLASS_NAME, GENERATED_HTML_NAME and GENERATED_SWING_NAME. (name): Fixed `POINTER_TYPE' to include the java package. Added support for the new constants.
guenne
More...
over 19 years ago
Revert removal of `Container.newEvalContext' and merging of `SQLEvalContext' into `EvalContext'.
guenne
More...
over 19 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
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