-
Notifications
You must be signed in to change notification settings - Fork 9
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
Modify extractCompasPrivate method to respect good developpement practices #249
Labels
enhancement
New feature or request
Comments
gleizesDor
added a commit
that referenced
this issue
Jun 7, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 20, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 20, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 20, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 21, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 21, 2023
…veloppement practices Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Jun 21, 2023
…vate_method_to_respect_good_developpement_practices refactor(#249): Modify extractCompasPrivate method to respect good de…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
org.lfenergy.compas.sct.commons.scl.PrivateService#extractCompasPrivate(org.lfenergy.compas.scl2007b4.model.TBaseElement, java.lang.Class)
This method as a simple goal : filter a list to return the matching element
So there is no need to create :
2 private methods
2 separated lists
etc...
An exemple would be :
The text was updated successfully, but these errors were encountered: