Skip to content

Conversation

danielsiegl
Copy link
Member

Added Model Orphan Support

Added Model Orphan Support
@danielsiegl danielsiegl linked an issue Feb 11, 2025 that may be closed by this pull request
5 tasks
Reformated the SQL to multiline
@danielsiegl danielsiegl requested a review from hkargl February 11, 2025 15:02
@danielsiegl
Copy link
Member Author

danielsiegl commented Feb 11, 2025

Sample Output:

CLASSGUID CLASSTYPE Object_ID Object_Type Diagram_ID Name Alias Author Version Note Package_ID Stereotype NType Complexity Effort Style Backcolor BorderStyle BorderWidth Fontcolor Bordercolor CreatedDate ModifiedDate Status Abstract Tagged PDATA1 PDATA2 PDATA3 PDATA4 PDATA5 Concurrency Visibility Persistence Cardinality GenType GenFile Header1 Header2 Phase Scope GenOption GenLinks Classifier ea_guid ParentID RunState Classifier_guid TPos IsRoot IsLeaf IsSpec IsActive StateFlags PackageFlags Multiplicity StyleEx ActionFlags EventFlags
{524343DC-AE8E-4b73-B7BD-8017D067269A} Actor 22 Actor 0 Actor1 1.0 4 0 1 0 -1 0 -1 -1 -1 2005-10-31 14:47:35 2006-01-05 12:25:56 Proposed 0 0 1.0 Public 0 {524343DC-AE8E-4b73-B7BD-8017D067269A} 0 0 0 0 0 0
{EDA61A16-8B09-4b99-91BD-0F709C7208F7} Object 74 Object 0 1.0 11 0 1 0 -1 0 -1 -1 -1 2005-10-27 15:48:42 2005-10-27 15:48:42 Proposed 0 0 Java 1.0 Public 94 {EDA61A16-8B09-4b99-91BD-0F709C7208F7} 0 {4AFC8EF2-0EE0-4e3a-BC88-8AAA1C7E47B9} 0 0 0 0 0
{7BC812F1-D32E-4770-A827-B5E7D7D8CEFA} Object 79 Object 0 1.0 11 0 1 0 -1 0 -1 -1 -1 2005-10-27 15:46:08 2005-10-27 15:46:08 Proposed 0 0 Java 1.0 Public 95 {7BC812F1-D32E-4770-A827-B5E7D7D8CEFA} 0 {8DA49F10-2F54-4a9a-A792-E0F53E323157} 0 0 0 0 0
{9B65A053-E1C7-417b-8D53-0361684DDA75} InteractionFragment 148 InteractionFragment 0 Frank McIver 1.0 20 3 1 0 -1 3 -1 -1 -1 2005-03-29 15:20:28 2005-03-29 15:23:11 Proposed 0 0 30 1.0 Public 0 {9B65A053-E1C7-417b-8D53-0361684DDA75} 176 0 0 0 0 0
{68DEE9F1-70AF-4741-862C-4F2492AD0374} UseCase 227 UseCase 0 Edit Titles Frank McIver 1.0 21 0 1 0 -1 0 -1 -1 -1 2005-09-14 12:11:46 2005-09-14 12:12:05 Proposed 0 0 1.0 Public 0 {68DEE9F1-70AF-4741-862C-4F2492AD0374} 0 0 0 0 0 0 LNK=7539;

Executing the orphan querries on the windows tests
@danielsiegl danielsiegl self-assigned this Feb 11, 2025
Improving documentation in README.md
Trying to make it a bit more logical
@danielsiegl danielsiegl force-pushed the 68-integrate-model-orphans-reporting branch from 8354f55 to 79393af Compare February 11, 2025 15:59
@danielsiegl
Copy link
Member Author

Based on our review of PR #69 relative to Issue #68, the pull request contains several changes that extend beyond the core requirement of adding the Model Orphans Reporting feature. In particular, there are modifications that are not strictly part of the feature implementation:

Code Refactoring:
Some parts of the existing code have been reorganized—methods have been split or consolidated, and helper functions have been repositioned. While these improvements enhance maintainability, they are not necessary for the reporting functionality.

Formatting Adjustments:
Changes to indentation, spacing, and other stylistic elements have been applied to improve code readability. These cosmetic changes do not affect the feature itself.

Variable Renaming:
Several variables have been renamed to better reflect their purpose. For example, in various files the code changes include updates from less descriptive names to more meaningful ones. Although these renamings help clarify the codebase, they are not essential to the implementation of the new reporting feature.

Isolating these refactoring and renaming changes into separate commits would help ensure that the pull request remains focused solely on the functionality requested in Issue #68.

@philippkalenda philippkalenda merged commit b0eee07 into main Feb 13, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Model Orphans Reporting
2 participants