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

Review MooseName implementation #822

Open
jecisc opened this issue Sep 19, 2024 · 1 comment
Open

Review MooseName implementation #822

jecisc opened this issue Sep 19, 2024 · 1 comment

Comments

@jecisc
Copy link
Member

jecisc commented Sep 19, 2024

Currently #mooseName rely on #mooseNameOn: that is implemented by hand in a lot of places.

We should remove most of those and implement a solution based on the meta description to have a generic way of doing it.

@NicolasAnquetil
Copy link
Contributor

NicolasAnquetil commented Sep 24, 2024

Ideally, this would be implemented in TNamedEntity and TNamespace

But before that we must solve the issue of having several containment properties:

  • TClass is packageable and therefore contained in a package + in Java a package is a Namespace, so a class is also contained in this namespace
  • TMethod is contained in a TClass + a class is also a Namespace

(see #827)

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

2 participants