[root]/ch.sahits.codegen/src/ch/sahits/codegen/internal/wizards

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| hotzst | 28 (100.0%) | 442 (100.0%) | 15.7 |
Implement the interface IBasicDBDefinitionPageGeneratable so the generation of models with input file and database structure such as needed by the php generator becomes possible in a headless build.
14 lines of code changed in:
Improved the Pseudo implementation for the db definition page. certain methods must be implemented to return the correct value instead of null. This fixes #68.
29 lines of code changed in:
Fix initialisation problem. Don't initialize the parser with the input file which is not existent in the case of serialisation
2 lines of code changed in:
Small updates to conclude test successfully
25 lines of code changed in:
Generated an instance of IOutputFileModel to generate the code
1 lines of code changed in:
Applied changes to reflect on the moving of classes
12 lines of code changed in:
Moved ch.sahits.codegen.internal.wizards.GeneralXMLSerializer to ch.sahits.codegen.ui.internal.wizards.GeneralXMLSerializer in the UI plug-in
0 lines of code changed in:
Refactoring so that UI concerns are once more separated
84 lines of code changed in:
Moved cg.sahits.codegen..internal.wizards.DBDefinitionPage to ch.sahits.codegen.ui.internal.wizards.DBDefinitionPage in the UI plug-in
0 lines of code changed in:
Separated the UI relevant class in a separate clas that can be moved
251 lines of code changed in:
Removed the dependencies from the UI plug-in consearedned with logging
6 lines of code changed in:
Refactored CodegenPlugin to seperate the UI components and mov them into the ui plug-in
3 lines of code changed in:
Refactoring Logging: Made logging method member methods
11 lines of code changed in:
Refactoring based on the moving of three classes
2 lines of code changed in:
Fixing the problem with unserializing general artifacts in the MJCG (#34). Distinguish the cases what is deserialized.
0 lines of code changed in:
Refactoring in the wake of the moving of IXMLSerzializer
2 lines of code changed in:
Don't externalize constant strings
0 lines of code changed in: