Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

648: Clean up operation handlers #164

Merged
merged 2 commits into from
May 13, 2022
Merged

648: Clean up operation handlers #164

merged 2 commits into from
May 13, 2022

Conversation

martin-fleck-at
Copy link
Contributor

@martin-fleck-at martin-fleck-at commented May 10, 2022

  • Ensure EMF operation handlers do not inherit from gmodel handlers
    -- Use generic server handlers and EMFOperation interface as base

  • Introduce interface for creation (node|edge) operation handler
    -- Provide utility methods in interface where applicable
    -- Ensure abstract implementations have 'Abstract' in name
    -- Provide abstract implementations for EMF case

  • Refactor some shared functionality into interfaces

eclipse-glsp/glsp#648

- Ensure EMF operation handlers do not inherit from gmodel handlers
-- Use generic server handlers and EMFOperation interface as base

- Introduce interface for creation (node|edge) operation handler
-- Provide utility methods in interface where applicable
-- Ensure abstract implementations have 'Abstract' in name
-- Provide abstract implementations for EMF case

- Refactor some shared functionality into interfaces

Fixes eclipse-glsp/glsp#648
Copy link
Member

@planger planger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me and everything still works as expected! 👍
I only noticed a few copyright headers not being updated. Could you please amend that?

@rsoika
Copy link
Contributor

rsoika commented May 14, 2022

@planger can you give me a short feedback about what's your opinion regarding the createNode method - see my comments above

@planger
Copy link
Member

planger commented May 16, 2022

@planger can you give me a short feedback about what's your opinion regarding the createNode method - see my comments above

Answered here: eclipse-glsp/glsp#637 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants