Specifying a new operation that already exists is not rejected

Issue #411 resolved
Matthias Schoettle created an issue

When adding an operation to a class, providing the signature of an operation that already exists is accepted without anything happening.

Steps to reproduce:

  • Open the workflow concern
  • Open the Workflow aspect
  • Add operation to WorkflowExecutor with signature: + void run()
  • Press enter

I think it would be more helpful to the user to reject this (i.e., the keyboard is not closed due to a validation error) allowing the user to update the signature or cancelling himself.

Comments (4)

  1. Log in to comment