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

Create a manager class subclass of AbstractSystemManager #423

Open
brunobuzzi opened this issue May 27, 2021 · 2 comments
Open

Create a manager class subclass of AbstractSystemManager #423

brunobuzzi opened this issue May 27, 2021 · 2 comments
Assignees

Comments

@brunobuzzi
Copy link
Owner

brunobuzzi commented May 27, 2021

rewrite rules:
Search:

`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass newWithXml: (``@receiver bodyDecodeUsing: 'utf-8') id: id.
``@.Stmts2

Replace:

`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass newOn: self systemRoot withXml: (``@receiver bodyDecodeUsing: 'utf-8') id: id.
``@.Stmts2
@brunobuzzi brunobuzzi self-assigned this May 27, 2021
brunobuzzi added a commit that referenced this issue May 27, 2021
brunobuzzi added a commit that referenced this issue May 28, 2021
brunobuzzi added a commit that referenced this issue Jun 4, 2021
brunobuzzi added a commit that referenced this issue Jun 4, 2021
@brunobuzzi
Copy link
Owner Author

rewrite rules:
Search:

`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass new.
``@.Stmts2

Replace:

`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass newOn: self systemRoot.
``@.Stmts2

@brunobuzzi
Copy link
Owner Author

brunobuzzi commented Jun 15, 2021

`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass newWithId: id.
``@.Stmts2
`@methodName: `@arg1
| ``@args |
``@.Stmts1.
`apiOperation := `apiClass newOn: self systemRoot withId: id.
``@.Stmts2

brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jun 15, 2021
brunobuzzi added a commit that referenced this issue Jul 2, 2021
brunobuzzi added a commit that referenced this issue Jul 2, 2021
brunobuzzi added a commit that referenced this issue Jul 9, 2021
brunobuzzi added a commit that referenced this issue Jul 20, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 22, 2021
brunobuzzi added a commit that referenced this issue Jul 24, 2021
brunobuzzi added a commit that referenced this issue Jul 24, 2021
brunobuzzi added a commit that referenced this issue Jul 24, 2021
brunobuzzi added a commit that referenced this issue Jul 24, 2021
brunobuzzi added a commit that referenced this issue Jul 24, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Jul 30, 2021
brunobuzzi added a commit that referenced this issue Aug 3, 2021
brunobuzzi added a commit that referenced this issue Aug 22, 2021
brunobuzzi added a commit that referenced this issue Aug 22, 2021
brunobuzzi added a commit that referenced this issue Aug 22, 2021
brunobuzzi added a commit that referenced this issue Aug 22, 2021
brunobuzzi added a commit that referenced this issue Aug 29, 2021
brunobuzzi added a commit that referenced this issue Aug 29, 2021
brunobuzzi added a commit that referenced this issue Sep 5, 2021
brunobuzzi added a commit that referenced this issue Sep 5, 2021
brunobuzzi added a commit that referenced this issue Sep 5, 2021
brunobuzzi added a commit that referenced this issue Sep 5, 2021
brunobuzzi added a commit that referenced this issue Sep 5, 2021
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

No branches or pull requests

1 participant